1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/arduino
Kees Bakker d9e0c6c859 sys/arduino: use 64bit usec to compute millis()
This is quick solution to avoid wrapping around after 4294967 milliseconds.
It uses xtimer_now_usec64 instead of xtimer_now_usec.

Notice that this is more expansive than the previous solution, especially
on AVR systems.
2019-09-19 19:52:43 +02:00
..
include Merge pull request #12117 from maribu/arduino-println 2019-09-07 21:16:43 +02:00
base.cpp sys/arduino: use 64bit usec to compute millis() 2019-09-19 19:52:43 +02:00
doc.txt sys/arduino/sketches: build sketches as a module 2019-08-21 11:57:41 +02:00
Makefile
Makefile.include Revert "sys/arduino: work around llvm-ar bug." 2019-09-16 15:52:36 +02:00
post.snip
pre.snip sys/arduino: make arduino sketch works on avr based boards 2017-01-03 13:01:30 +01:00
serialport.cpp sys/arduino: Extended Serial.print() / println() 2019-09-04 21:36:20 +02:00
sketches.inc.mk Revert "sys/arduino: work around llvm-ar bug." 2019-09-16 15:52:36 +02:00