Skip to content

Commit bf04e40

Browse files
Merge pull request #504 from MikroElektronika/new-feature/ra2a1-system-library
Added System Library support for RA2A1 Family
2 parents c2e7bd2 + 7b4ec49 commit bf04e40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+7606
-47130
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if(${MCU_NAME} MATCHES "^R7FA2A1AB2CBT$|^R7FA2A1AB3CFJ$|^R7FA2A1AB3CFM$|^R7FA2A1AB3CNE$|^R7FA2A1AB3CNF$")
22
set(${linkerScript} linker_scripts/${vendor}/${TOOLCHAIN_ID}/${mcu_match}.ld PARENT_SCOPE)
33
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE)
4-
list(APPEND local_list_include system/src/renesas/ra2a1/init_clock.c)
5-
list(APPEND local_dir_install system/src/renesas/ra2a1/thirdparty/ra2a1)
4+
list(APPEND local_list_include system/src/${vendor}/ra2a1/init_clock.c)
5+
list(APPEND local_dir_install system/src/${vendor}/ra2a1/thirdparty/ra2a1)
66
set(${thirdpartyInstall} ra2a1/thirdparty/ra2a1 PARENT_SCOPE)
77
endif()

0 commit comments

Comments
 (0)