You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/EmbeddedSwift/IntegratingWithSDKs.md
+46-1Lines changed: 46 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Finally, we need to define the application's build rules in CMake that will be u
60
60
61
61
We'll also make sure to dynamically set the Swift compiler's target architecture based on the pico board used. This is to support both RP2040 and RP2350 in ARM mode, and RP2350's RISC-V mode.
62
62
63
+
Finally, we'll make sure to recursively gather all Pico SDK-related compiler definitions in order to append them to our `swiftc` command.
0 commit comments