Replies: 1 comment
-
The esp32 does not use regular make for its build system, hence why you can't find board.mk, board.cmake does its job. if you look inside you will find
that sets that particular variable. not sure why you cant compile. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to compile USB midi test for the feather esp32s2, and after fishing for the includes,
I get the error in "tusb_config.h" that CFG_TUSB_MCU must be defined.
Inside "tusb_config.h" it says it's defined it "board.mk", but such file doesn't exist for any of the esp32s2 boards, only a "board.cmake" and "board.h".
Am I missing something here? Or is the board.mk really not present for the esp32s2?
Beta Was this translation helpful? Give feedback.
All reactions