We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5efd93 commit f599674Copy full SHA for f599674
1 file changed
cores/arduino/CMakeLists.txt
@@ -13,6 +13,8 @@ if(NOT DEFINED ARDUINO_BUILD_PATH)
13
14
zephyr_sources(zephyrSerial.cpp)
15
zephyr_sources(zephyrCommon.cpp)
16
+zephyr_sources(USB.cpp)
17
+zephyr_sources(itoa.cpp)
18
19
if(CONFIG_USE_ARDUINO_API_RUST_IMPLEMENTATION)
20
zephyr_sources(zephyrPrint.cpp)
0 commit comments