Rauhul Varma
Rauhul Varma
@iCMDdev can you try the old version but in a `release` build? It would be good to know if that version still blinks. I'd expect the `.text` section of the...
@iCMDdev our hack solution in the other examples is to use inline asm from a c header to expose `nop` as a function you can call in loop.
We could update the STM32 UART example to use `readLine` and implement `_swift_stdlib_readLine_stdin` over UART RX. Maybe that would be a good addition
cc @xtremekforever
I already had done a lot of the work to move these checks into the macro and out of the runtime, with nice diagnostics. Ill try to land this soon:...
I'd be happy to give this a spin in swift-mmio and swift-embedded-examples when you need early adopters!
Yeah it definitely helps, but swiftly already asks before making other changes, I feel like it should do the same here
@cmcgee1024 sounds like a good compromise!
https://github.com/swiftlang/swift/issues/81594
@award999 well the other "source" tree is in the build folder so its already in the package source tree just buried under `.build`. But moreover I dont want to go...