Commit 65dabf8
qemu/mcu/arm/stm32.ld: Fix C++ linking.
This commit expands the linkerscript for STM32-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>1 parent 086534a commit 65dabf8
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| |||
0 commit comments