CI: Update MicroPython patch for > v1.22.2.

ci/micropython-edge
Phil Howard 2024-03-30 20:04:27 +00:00 zatwierdzone przez Phil Howard
rodzic facb74c1f8
commit 1b59fd49ae
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,9 +1,9 @@
diff --git a/ports/rp2/CMakeLists.txt b/ports/rp2/CMakeLists.txt 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 --- a/ports/rp2/CMakeLists.txt
+++ b/ports/rp2/CMakeLists.txt +++ b/ports/rp2/CMakeLists.txt
@@ -453,6 +453,16 @@ target_link_options(${MICROPY_TARGET} PRIVATE @@ -464,6 +464,16 @@ set_source_files_properties(
-Wl,--wrap=dcd_event_handler COMPILE_OPTIONS "-O2"
) )
+# Do not include stack unwinding & exception handling for C++ user modules +# Do not include stack unwinding & exception handling for C++ user modules