1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/arduino
J. David Ibáñez 77df3eedbd sys/arduino: millis() expected to have C linkage
This fixes building tests/pkg_arduino_sdi_12 for the hifive1b board.

The problem is, in build/pkg/arduino_api/api/Common.h millis is defined
within an extern "C" block. While in sys/arduino/include/arduino.hpp it
was not.
2021-11-05 10:21:26 +01:00
..
include sys/arduino: millis() expected to have C linkage 2021-11-05 10:21:26 +01:00
base.cpp sys/arduino: use ztimer as backend high-level timer 2021-06-17 10:23:21 +02:00
doc.txt sys/arduino: fix typos 2019-11-23 22:39:37 +01:00
Kconfig sys/arduino: Fix arduino_pwm Kconfig 2021-10-14 11:28:39 +02:00
Makefile sys: added module for running Arduino code 2015-11-27 12:45:12 +01:00
Makefile.include sys/arduino: Remove option 2021-07-02 15:11:09 +02:00
post.snip sys: added module for running Arduino code 2015-11-27 12:45:12 +01:00
pre.snip sys/arduino: make arduino sketch works on avr based boards 2017-01-03 13:01:30 +01:00
serialport.cpp sys/arduino: use fmt_float to print float values 2020-10-27 15:31:42 +01:00
sketches.inc.mk many typo fixes 2019-11-23 22:39:07 +01:00
SPI.cpp sys/arduino: update SPI class to new API 2021-09-01 21:38:40 +02:00
wireport.cpp sys/arduino: fix ENABLE_DEBUG definition 2021-08-12 17:30:45 +02:00