1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/saul
Marian Buschsieweke 837e9c1ddc
drivers/saul: Improved stringification
- Changed declaration of SAUL classes (while keeping the format)
    - Termed "class of SAUL classes" category of SAUL classes in the doc to
      avoid confusion. (E.g. a SAUL class will now be in category sensor or
      actuator.)
    - Separate enums for SAUL category and intra-category ID. Numbers will now
      but auto-assigned by the compiler
- Use constant look-up tables for stringification (one table per SAUL category).
  ==> This saves 512B in .data section of AVR
2019-11-25 10:09:11 +01:00
..
adc_saul.c drivers: replace memset by simple assignments 2019-01-07 21:59:25 +01:00
gpio_saul.c drivers: replace memset by simple assignments 2019-01-07 21:59:25 +01:00
Makefile
saul_str.c drivers/saul: Improved stringification 2019-11-25 10:09:11 +01:00
saul.c saul: use const for device parameter 2017-06-26 20:25:37 +02:00