micropython/ports
YAMAMOTO Takashi d2a3cd7ac4 embed: Improve stack top estimation.
Obtaining the stack-top via a few function calls may yield a pointer which
is too deep within the stack.  So require the user to obtain it from a
higher level (or via some other means).

Fixes issue #11781.

Signed-off-by: YAMAMOTO Takashi <yamamoto@midokura.com>
2024-02-15 10:07:32 +11:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes. 2024-02-07 13:25:08 +11:00
embed embed: Improve stack top estimation. 2024-02-15 10:07:32 +11:00
esp32 ports: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
esp8266 ports: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
mimxrt mimxrt: Fix header include guard names. 2024-02-15 09:45:14 +11:00
minimal ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
nrf ports: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
pic16bit py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu-arm qemu-arm/mpconfigport: Use MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES. 2024-01-29 13:07:31 +11:00
renesas-ra renesas-ra/ra/ra_i2c: Fix 1 byte and 2 bytes read issue. 2024-01-31 14:16:36 +11:00
rp2 ports: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
samd ports: Use vfs module instead of os. 2024-02-07 13:25:09 +11:00
stm32 stm32/Makefile: Ignore uninitialised variable warning in H5 HAL SD code. 2024-02-07 14:55:07 +11:00
unix unix/variants: Prefer unix-ffi packages when loading the manifest. 2024-02-08 17:16:10 +11:00
webassembly ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
windows extmod/modtls: Move the native ssl module to tls. 2024-02-07 12:58:52 +11:00
zephyr ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00