Endre
Endre
TSDThe Swift Den
Created by Endre on 12/8/2024 in #swift-development
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?
1 replies
TSDThe Swift Den
Created by Endre on 6/25/2024 in #swift-development
Dependency not recognized?
4 replies