1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
RIOT/cpu/sam_common/Makefile.dep
dylad 8cfc42b562 cpu/sam_common: move some SAM3 drivers to common folder
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>
2025-02-17 16:29:25 +01:00

5 lines
115 B
Makefile

# include sam common periph drivers
USEMODULE += sam_common_periph
include $(RIOTCPU)/cortexm_common/Makefile.dep