-
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 pull request #61 from MikroElektronika/atsam-v71-v70-s70-e70/vl…
…adimir.cvetkovic atsam-v71-v70-s70-e70/vladimir.cvetkovic
- Loading branch information
Showing
86 changed files
with
42,826 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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,3 @@ | ||
if(${MCU_NAME} MATCHES "^ATSAMV71(J|N|Q)(19|20|21)(A|B)?$") | ||
list(APPEND local_list_macros "getClockValue(_clock) ((_clock*2)/1000UL/3)") | ||
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,6 @@ | ||
{ | ||
"core": "M7", | ||
"delay_src_path": "delays/m7/__lib_delays.c", | ||
"mcu": "ATSAMV71J19", | ||
"clock": 1 | ||
} |
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 @@ | ||
{ | ||
"core": "M7", | ||
"delay_src_path": "delays/m7/__lib_delays.c", | ||
"mcu": "ATSAMV71J20", | ||
"clock": 1 | ||
} |
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 @@ | ||
{ | ||
"core": "M7", | ||
"delay_src_path": "delays/m7/__lib_delays.c", | ||
"mcu": "ATSAMV71J21", | ||
"clock": 1 | ||
} |
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 @@ | ||
{ | ||
"core": "M7", | ||
"delay_src_path": "delays/m7/__lib_delays.c", | ||
"mcu": "ATSAMV71N19", | ||
"clock": 1 | ||
} |
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 @@ | ||
{ | ||
"core": "M7", | ||
"delay_src_path": "delays/m7/__lib_delays.c", | ||
"mcu": "ATSAMV71N20", | ||
"clock": 1 | ||
} |
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 @@ | ||
{ | ||
"core": "M7", | ||
"delay_src_path": "delays/m7/__lib_delays.c", | ||
"mcu": "ATSAMV71N21", | ||
"clock": 1 | ||
} |
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 @@ | ||
{ | ||
"core": "M7", | ||
"delay_src_path": "delays/m7/__lib_delays.c", | ||
"mcu": "ATSAMV71Q19", | ||
"clock": 1 | ||
} |
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 @@ | ||
{ | ||
"core": "M7", | ||
"delay_src_path": "delays/m7/__lib_delays.c", | ||
"mcu": "ATSAMV71Q20", | ||
"clock": 1 | ||
} |
Oops, something went wrong.