feat(firmware S01E37): scaffold PlatformIO project + first blinky test #8
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
⚙ firmware
✨ feature
🎨 brand
🏗 hardware
🐍 medusa
🐛 bug
📋 policy
📐 architecture
📚 docs
📡 rf
📱 companion
🔐 security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hartle-tech/medusa#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stand up the firmware/ tree as an ESP-IDF + PlatformIO project. First task: get the RGB LED blinking + serial output.
Acceptance:
firmware/platformio.iniwith esp32-s3 board target + esp-idf frameworkfirmware/src/main.cblinky on the WS2812 LED with serpent-green colorpio runbuilds cleanlypio run --target uploadflashes a dev board successfullyReferences:
MISSION.md(M4),design/architecture.md(component layout)