About to reset my local repo
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
west build -b adafruit_feather_nrf52840 .
|
|
||||||
# nrfutil dfu genpkg --application build/zephyr/zephyr.hex --application-version 0xFF --dev-revision 0xFF --dev-type 0xFFFF --sd-req 0x81 feather_nrf52840_express_bootloader-0.7.0_s140_6.1.1.zip
|
|
||||||
# nrfutil dfu usb-serial -pkg app.zip -p ttyACM0 // DO NOT FUCKING DO THIS
|
|
||||||
# ./uf2conv.py build/zephyr/zephyr.hex -c -f 0xADA52840
|
|
||||||
cp build/zephyr/zephyr.uf2 .
|
|
||||||
Binary file not shown.
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"manifest": {
|
|
||||||
"dfu_version": 0.5,
|
|
||||||
"softdevice_bootloader": {
|
|
||||||
"bin_file": "sd_bl.bin",
|
|
||||||
"bl_size": 39000,
|
|
||||||
"dat_file": "sd_bl.dat",
|
|
||||||
"init_packet_data": {
|
|
||||||
"application_version": 4294967295,
|
|
||||||
"device_revision": 52840,
|
|
||||||
"device_type": 82,
|
|
||||||
"firmware_crc16": 40783,
|
|
||||||
"softdevice_req": [
|
|
||||||
65534
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sd_size": 151016
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1,9 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2016 Intel Corporation
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/device.h>
|
#include <zephyr/device.h>
|
||||||
#include <zephyr/devicetree.h>
|
#include <zephyr/devicetree.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user