adafruit / Adafruit_nRF52_Bootloader

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

Change default SD for nRF52833 Devices from 6.x.x to 7.x.x #246

Closed jpconstantineau closed 2 years ago

jpconstantineau commented 2 years ago

As per the Nordic compatibility Matrices for the nRF52840 and nRF52833 (pictured below) we clearly see that the nRF52833 does not support the 6.x.x SoftDevices.

Changing the default softdevice for all nRF52833, similarly to Pull Request #231 but without the new "board" would allow a path for resolving issues in other projects (CircuitPython for example - see CP#5498)

At this point, there are only 2 boards that would require this update:

image

image

jpconstantineau commented 2 years ago

resolved by #250