-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into atsam-v71-v70-s70-e70/vladimir.cvetkovic
- Loading branch information
Showing
988 changed files
with
773,514 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
if(${MCU_NAME} MATCHES "^ATSAMD21E15$|^ATSAMD21E15L$|^ATSAMD21E16$|^ATSAMD21E16L$|^ATSAMD21E17$|^ATSAMD21E17L$|^ATSAMD21E18$|^ATSAMD21G15$|^ATSAMD21G16$|^ATSAMD21G16L$|^ATSAMD21G17$|^ATSAMD21G17L$|^ATSAMD21G18$|^ATSAMD21J15$|^ATSAMD21J16$|^ATSAMD21J17$|^ATSAMD21J18$|^ATSAMDA1E15B$|^ATSAMDA1E16B$|^ATSAMDA1G14B$|^ATSAMDA1G16B$|^ATSAMDA1J14B$|^ATSAMDA1J15B") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/sam_d21_da1/system_sam_d21_da1.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,126 +1,125 @@ | ||
if(${MCU_NAME} MATCHES "^ATSAMV71J21$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71j21.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71j21.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71J21B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71j21b.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71j21b.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71J19$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71j19.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71j19.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71J19B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71j19b.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71j19b.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71N19$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71n19.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71n19.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71N19B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71n19b.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71n19b.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71Q20$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71q20.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71q20.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71Q20B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71q20b.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71q20b.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71Q21$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71q21.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71q21.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71Q21B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71q21b.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71q21b.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71Q19$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71q19.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71q19.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71Q19B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71q19b.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71q19b.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71N20$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71n20.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71n20.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71N20B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71n20b.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71n20b.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71N21$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71n21.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71n21.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71N21B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71n21b.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71n21b.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71J20$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71j20.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71j20.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMV71J20B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/thirdparty/system_samv71j20b.c) | ||
list(APPEND local_list_include system/src/sam/atsam_v71_v70_s70_e70/system_samv71j20b.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
endif() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
if(${MCU_NAME} MATCHES "^ATSAMC20E15A$|^ATSAMC20E16A$|^ATSAMC20E17A$|^ATSAMC20E18A$|^ATSAMC20G15A$|^ATSAMC20G16A$|^ATSAMC20G17A$|^ATSAMC20G18A$|^ATSAMC20J15A$|^ATSAMC20J16A$|^ATSAMC20J17A$|^ATSAMC20J18A$|^ATSAMC21E15A$|^ATSAMC21E16A$|^ATSAMC21E17A$|^ATSAMC21E18A$|^ATSAMC21G15A$|^ATSAMC21G16A$|^ATSAMC21G17A$|^ATSAMC21G18A$|^ATSAMC21J15A$|^ATSAMC21J16A$|^ATSAMC21J17A$|^ATSAMC21J18A$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsamc20_21/system_samc20_21.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamc20_21/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamc20_21/thirdparty/${MCU_NAME_FIRST_8_LOWER} PARENT_SCOPE) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
if(${MCU_NAME} MATCHES "^ATSAMC20N17A$|^ATSAMC20N18A$|^ATSAMC21N17A$|^ATSAMC21N18A$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsamc20n_21n/system_samc20n_21n.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamc20n_21n/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamc20n_21n/thirdparty/${MCU_NAME_FIRST_8_LOWER} PARENT_SCOPE) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
if(${MCU_NAME} MATCHES "^ATSAMG53N19A$|^ATSAMG53N19B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsamg53/system_samg53n19.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamg53/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamg53/thirdparty/${MCU_NAME_FIRST_8_LOWER} PARENT_SCOPE) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMG53G19A$|^ATSAMG53G19B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsamg53/system_samg53g19.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamg53/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamg53/thirdparty/${MCU_NAME_FIRST_8_LOWER} PARENT_SCOPE) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
if(${MCU_NAME} MATCHES "^ATSAMG54J19B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsamg54/system_samg54j19.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamg54/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamg54/thirdparty/${MCU_NAME_FIRST_8_LOWER} PARENT_SCOPE) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMG54G19B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsamg54/system_samg54g19.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamg54/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamg54/thirdparty/${MCU_NAME_FIRST_8_LOWER} PARENT_SCOPE) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMG54N19B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsamg54/system_samg54n19.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamg54/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamg54/thirdparty/${MCU_NAME_FIRST_8_LOWER} PARENT_SCOPE) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
if(${MCU_NAME} MATCHES "^ATSAMG55G19A$|^ATSAMG55G19B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsamg55/system_samg55g19.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamg55/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamg55/thirdparty/${MCU_NAME_FIRST_8_LOWER} PARENT_SCOPE) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^ATSAMG55J19A$|^ATSAMG55J19B$") | ||
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE) | ||
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE) | ||
list(APPEND local_list_include system/src/sam/atsamg55/system_samg55j19.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamg55/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamg55/thirdparty/${MCU_NAME_FIRST_8_LOWER} PARENT_SCOPE) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
if(${MCU_NAME} MATCHES "^ATSAMD21E15$|^ATSAMD21E15L$|^ATSAMD21E16$|^ATSAMD21E16L$|^ATSAMD21E17$|^ATSAMD21E17L$|^ATSAMD21E18$|^ATSAMD21G15$|^ATSAMD21G16$|^ATSAMD21G16L$|^ATSAMD21G17$|^ATSAMD21G17L$|^ATSAMD21G18$|^ATSAMD21J15$|^ATSAMD21J16$|^ATSAMD21J17$|^ATSAMD21J18$|^ATSAMDA1E15B$|^ATSAMDA1E16B$|^ATSAMDA1G14B$|^ATSAMDA1G16B$|^ATSAMDA1J14B$|^ATSAMDA1J15B$") | ||
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/4)") | ||
endif() |
Oops, something went wrong.