Skip to content

Commit 7b7d9fe

Browse files
committed
CI: Update MicroPython patch for > v1.22.2.
1 parent ccd00f6 commit 7b7d9fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

micropython/micropython_nano_specs.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
diff --git a/ports/rp2/CMakeLists.txt b/ports/rp2/CMakeLists.txt
2-
index 281b0c3bc..7e04bb549 100644
2+
index fcc435b7b..efabcb3a3 100644
33
--- a/ports/rp2/CMakeLists.txt
44
+++ b/ports/rp2/CMakeLists.txt
5-
@@ -453,6 +453,16 @@ target_link_options(${MICROPY_TARGET} PRIVATE
6-
-Wl,--wrap=dcd_event_handler
5+
@@ -464,6 +464,16 @@ set_source_files_properties(
6+
COMPILE_OPTIONS "-O2"
77
)
88

99
+# Do not include stack unwinding & exception handling for C++ user modules

0 commit comments

Comments
 (0)