Marian Buschsieweke
|
674fca2023
|
sys/arduino: use static_assert() instead of BUILD_BUG_ON()
|
2022-01-05 15:41:39 +01:00 |
|
Marian Buschsieweke
|
2efc50be97
|
sys/arduino: update SPI class to new API
|
2021-09-01 21:38:40 +02:00 |
|
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 |
|
Gunar Schorcht
|
34555748dd
|
sys/arduino: fix of compilation error with NDEBUG
When NDEBUG macro is defined during compilation, the assert macro produces empty code. Parameters or variables checked with assert are then unused.
|
2020-02-03 00:22:37 +01:00 |
|
fabian18
|
a8ff989db1
|
sys/arduino: Fixed frequency selection in SPI
|
2019-11-11 10:33:01 +01:00 |
|
Marian Buschsieweke
|
cc50da690b
|
sys/arduino: Added SPI interface
Added an Arduino compatible SPI API on top of RIOT's SPI API.
|
2019-11-07 13:04:46 +01:00 |
|