adafruit / Adafruit_nRF52_Bootloader

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

Double tap to USB and OTA #78

Open tannewt opened 5 years ago

tannewt commented 5 years ago

Let's have the bootloader do DFU and USB loading all at the same time. That way we don't need to teach a separate process for loading code OTA.

hathach commented 5 years ago

yeah, good idea. We can also remove the 2nd pin for OTA as well. Currently either OTA or serial dfu run at the same time. Let's me check to enable them both (there is a middle layer from nordic to handle packet from either transportation).