adafruit / Adafruit_nRF52_Bootloader

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

nRF52811 Support #180

Closed zwells closed 3 years ago

zwells commented 3 years ago

Any advice is appreciated. I don't expect this to be added to the repo.

Which board variant would be closest to editing for 52811 support? It has an 832 package but with a 840 softdevice(s140).

I'm guessing in board.mk I would set MCU_SUB_VARIANT = nrf52840 and then use the 832 board.h for same pinout?

hathach commented 3 years ago

811 has very small flash, the bootloader size should be small enough, if being added you should optimize the layout since it doesn't have USB. Other than that you need to follow nordic recommendation kit for 811. I am also not familiar with 811 as well.