mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
This commit allows to share GPIO, Timers and UARTs driver across SAM3/SAM4s MCUs as they relies on the same IPs Signed-off-by: dylad <dylan.laduranty@mesotic.com>
5 lines
115 B
Makefile
5 lines
115 B
Makefile
# include sam common periph drivers
|
|
USEMODULE += sam_common_periph
|
|
|
|
include $(RIOTCPU)/cortexm_common/Makefile.dep
|