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: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,23 +45,25 @@ Note that the SDK integration examples (Pico SDK, Zephyr SDK, etc.) are not reco
45
45
> [!WARNING]
46
46
> Community projects linked here are not officially supported by our team. They may not always be compatible with the latest nightly Swift toolchain builds.
47
47
48
-
<!-- Please keep this list sorted by "Board" then "Name" -->
48
+
<!-- Please keep this list sorted by "Platform" then "Name" -->
49
49
50
50
| Name | Platform | Description |
51
51
| ---- | -------- | ----------- |
52
52
|[swift-matter-examples](https://github.com/swiftlang/swift-matter-examples)| ESP32 | An Embedded Swift Matter application running on ESP32-C6. |
53
+
|[m5stack-nano-c6-bare-swift](https://github.com/trickart/m5stack-nano-c6-bare-swift)| ESP32 | A bare-metal Swift project for the M5Stack NanoC6 (ESP32-C6), running without any C, assembly, or ESP-IDF — pure Embedded Swift from bootloader to LED blink |
53
54
|[swift-flipperzero-hello](https://github.com/Sameesunkaria/swift-flipperzero-hello)| Flipper Zero | A demonstration of running Swift apps on the Flipper Zero. |
54
55
|[EmbeddedSwift nRF52 Examples](https://github.com/nelcea/EmbeddedSwift-nRF52-Examples)| nRF52840 (Development Kit) | A collection of examples using Embedded Swift on top of nRF Connect SDK (Zephyr). |
|[swift-picosystem-example](https://github.com/jerrodputman/swift-picosystem-example)| PicoSystem | An Embedded Swift demo running on the Pimoroni PicoSystem |
58
+
|[pico-bare-swift](https://github.com/kishikawakatsumi/pico-bare-swift)| Pico | Bare-metal Raspberry Pi Pico examples in Embedded Swift — no Pico SDK required |
59
+
|[CPicoSDK](https://github.com/gonzalolarralde/CPicoSDK/tree/main/Example)| Pico 2 | SwiftPM package that enables seamless Swift development for the Raspberry Pi Pico SDK |
57
60
|[pico-swift-sh1106](https://github.com/mkbrwr/pico-swift-sh1106)| Pico 2 | Display Driver for SH1106 |
58
61
|[swift-st7789-lcd](https://github.com/mkbrwr/swift-st7789-lcd)| Pico 2 | Display Driver for ST7789 |
59
62
|[PlaydateKit](https://github.com/finnvoor/PlaydateKit)| Playdate | A full featured framework for building Playdate games using Embedded Swift. |
60
63
|[swift-playdate-examples](https://github.com/swiftlang/swift-playdate-examples)| Playdate | An Embedded Swift game running on Playdate by Panic. |
61
64
|[swift-stm32c011-examples](https://github.com/xtremekforever/swift-stm32c011-examples)| STM32 | Examples of running Embedded Swift on the STM32C011, which is a tiny MCU with only 6KB of SRAM and 32KB of flash. |
62
65
|[flappy-swift](https://github.com/sliemeobn/flappy-swift)| Web | A WebAssembly game written in Swift in ~100 KB. |
63
66
|[swift-for-wasm-examples](https://github.com/swiftlang/swift-for-wasm-examples)| Web | A "Swift Audio Workstation" example built with Swift for WebAssembly running in the browser using Embedded Swift. |
64
-
|[CPicoSDK](https://github.com/gonzalolarralde/CPicoSDK/tree/main/Example)| Pico 2 | SwiftPM package that enables seamless Swift development for the Raspberry Pi Pico SDK |
65
67
66
68
Please note that the presence of community repositories and devices in this list does not constitute a recommendation or endorsement. If there's a project you'd like to see included here, please [submit an issue](https://github.com/swiftlang/swift-embedded-examples/issues/new) with the details.
0 commit comments