We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3f560 commit 931e3d5Copy full SHA for 931e3d5
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