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
doc.txt
Kconfig sys/arduino: add module to Kconfig 2020-11-06 15:57:57 +01:00
Makefile
Makefile.include
post.snip
pre.snip
serialport.cpp sys/arduino: use fmt_float to print float values 2020-10-27 15:31:42 +01:00
sketches.inc.mk
SPI.cpp sys/arduino: Bug and style fixes in SPI 2021-02-02 09:45:46 +01:00
wireport.cpp