Merge pull request #12329 from aabadie/pr/boards/samr34-xpro_features_cpu
boards/samr34-xpro: move cpu definitions to Makefile.features
This commit is contained in:
commit
c1d5286516
@ -1,3 +1,7 @@
|
|||||||
|
# cpu used by the samr34-xpro board is based on saml21
|
||||||
|
CPU = saml21
|
||||||
|
CPU_MODEL = samr34j18b
|
||||||
|
|
||||||
# Put defined MCU peripherals here (in alphabetical order)
|
# Put defined MCU peripherals here (in alphabetical order)
|
||||||
FEATURES_PROVIDED += periph_adc
|
FEATURES_PROVIDED += periph_adc
|
||||||
FEATURES_PROVIDED += periph_i2c
|
FEATURES_PROVIDED += periph_i2c
|
||||||
|
|||||||
@ -1,7 +1,3 @@
|
|||||||
# define the cpu used by the samr34-xpro board (based on saml21)
|
|
||||||
export CPU = saml21
|
|
||||||
export CPU_MODEL = samr34j18b
|
|
||||||
|
|
||||||
# set edbg device type
|
# set edbg device type
|
||||||
EDBG_DEVICE_TYPE = atmel_cm0p
|
EDBG_DEVICE_TYPE = atmel_cm0p
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user