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:
parent
b209fdd76c
commit
a461cd8b94
@ -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
|
||||
|
||||
@ -19,6 +19,3 @@ endif
|
||||
|
||||
# include the Arduino headers
|
||||
INCLUDES += -I$(RIOTBASE)/sys/arduino/include
|
||||
|
||||
PSEUDOMODULES += arduino_pwm
|
||||
PSEUDOMODULES += arduino_serial_stdio
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user