micropython/ports/nrf/boards/microbit
Ayke van Laethem 4231d4311f nrf: Fix stack size in ld script and enable MICROPY_STACK_CHECK.
The nrf51x22_256k_16k_s110_8.0.0.ld had a stack size of only 1kB, which
is way too low. Additionally, the indicated _minimum_stack_size (set at
2kB for that chip) isn't respected.

This commit sets the heap end based on the stack size (heap end = RAM
end - stack size) making it much easier to configure.

Additionally, the stack/heap size of nrf52 chips has been set to a more
sane value of 8kB.
2018-07-18 17:12:25 +10:00
..
modules nrf: Change board module header from board_modules.h to boardmodules.h. 2018-07-18 17:12:25 +10:00
custom_nrf51822_s110_microbit.ld nrf: Fix stack size in ld script and enable MICROPY_STACK_CHECK. 2018-07-18 17:12:25 +10:00
mpconfigboard_s110.mk nrf/boards/microbit: Move microbit target to custom linker script. 2018-07-18 17:12:25 +10:00
mpconfigboard.h nrf: Make machine.UART optional. 2018-07-18 17:12:25 +10:00
mpconfigboard.mk nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
nrf51_hal_conf.h nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
pins.csv nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00