micropython/ports
Damien George 8fff0b0acd unix/mpthreadport: Ensure enough thread stack to detect overflow.
Following up to 5e6cee07ab, some systems (eg
FreeBSD 12.0 64-bit) will crash if the stack-overflow margin is too small.
It seems the margin of 8192 bytes (or thereabouts) is always needed.  This
commit adds this much margin if the requested stack size is too small.

Fixes issue #5824.
2020-03-31 09:35:46 +11:00
..
bare-arm
cc3200
esp32 all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
esp8266 all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
javascript
mimxrt all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
minimal all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
nrf
pic16bit
powerpc
qemu-arm
samd all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
stm32 all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
teensy all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
unix unix/mpthreadport: Ensure enough thread stack to detect overflow. 2020-03-31 09:35:46 +11:00
windows all: Remove spaces inside and around parenthesis. 2020-03-28 23:36:44 +11:00
zephyr