src: Rename source folders for atsam and atsamd architectures
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
This commit is contained in:
committed by
KevinOConnor
parent
432e6c490a
commit
6256599a6d
@@ -13,9 +13,9 @@ choice
|
||||
prompt "Micro-controller Architecture"
|
||||
config MACH_AVR
|
||||
bool "Atmega AVR"
|
||||
config MACH_SAM3
|
||||
config MACH_ATSAM
|
||||
bool "SAM3/SAM4 (Due and Duet)"
|
||||
config MACH_SAMD21
|
||||
config MACH_ATSAMD
|
||||
bool "SAMD21 (Arduino Zero)"
|
||||
config MACH_LPC176X
|
||||
bool "LPC176x (Smoothieboard)"
|
||||
@@ -30,8 +30,8 @@ choice
|
||||
endchoice
|
||||
|
||||
source "src/avr/Kconfig"
|
||||
source "src/sam3/Kconfig"
|
||||
source "src/samd21/Kconfig"
|
||||
source "src/atsam/Kconfig"
|
||||
source "src/atsamd/Kconfig"
|
||||
source "src/lpc176x/Kconfig"
|
||||
source "src/stm32f1/Kconfig"
|
||||
source "src/pru/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user