From 82be18d785fb073cee31eb3dc45621845ee211d2 Mon Sep 17 00:00:00 2001 From: "Jesse L. Zamora" Date: Mon, 16 Dec 2024 11:55:11 -0500 Subject: [PATCH] Add swift-stm32c011-examples to community links (#81) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26e6528..6259e90 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Note that the SDK integration examples (Pico SDK, Zephyr SDK, etc.) are not reco | [swift-picosystem-example](https://github.com/jerrodputman/swift-picosystem-example) | PicoSystem | An Embedded Swift demo running on the Pimoroni PicoSystem | | [PlaydateKit](https://github.com/finnvoor/PlaydateKit) | Playdate | A full featured framework for building Playdate games using Embedded Swift. | | [swift-playdate-examples](https://github.com/apple/swift-playdate-examples) | Playdate | An Embedded Swift game running on Playdate by Panic. | +| [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. | | [swift-for-wasm-examples](https://github.com/apple/swift-for-wasm-examples) | Web | A "Swift Audio Workstation" example built with Swift for WebAssembly running in the browser using Embedded Swift. | 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/apple/swift-embedded-examples/issues/new) with the details.