micropython/ports
Damien George fd49fcb229 stm32/gccollect: Always use MP_STATE_THREAD(stack_top) to get stack top.
In a non-thread build, using &_ram_end as the top-of-stack is no longer
correct because the stack is not always at the very top end of RAM.  See
eg 04c7cdb668 and
3786592097.  The correct value to use is
&_estack, which is the value stored in MP_STATE_THREAD(stack_top), and
using the same code for both thread and non-thread builds makes the code
cleaner.
2019-07-11 17:32:01 +10:00
..
bare-arm
cc3200
esp32 esp32/network_ppp: Add ppp_set_usepeerdns(pcb, 1) when init'ing iface. 2019-07-04 11:17:41 +10:00
esp8266
javascript javascript: Enable support for frozen bytecode via FROZEN_MPY_DIR. 2019-07-09 13:17:15 +10:00
minimal
nrf
pic16bit
qemu-arm
samd
stm32 stm32/gccollect: Always use MP_STATE_THREAD(stack_top) to get stack top. 2019-07-11 17:32:01 +10:00
teensy
unix unix/unix_mphal: Include time.h for CLOCK_MONOTONIC. 2019-07-09 13:05:59 +10:00
windows
zephyr