cpu: cortexm: always use periph_common module
This commit is contained in:
parent
fa9fbabd97
commit
0fb66a0fd1
@ -29,6 +29,8 @@ export CFLAGS += -DCOREIF_NG=1
|
||||
export USEMODULE += cortexm_common
|
||||
# Export the peripheral drivers to be linked into the final binary:
|
||||
export USEMODULE += periph
|
||||
# include common periph code
|
||||
export USEMODULE += periph_common
|
||||
# all cortex MCU's use newlib as libc
|
||||
export USEMODULE += newlib
|
||||
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
export CPU_ARCH = cortex-m0
|
||||
|
||||
USEMODULE += periph_common
|
||||
|
||||
include $(RIOTCPU)/Makefile.include.cortexm_common
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user