circuitpython/ports
Sean Cross 33720af0c6 nrf: mpconfigport: subtract config size from firmware size
The BLE Config area needs to be subtracted from the size of the firmware.
THis is because the firmware is counted by walking backwards from the end
of memory, and the BLE config area is placed lower in memory than the
firmware.  Subtracting the BLE config size ensures the internal flash
filesystem doesn't try to use the firmware as storage.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-04-21 12:29:57 +08:00
..
atmel-samd Merge pull request #2777 from pewpew-game/master 2020-04-20 15:25:29 -07:00
cxd56 enable MICROPY_PY_REVERSE_SPECIAL_METHODS where ulab is enabled 2020-04-13 19:58:52 -05:00
litex Update copyright to bump the CI 2020-04-16 14:21:26 -07:00
mimxrt10xx translations-merge 2020-04-15 10:29:05 -04:00
nrf nrf: mpconfigport: subtract config size from firmware size 2020-04-21 12:29:57 +08:00
stm STM32: f767: Fixes linker settings. 2020-04-20 19:15:18 +02:00
unix ulab: rename enable macro so it appears in the support matrix 2020-03-17 09:33:03 -05:00