Skip to content

Commit e5e09d2

Browse files
committed
Initial core files commit
1 parent f7eb887 commit e5e09d2

Some content is hidden

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

70 files changed

+7823
-47645
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)