kassane opened a new pull request, #13113:
URL: https://github.com/apache/nuttx/pull/13113
## Summary
Add Swift 6 (embedded module) support
**Note:** Currently, snapshot version (nightly)
## Impact
Another Safe Programming Language alternative with C++ and C FFI support.
(like, D and Rust)
## Testing
```bash
$ qemu-system-riscv32 \
-semihosting \
-M virt,aclint=on \
-cpu rv32 -smp 8 \
-bios none \
-kernel nuttx -nographic
NuttShell (NSH) NuttX-12.6.0-RC1
nsh> hello_swift
Hello from Swift embedded!
```
- https://github.com/apache/nuttx-apps/pull/2525
cc: @lupyuen
### References
- [Swift Embedded -
Vision](https://github.com/swiftlang/swift-evolution/blob/main/visions/embedded-swift.md)
- [Swift Embedded -
manual](https://github.com/swiftlang/swift/blob/main/docs/EmbeddedSwift/UserManual.md)
- [snapshots](https://www.swift.org/download/#snapshots)
- [swift-embedded-examples -
GitHub](https://github.com/apple/swift-embedded-examples)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]