diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2025-06-01 11:24:48 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-06-04 22:35:39 +1000 |
commit | 4227654d4294b778b2bbba8a3b735882786b1d2d (patch) | |
tree | 015a697363f5d36cd8df50853ce5aed2dd3f1582 /esp8266/scripts/neopixel.py | |
parent | 887125fc589de9ada0bc532d9bdc29a3806694c3 (diff) | |
download | micropython-4227654d4294b778b2bbba8a3b735882786b1d2d.tar.gz micropython-4227654d4294b778b2bbba8a3b735882786b1d2d.zip |
examples/natmod/btree: Fix build for Xtensa.
This commit provides the appropriate external symbol addresses to let
the "btree" example natmod build for the Xtensa platform.
On the ESP8266, unsigned integer division code isn't provided as part of
libgcc.a, libm.a, or libc.a, but it is instead provided by the ROM.
Regular builds inject the appropriate symbol addresses as part of the
linking process (see eagle.rom.addr.v6.ld), but natmods need this
information brought in from somewhere else.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'esp8266/scripts/neopixel.py')
0 files changed, 0 insertions, 0 deletions