micropython/ports/embed/port
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
..
embed_util.c embed: Improve stack top estimation. 2024-02-15 10:07:32 +11:00
micropython_embed.h embed: Improve stack top estimation. 2024-02-15 10:07:32 +11:00
mpconfigport_common.h embed: Fix alloca include for FreeBSD and NetBSD. 2024-01-05 01:03:25 -06:00
mphalport.c embed: Add new "embed" port which builds a simple C package. 2023-01-20 22:28:50 +11:00
mphalport.h embed: Add new "embed" port which builds a simple C package. 2023-01-20 22:28:50 +11:00