We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3174837 commit 66155ffCopy full SHA for 66155ff
Makefile
@@ -54,6 +54,8 @@ TRANSLATE_SOURCES_EXC = -path "ports/*/build-*" \
54
-o -path ports/stm/st_driver \
55
-o -path lib/tinyusb \
56
-o -path lib/lwip \
57
+ -o -path extmod/ulab/circuitpython \
58
+ -o -path extmod/ulab/micropython \
59
60
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext stubs
61
0 commit comments