Skip to content

Commit

Permalink
CI: Update MicroPython patch for > v1.22.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 11, 2024
1 parent 19cb33f commit aa579b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions micropython/micropython_nano_specs.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
diff --git a/ports/rp2/CMakeLists.txt b/ports/rp2/CMakeLists.txt
index 281b0c3bc..7e04bb549 100644
index fcc435b7b..efabcb3a3 100644
--- a/ports/rp2/CMakeLists.txt
+++ b/ports/rp2/CMakeLists.txt
@@ -453,6 +453,16 @@ target_link_options(${MICROPY_TARGET} PRIVATE
-Wl,--wrap=dcd_event_handler
@@ -464,6 +464,16 @@ set_source_files_properties(
COMPILE_OPTIONS "-O2"
)

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

0 comments on commit aa579b0

Please sign in to comment.