summaryrefslogtreecommitdiff
path: root/frozen/circuitpython-stage
diff options
context:
space:
mode:
authorSean Cross <sean@xobs.io>2020-04-21 11:09:43 +0800
committerSean Cross <sean@xobs.io>2020-04-21 12:29:57 +0800
commit33720af0c6b13e974fdf3246d87ad66082977a46 (patch)
treead91566ae353a35b35d730ad54d5e56b789ba89c /frozen/circuitpython-stage
parent3ed5b87b8fea218c0485282ed1cf9fdf5a6f687f (diff)
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>
Diffstat (limited to 'frozen/circuitpython-stage')
0 files changed, 0 insertions, 0 deletions