Skip to content

Commit 01cd148

Browse files
authored
Add new community examples (#198)
1 parent b50d7d6 commit 01cd148

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,25 @@ Note that the SDK integration examples (Pico SDK, Zephyr SDK, etc.) are not reco
4545
> [!WARNING]
4646
> Community projects linked here are not officially supported by our team. They may not always be compatible with the latest nightly Swift toolchain builds.
4747
48-
<!-- Please keep this list sorted by "Board" then "Name" -->
48+
<!-- Please keep this list sorted by "Platform" then "Name" -->
4949

5050
| Name | Platform | Description |
5151
| ---- | -------- | ----------- |
5252
| [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 |
5354
| [swift-flipperzero-hello](https://github.com/Sameesunkaria/swift-flipperzero-hello) | Flipper Zero | A demonstration of running Swift apps on the Flipper Zero. |
5455
| [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). |
5556
| [Swatak](https://github.com/nelcea/EmbeddedSwift-nRF52-Swatak) | nRF52840 (Seeed Studio XIAO) | A reaction time game inspired by BATAK© boards, implemented in Embedded Swift using nRF Connect SDK. |
5657
| [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 |
5760
| [pico-swift-sh1106](https://github.com/mkbrwr/pico-swift-sh1106) | Pico 2 | Display Driver for SH1106 |
5861
| [swift-st7789-lcd](https://github.com/mkbrwr/swift-st7789-lcd) | Pico 2 | Display Driver for ST7789 |
5962
| [PlaydateKit](https://github.com/finnvoor/PlaydateKit) | Playdate | A full featured framework for building Playdate games using Embedded Swift. |
6063
| [swift-playdate-examples](https://github.com/swiftlang/swift-playdate-examples) | Playdate | An Embedded Swift game running on Playdate by Panic. |
6164
| [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. |
6265
| [flappy-swift](https://github.com/sliemeobn/flappy-swift) | Web | A WebAssembly game written in Swift in ~100 KB. |
6366
| [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 |
6567

6668
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.
6769

0 commit comments

Comments
 (0)