Go to file
hathach 561f6b2625 add some build description. 2018-05-08 22:25:15 +07:00
bin/feather52840/6.0.0 update bootloader 2018-02-15 16:27:51 +07:00
lib update makefile linker 2018-05-08 22:11:50 +07:00
src update makefile linker 2018-05-08 22:11:50 +07:00
.gitignore add s140 hex 2018-02-08 13:38:26 +07:00
.gitmodules move tinyusb to /lib 2018-04-04 15:55:46 +07:00
LICENSE add files from nrf52832 bootloader project 2018-02-07 23:32:49 +07:00
README.md add some build description. 2018-05-08 22:25:15 +07:00

README.md

Adafruit nRF52840 Bootloader

This repository contains the USB bootloader for Adafruit nRF52840 boards (1MB flash, 256KB SRAM). This repository depend on the tinyusb as submodule, after cloing this repo you need to run this command

git submodule update --init

Build with makefile

Navigate to src/singlebank (recommended) or src/dualbank (work in progress), and use feather52840 target for building bootloader.

make feather52840

To flash bootloader + S140

make flash_feather52840

To only flash S140

make flash_sd

Build using Segger Embeded Studio

For better debugging you can also use SES, The project file is located at src/segger/nrf52840_bootloader.emProject. Note: the SES only flash the bootloader when you click download, you need to flash Softdevice beforehand if you haven't done so ( use make flash_sd mentioned above )