-
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.
- Loading branch information
1 parent
2323298
commit 8bf0af0
Showing
411 changed files
with
171,501 additions
and
16 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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
if(${MCU_NAME} MATCHES "^ATSAMC20E15A$|^ATSAMC20E16A$|^ATSAMC20E17A$|^ATSAMC20E18A$|^ATSAMC20G15A$|^ATSAMC20G16A$|^ATSAMC20G17A$|^ATSAMC20G18A$|^ATSAMC20J15A$|^ATSAMC20J16A$|^ATSAMC20J17A$|^ATSAMC20J18A$|^ATSAMC20N17A$|^ATSAMC20N18A$|^ATSAMC21E15A$|^ATSAMC21E16A$|^ATSAMC21E17A$|^ATSAMC21E18A$|^ATSAMC21G15A$|^ATSAMC21G16A$|^ATSAMC21G17A$|^ATSAMC21G18A$|^ATSAMC21J15A$|^ATSAMC21J16A$|^ATSAMC21J17A$|^ATSAMC21J18A$|^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/system_samc20_21.c) | ||
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 |
---|---|---|
@@ -1,14 +1,17 @@ | ||
if(${MCU_NAME} MATCHES "^SAMG51N18A$") | ||
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/atsamg51/thirdparty/system_samg51n18.c) | ||
list(APPEND local_list_include system/src/sam/atsamg51/system_samg51n18.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamg51/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamg51/thirdparty/${MCU_NAME_FIRST_8_LOWER} PARENT_SCOPE) | ||
endif() | ||
|
||
if(${MCU_NAME} MATCHES "^SAMG51G18A$") | ||
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/atsamg51/thirdparty/system_samg51g18.c) | ||
list(APPEND local_list_include system/src/sam/atsamg51/system_samg51g18.c) | ||
list(APPEND local_list_include common/syscalls.c) | ||
list(APPEND local_dir_install system/src/sam/atsamg51/thirdparty/${MCU_NAME_FIRST_8_LOWER}) | ||
set(${thirdpartyInstall} atsamg51/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 |
---|---|---|
@@ -1,14 +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/thirdparty/system_samg53n19.c) | ||
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/thirdparty/system_samg53g19.c) | ||
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 |
---|---|---|
@@ -1,21 +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/thirdparty/system_samg54j19.c) | ||
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/thirdparty/system_samg54g19.c) | ||
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/thirdparty/system_samg54n19.c) | ||
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 |
---|---|---|
@@ -1,13 +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/thirdparty/system_samg55g19.c) | ||
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/thirdparty/system_samg55j19.c) | ||
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() |
File renamed without changes.
Oops, something went wrong.