From 4aea9a17cb872d1adca5f15110bbf594d13c29bc Mon Sep 17 00:00:00 2001 From: "Kuba (Brecka) Mracek" Date: Wed, 3 Apr 2024 10:44:29 -0700 Subject: [PATCH] Add blog post and forum links to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90c121cb..b380c09c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Embedded Swift Example Projects This repository is a set of demonstration projects of **Embedded Swift**. Embedded Swift is a compilation and language mode that enables development of baremetal, embedded and standalone software in Swift. To learn more, see: +- [Blog post introducing this repository](https://www.swift.org/blog/embedded-swift-examples/) +- [Swift forums thread about this repository](https://forums.swift.org/t/embedded-swift-example-projects-for-arm-and-risc-v-microcontrollers/71066) - [Discussions about Embedded Swift on the Swift forums](https://forums.swift.org/t/embedded-swift/67057) - [Embedded Swift Vision Document](https://github.com/apple/swift-evolution/blob/main/visions/embedded-swift.md) - [Documentation for Embedded Swift](https://github.com/apple/swift/tree/main/docs/EmbeddedSwift)