1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 17:31:18 +01:00

sys/arduino: move pseudo modules to makefiles

This allows using the arduino_pwm feature (which is translated into a
module) without the arduino module; e.g. for only using the Arduino
I/O mapping but not the Arduino API.
This commit is contained in:
Marian Buschsieweke 2023-06-27 21:57:45 +02:00
parent b209fdd76c
commit a461cd8b94
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94
2 changed files with 2 additions and 3 deletions

View File

@ -33,6 +33,8 @@ PSEUDOMODULES += base64url
## be advertised in any other capacity, e.g. through @ref sys_auto_init_saul).
PSEUDOMODULES += board_software_reset
PSEUDOMODULES += arduino_pwm
PSEUDOMODULES += arduino_serial_stdio
PSEUDOMODULES += can_mbox
PSEUDOMODULES += can_pm
PSEUDOMODULES += can_raw

View File

@ -19,6 +19,3 @@ endif
# include the Arduino headers
INCLUDES += -I$(RIOTBASE)/sys/arduino/include
PSEUDOMODULES += arduino_pwm
PSEUDOMODULES += arduino_serial_stdio