-
How do I compile micropython for a custom board specification located in a folder different from I've created a custom spec. When I copy it to This
results in the following error:
|
Beta Was this translation helpful? Give feedback.
Answered by
iot49
Apr 9, 2024
Replies: 1 comment 5 replies
-
Try:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out that the idf (docker) I am using does not load tinyusb by default. Adding the following statement
before
idf.py build
solves the problem.For posteriority, I am including my configuration here.
Makefile: