lancaster-university / microbit-v2-samples

CODAL build tools and sample programs for the micro:bit v2.x
MIT License
66 stars 87 forks source link

rm `ERASE_USER_DATA_ON_REFLASH` from `codal.json` files & outdated `SOFTDEVICE_PRESENT` mention. #58

Closed microbit-carlos closed 1 year ago

microbit-carlos commented 1 year ago

There has been some recent changes to codal.json not reflected in codal.ble.json, this PR syncs both files.

It also removes an outdated comment mentioning the SOFTDEVICE_PRESENT flag, which is now automatically inserted by the build system.

microbit-carlos commented 1 year ago

The CONFIG_MICROBIT_ERASE_USER_DATA_ON_REFLASH config has been removed from codal.json as it is enabled by default, and it's not the kind of feature that's that interesting to the users to change.