diff --git a/app.zip b/app.zip new file mode 100644 index 0000000..d11b160 Binary files /dev/null and b/app.zip differ diff --git a/buildflash.sh b/buildflash.sh new file mode 100644 index 0000000..334db9f --- /dev/null +++ b/buildflash.sh @@ -0,0 +1,3 @@ +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 diff --git a/feather_nrf52840_express_bootloader-0.7.0_s140_6.1.1.zip b/feather_nrf52840_express_bootloader-0.7.0_s140_6.1.1.zip new file mode 100644 index 0000000..3302d59 Binary files /dev/null and b/feather_nrf52840_express_bootloader-0.7.0_s140_6.1.1.zip differ