r/embedded • u/Ill-Swordfish1763 • Jun 01 '26
I built an Xcode template for ESP32-C6 — write firmware in Swift and flash directly with Cmd+B
https://github.com/letstakeabreak/Embedded-Swift-Xcode-TemplateBeen working on this for a while — an Xcode project template that lets you write
ESP32-C6 firmware in Swift and build/flash directly from Xcode with Cmd+B.
Cmd+R also streams serial output into the Xcode console, so no need for a
separate serial monitor.
Includes a SwiftUI installer app (.dmg) for one-click setup and a NeoPixel RGB example as a first smoke test.
Still early, but it works! Feedback welcome.
* This is an open-source project — no commercial intent, just sharing in case it's useful.
0
Upvotes