adafruit / Adafruit_nRF52_Bootloader

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

Add `board_init2` and `board_teardown2` #304

Closed hyx0329 closed 1 year ago

hyx0329 commented 1 year ago

This also replace board_init_extra.

301

Wondering where to put board_init2, current location or the end of board_init.

I was going to add board_init0 at the beginning of board_init, but found it's not necessary for M60.