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 3a06894 commit 205bd78Copy full SHA for 205bd78
cores/arduino/CMakeLists.txt
@@ -9,6 +9,14 @@ zephyr_sources(zephyrCommon.cpp)
9
zephyr_sources(USB.cpp)
10
zephyr_sources(itoa.cpp)
11
12
+zephyr_sources(api/CanMsg.cpp)
13
+zephyr_sources(api/CanMsgRingbuffer.cpp)
14
+zephyr_sources(api/Common.cpp)
15
+zephyr_sources(api/IPAddress.cpp)
16
+zephyr_sources(api/Print.cpp)
17
+zephyr_sources(api/Stream.cpp)
18
+zephyr_sources(api/String.cpp)
19
+
20
if(DEFINED CONFIG_ARDUINO_ENTRY)
21
zephyr_sources(main.cpp)
22
endif()
0 commit comments