mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 13:20:14 +02:00
dbd3eaaa4c
This commit expands the linkerscript for MPS3-series boards to let C++ code link with the interpreter core. The linkerscript now contains all necessary sections for C++ code that uses exceptions to be part of a user module inside the MicroPython image. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>