Fix Phase 1 skeleton: add build system, fix compilation errors
- Add CMakeLists.txt for project and all components - Add idf_component.yml with TinyUSB dependency - Create switch_stub.cpp implementation - Fix app_task.h to match .cpp implementation (2-param signature) - Fix led_stub.h/cpp class naming (DefaultLedStub) - Fix midi_transport.cpp TinyUSB API usage (tud_midi_*) - Move main.cpp to main/ directory - Add sdkconfig.defaults for ESP32-S3
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
idf_component_register(SRCS "../main.cpp"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES controller midi hal)
|
||||
Reference in New Issue
Block a user