format Kconfig and sconscript

This commit is contained in:
Meco Man
2023-01-08 22:52:13 -05:00
committed by Man, Jianting (Meco)
parent f4b285dc9c
commit 9bc68d26a4
885 changed files with 3941 additions and 3919 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ if GetDepend('SAM_ADC_EXAMPLE') == False:
if GetDepend('SAM_LWIP_EXAMPLE') == False:
SrcRemove(src, ['lwip_demo.c'])
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')
+1 -1
View File
@@ -18,4 +18,4 @@ CPPDEFINES = []
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)
Return('group')
Return('group')
+1 -1
View File
@@ -22,7 +22,7 @@ source "$PKGS_DIR/Kconfig"
source "board/Kconfig"
config SOC_SAMC21
bool
bool
select ARCH_ARM
select ARCH_ARM_CORTEX_M
select ARCH_ARM_CORTEX_M0
+1 -1
View File
@@ -19,7 +19,7 @@ choice
help
Refer to SAMC21 DataSheet
endchoice
endchoice
endmenu
menu "Onboard Peripheral Drivers"
+1 -1
View File
@@ -14,4 +14,4 @@ CPPDEFINES = ['SAMC21xxx']
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)
Return('group')
Return('group')
+1 -1
View File
@@ -22,7 +22,7 @@ source "$PKGS_DIR/Kconfig"
source "board/Kconfig"
config SOC_SAME54
bool
bool
select ARCH_ARM
select ARCH_ARM_CORTEX_M
select ARCH_ARM_CORTEX_M4
+1 -1
View File
@@ -19,7 +19,7 @@ choice
help
Refer to SAME54 DataSheet
endchoice
endchoice
endmenu
menu "Onboard Peripheral Drivers"
+1 -1
View File
@@ -14,4 +14,4 @@ CPPDEFINES = ['SAME54xxx']
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)
Return('group')
Return('group')
+1 -1
View File
@@ -22,7 +22,7 @@ source "$PKGS_DIR/Kconfig"
source "board/Kconfig"
config SOC_SAME70
bool
bool
select ARCH_ARM
select ARCH_ARM_CORTEX_M
select ARCH_ARM_CORTEX_M7
+1 -1
View File
@@ -19,7 +19,7 @@ choice
help
Refer to SAME70 DataSheet
endchoice
endchoice
endmenu
menu "Onboard Peripheral Drivers"
+1 -1
View File
@@ -14,4 +14,4 @@ CPPDEFINES = ['SAME70xxx']
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)
Return('group')
Return('group')
+1 -1
View File
@@ -22,7 +22,7 @@ source "$PKGS_DIR/Kconfig"
source "board/Kconfig"
config SOC_SAML10
bool
bool
select ARCH_ARM
select ARCH_ARM_CORTEX_M
select RT_USING_COMPONENTS_INIT
+1 -1
View File
@@ -33,7 +33,7 @@ choice
bool "SOC_SAML10D14"
help
Refer to SAML10 DataSheet
endchoice
endchoice
endmenu
menu "Onboard Peripheral Drivers"
+1 -1
View File
@@ -14,4 +14,4 @@ CPPDEFINES = ['SAML10xxx']
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES = CPPDEFINES)
Return('group')
Return('group')