adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
450 stars 409 forks source link

Adds support for the Challenger 840 BLE board #267

Closed PontusO closed 2 years ago

PontusO commented 2 years ago

This PR adds support for the Challenger 840 BLE board. It also adds the possibility to add a board specific initialization function (extern_board_init()) to the board specific files. This is done by having a weak declared function in boards.c that can be overridden by the board specific files.

hathach commented 2 years ago

look great, you should also add the board to githubci.yml as well for it to be included in the release binaries