Skip to content

Commit 155dfea

Browse files
committed
[DNM] add files
Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 26e5014 commit 155dfea

File tree

8 files changed

+7
-0
lines changed

8 files changed

+7
-0
lines changed

cores/arduino/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ zephyr_sources(zephyrCommon.cpp)
99
zephyr_sources(USB.cpp)
1010
zephyr_sources(itoa.cpp)
1111

12+
zephyr_sources(wiring_analog.cpp)
13+
zephyr_sources(wiring_digital.cpp)
14+
zephyr_sources(wiring_pulse.cpp)
15+
zephyr_sources(Tone.cpp)
16+
zephyr_sources(WMath.cpp)
17+
zephyr_sources(WInterrupts.cpp)
18+
1219
if(DEFINED CONFIG_ARDUINO_ENTRY)
1320
zephyr_sources(main.cpp)
1421
zephyr_sources(threads.cpp)

cores/arduino/Tone.cpp

Whitespace-only changes.

cores/arduino/WInterrupts.cpp

Whitespace-only changes.

cores/arduino/WMath.cpp

Whitespace-only changes.

cores/arduino/wiring_analog.cpp

Whitespace-only changes.

cores/arduino/wiring_digital.cpp

Whitespace-only changes.

cores/arduino/wiring_private.h

Whitespace-only changes.

cores/arduino/wiring_pulse.cpp

Whitespace-only changes.

0 commit comments

Comments
 (0)