diff options
| author | Ayke van Laethem <aykevanlaethem@gmail.com> | 2018-02-14 22:33:17 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-07-18 17:12:25 +1000 |
| commit | 4231d4311fa5983b03b821631299e415f9169881 (patch) | |
| tree | 4f4fe3ab312db9c777a183f51af602ff51b0da22 /tests/extmod/ussl_basic.py | |
| parent | 987381dfa047ad5374fd7acf67a70a973ed576d8 (diff) | |
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.
Diffstat (limited to 'tests/extmod/ussl_basic.py')
0 files changed, 0 insertions, 0 deletions
