Skip to content

Commit f599674

Browse files
committed
cores: arduino: CMakeLists.txt: Add compile files
Add USB.cpp and itoa.cpp to compile target. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent d5efd93 commit f599674

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cores/arduino/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ if(NOT DEFINED ARDUINO_BUILD_PATH)
1313

1414
zephyr_sources(zephyrSerial.cpp)
1515
zephyr_sources(zephyrCommon.cpp)
16+
zephyr_sources(USB.cpp)
17+
zephyr_sources(itoa.cpp)
1618

1719
if(CONFIG_USE_ARDUINO_API_RUST_IMPLEMENTATION)
1820
zephyr_sources(zephyrPrint.cpp)

0 commit comments

Comments
 (0)