Embedded Swift questions

Hi, I have taken a quick look into some embedded Swift texts and it looks to be so nice. I have some questions: - How to handle interrupts? In this project: https://github.com/apple/swift-embedded-examples/tree/main/stm32-neopixel I see that some interrupt flags are set, but I haven't found interrupt handlers. - What about concurrency? As I see some language based concurrency model is implemented (I don't know them), but there is no Mutex, and I don't see anything related to old fashioned concurrency models (Threads, Inter Thread Communication stuffs like Queues, Semaphores, etc.). - Is it mature enough to reach (comfortably) features similar to FreeRTOS? - Or is there any Embedded OS implemented in Embedded Swift?
GitHub
swift-embedded-examples/stm32-neopixel at main · apple/swift-embedd...
A collection of example projects using Embedded Swift - apple/swift-embedded-examples
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?