1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/arduino
Marian Buschsieweke 45ed8bc330
sys/arduino: Bug and style fixes in SPI
- set is_transaction before releasing the SPI bus (and the mutex) to avoid
  data races
- adapt switch indent to coding convention
2021-02-02 09:45:46 +01:00
..
include sys/arduino: fix typo 'adress' -> 'address' 2020-10-02 08:09:14 +02:00
base.cpp sys/arduino: provide implementation for analogWrite 2019-11-15 17:51:45 +01:00
doc.txt sys/arduino: fix typos 2019-11-23 22:39:37 +01:00
Kconfig sys/arduino: add module to Kconfig 2020-11-06 15:57:57 +01:00
Makefile sys: added module for running Arduino code 2015-11-27 12:45:12 +01:00
Makefile.include sys/arduino: include arduino_sketches in Makefile.dep 2020-06-25 11:02:02 +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: Bug and style fixes in SPI 2021-02-02 09:45:46 +01:00
wireport.cpp sys/arduino: add Wire (I2C) library implementation 2019-10-24 08:33:49 +02:00