From e39fbb30f70e9f2379b9e31b1e8d381097a7fe77 Mon Sep 17 00:00:00 2001 From: Eric Bariaux <375613+ebariaux@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:21:31 +0100 Subject: [PATCH 1/3] Add 2 community examples running on nRF52840 microcontroller --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6259e902..7763f563 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ Note that the SDK integration examples (Pico SDK, Zephyr SDK, etc.) are not reco | [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. | +| [EmbeddedSwift nRF52 Examples](https://github.com/nelcea/EmbeddedSwift-nRF52-Examples) | Nordic Semiconductor nRF52840dk | A collection of examples using Embedded Swift on top of nRF Connect SDK (Zephyr). | +| [Swatak](https://github.com/nelcea/EmbeddedSwift-nRF52-Swatak/tree/main) | Seeed Studio XIAO nRF52840 | A reaction time game inspired by BATAK© boards, implemented in Embedded Swift using nRF Connect SDK. | 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. From 3bba205524325b8db283bb8cfd13377b3bac1810 Mon Sep 17 00:00:00 2001 From: Eric Bariaux <375613+ebariaux@users.noreply.github.com> Date: Tue, 24 Dec 2024 17:42:11 +0100 Subject: [PATCH 2/3] Order alphabetically per platform --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7763f563..eae38460 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ Note that the SDK integration examples (Pico SDK, Zephyr SDK, etc.) are not reco | ---- | -------- | ----------- | | [swift-matter-examples](https://github.com/apple/swift-matter-examples) | ESP32 | An Embedded Swift Matter application running on ESP32-C6. | | [swift-flipperzero-hello](https://github.com/Sameesunkaria/swift-flipperzero-hello) | Flipper Zero | A demonstration of running Swift apps on the Flipper Zero. | +| [EmbeddedSwift nRF52 Examples](https://github.com/nelcea/EmbeddedSwift-nRF52-Examples) | nRF52840 (developer kit) | A collection of examples using Embedded Swift on top of nRF Connect SDK (Zephyr). | +| [Swatak](https://github.com/nelcea/EmbeddedSwift-nRF52-Swatak/tree/main) | nRF52840 (Seeed Studio XIAO nRF52840) | A reaction time game inspired by BATAK© boards, implemented in Embedded Swift using nRF Connect SDK. | | [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. | -| [EmbeddedSwift nRF52 Examples](https://github.com/nelcea/EmbeddedSwift-nRF52-Examples) | Nordic Semiconductor nRF52840dk | A collection of examples using Embedded Swift on top of nRF Connect SDK (Zephyr). | -| [Swatak](https://github.com/nelcea/EmbeddedSwift-nRF52-Swatak/tree/main) | Seeed Studio XIAO nRF52840 | A reaction time game inspired by BATAK© boards, implemented in Embedded Swift using nRF Connect SDK. | 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. From c8bf9de0e2ce859d020f09bad568bc9c675d0205 Mon Sep 17 00:00:00 2001 From: Rauhul Varma Date: Thu, 2 Jan 2025 21:09:09 -0800 Subject: [PATCH 3/3] rename --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eae38460..bbf6289b 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ Note that the SDK integration examples (Pico SDK, Zephyr SDK, etc.) are not reco | ---- | -------- | ----------- | | [swift-matter-examples](https://github.com/apple/swift-matter-examples) | ESP32 | An Embedded Swift Matter application running on ESP32-C6. | | [swift-flipperzero-hello](https://github.com/Sameesunkaria/swift-flipperzero-hello) | Flipper Zero | A demonstration of running Swift apps on the Flipper Zero. | -| [EmbeddedSwift nRF52 Examples](https://github.com/nelcea/EmbeddedSwift-nRF52-Examples) | nRF52840 (developer kit) | A collection of examples using Embedded Swift on top of nRF Connect SDK (Zephyr). | -| [Swatak](https://github.com/nelcea/EmbeddedSwift-nRF52-Swatak/tree/main) | nRF52840 (Seeed Studio XIAO nRF52840) | A reaction time game inspired by BATAK© boards, implemented in Embedded Swift using nRF Connect SDK. | +| [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). | +| [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. | | [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. |