summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/scripts/neopixel.py
diff options
context:
space:
mode:
authorAlessandro Gatti <a.gatti@frob.it>2025-04-07 22:45:45 +0200
committerDamien George <damien@micropython.org>2025-06-04 22:35:39 +1000
commit462ee12d3c9b04d815eb347881b7b2f4951a17c1 (patch)
tree7d5ddf1f6215fbc113904c0a14236de75451771c /esp8266/scripts/neopixel.py
parent0bf2fd7ad034404208d79339c1bd82136b1cd4e3 (diff)
downloadmicropython-462ee12d3c9b04d815eb347881b7b2f4951a17c1.tar.gz
micropython-462ee12d3c9b04d815eb347881b7b2f4951a17c1.zip
examples/natmod/framebuf: Fix build for Xtensa.
This commit provides the appropriate external symbol addresses to let the "framebuf" example natmod build for the Xtensa platform. On the ESP8266, 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