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: Sources/EmbeddedSwift/Documentation.docc/SDKSupport/IntegratingWithPlatforms.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,10 @@ STM32 microcontrollers can be programmed with Embedded Swift in two ways:
75
75
1. Using the STM32Cube HAL/LL libraries - This requires proper integration with the STM32Cube build system
76
76
2. Bare-metal approach - See <doc:STM32BaremetalGuide> for details
77
77
78
+
### Zephyr
79
+
80
+
For detailed documentation on how to integrate Embedded Swift with Zephyr, see <doc:IntegrateWithZephyr>.
81
+
78
82
### Bare-metal Development
79
83
80
84
For completely bare-metal development without any SDK, see <doc:Baremetal> for guidance on implementing the necessary startup code and hardware initialization.
0 commit comments