Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion ARM/gcc_clang/cmake/renesas/delays/ra6m5ag.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if(${MCU_NAME} MATCHES "^R7FA6M5AG2CBG$|^R7FA6M5AG2CBM$|^R7FA6M5AG3CBM$|^R7FA6M5AG3CFB$|^R7FA6M5AG3CFC$|^R7FA6M5AG3CFP$")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/4)")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/9)")
endif()
2 changes: 1 addition & 1 deletion ARM/gcc_clang/cmake/renesas/delays/ra6m5ah.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if(${MCU_NAME} MATCHES "^R7FA6M5AH2CBG$|^R7FA6M5AH2CBM$|^R7FA6M5AH3CBM$|^R7FA6M5AH3CFB$|^R7FA6M5AH3CFC$|^R7FA6M5AH3CFP$")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/4)")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/9)")
endif()
2 changes: 1 addition & 1 deletion ARM/gcc_clang/cmake/renesas/delays/ra6m5bf.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if(${MCU_NAME} MATCHES "^R7FA6M5BF2CBG$|^R7FA6M5BF2CBM$|^R7FA6M5BF3CBM$|^R7FA6M5BF3CFB$|^R7FA6M5BF3CFC$|^R7FA6M5BF3CFP$")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/4)")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/9)")
endif()
2 changes: 1 addition & 1 deletion ARM/gcc_clang/cmake/renesas/delays/ra6m5bg.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if(${MCU_NAME} MATCHES "^R7FA6M5BG2CBG$|^R7FA6M5BG2CBM$|^R7FA6M5BG3CBM$|^R7FA6M5BG3CFB$|^R7FA6M5BG3CFC$|^R7FA6M5BG3CFP$")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/4)")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/9)")
endif()
2 changes: 1 addition & 1 deletion ARM/gcc_clang/cmake/renesas/delays/ra6m5bh.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if(${MCU_NAME} MATCHES "^R7FA6M5BH2CBG$|^R7FA6M5BH2CBM$|^R7FA6M5BH3CBM$|^R7FA6M5BH3CFB$|^R7FA6M5BH3CFC$|^R7FA6M5BH3CFP$")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/4)")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/9)")
endif()
4 changes: 2 additions & 2 deletions ARM/gcc_clang/cmake/renesas/ra6m5ag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if(${MCU_NAME} MATCHES "^R7FA6M5AG2CBG$|^R7FA6M5AG2CBM$|^R7FA6M5AG3CBM$|^R7FA6M5AG3CFB$|^R7FA6M5AG3CFC$|^R7FA6M5AG3CFP$")
set(${linkerScript} linker_scripts/${vendor}/${TOOLCHAIN_ID}/${mcu_match}.ld PARENT_SCOPE)
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE)
list(APPEND local_list_include system/src/renesas/ra6m5ag/init_clock.c)
list(APPEND local_dir_install system/src/renesas/ra6m5ag/thirdparty/ra6m5ag)
list(APPEND local_list_include system/src/${vendor}/ra6m5ag/init_clock.c)
list(APPEND local_dir_install system/src/${vendor}/ra6m5ag/thirdparty/ra6m5ag)
set(${thirdpartyInstall} ra6m5ag/thirdparty/ra6m5ag PARENT_SCOPE)
endif()
4 changes: 2 additions & 2 deletions ARM/gcc_clang/cmake/renesas/ra6m5ah.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if(${MCU_NAME} MATCHES "^R7FA6M5AH2CBG$|^R7FA6M5AH2CBM$|^R7FA6M5AH3CBM$|^R7FA6M5AH3CFB$|^R7FA6M5AH3CFC$|^R7FA6M5AH3CFP$")
set(${linkerScript} linker_scripts/${vendor}/${TOOLCHAIN_ID}/${mcu_match}.ld PARENT_SCOPE)
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE)
list(APPEND local_list_include system/src/renesas/ra6m5ah/init_clock.c)
list(APPEND local_dir_install system/src/renesas/ra6m5ah/thirdparty/ra6m5ah)
list(APPEND local_list_include system/src/${vendor}/ra6m5ah/init_clock.c)
list(APPEND local_dir_install system/src/${vendor}/ra6m5ah/thirdparty/ra6m5ah)
set(${thirdpartyInstall} ra6m5ah/thirdparty/ra6m5ah PARENT_SCOPE)
endif()
4 changes: 2 additions & 2 deletions ARM/gcc_clang/cmake/renesas/ra6m5bf.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if(${MCU_NAME} MATCHES "^R7FA6M5BF2CBG$|^R7FA6M5BF2CBM$|^R7FA6M5BF3CBM$|^R7FA6M5BF3CFB$|^R7FA6M5BF3CFC$|^R7FA6M5BF3CFP$")
set(${linkerScript} linker_scripts/${vendor}/${TOOLCHAIN_ID}/${mcu_match}.ld PARENT_SCOPE)
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE)
list(APPEND local_list_include system/src/renesas/ra6m5bf/init_clock.c)
list(APPEND local_dir_install system/src/renesas/ra6m5bf/thirdparty/ra6m5bf)
list(APPEND local_list_include system/src/${vendor}/ra6m5bf/init_clock.c)
list(APPEND local_dir_install system/src/${vendor}/ra6m5bf/thirdparty/ra6m5bf)
set(${thirdpartyInstall} ra6m5bf/thirdparty/ra6m5bf PARENT_SCOPE)
endif()
4 changes: 2 additions & 2 deletions ARM/gcc_clang/cmake/renesas/ra6m5bg.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if(${MCU_NAME} MATCHES "^R7FA6M5BG2CBG$|^R7FA6M5BG2CBM$|^R7FA6M5BG3CBM$|^R7FA6M5BG3CFB$|^R7FA6M5BG3CFC$|^R7FA6M5BG3CFP$")
set(${linkerScript} linker_scripts/${vendor}/${TOOLCHAIN_ID}/${mcu_match}.ld PARENT_SCOPE)
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE)
list(APPEND local_list_include system/src/renesas/ra6m5bg/init_clock.c)
list(APPEND local_dir_install system/src/renesas/ra6m5bg/thirdparty/ra6m5bg)
list(APPEND local_list_include system/src/${vendor}/ra6m5bg/init_clock.c)
list(APPEND local_dir_install system/src/${vendor}/ra6m5bg/thirdparty/ra6m5bg)
set(${thirdpartyInstall} ra6m5bg/thirdparty/ra6m5bg PARENT_SCOPE)
endif()
4 changes: 2 additions & 2 deletions ARM/gcc_clang/cmake/renesas/ra6m5bh.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if(${MCU_NAME} MATCHES "^R7FA6M5BH2CBG$|^R7FA6M5BH2CBM$|^R7FA6M5BH3CBM$|^R7FA6M5BH3CFB$|^R7FA6M5BH3CFC$|^R7FA6M5BH3CFP$")
set(${linkerScript} linker_scripts/${vendor}/${TOOLCHAIN_ID}/${mcu_match}.ld PARENT_SCOPE)
set(${startupFile} startup/${vendor}/${mcu_match}.c PARENT_SCOPE)
list(APPEND local_list_include system/src/renesas/ra6m5bh/init_clock.c)
list(APPEND local_dir_install system/src/renesas/ra6m5bh/thirdparty/ra6m5bh)
list(APPEND local_list_include system/src/${vendor}/ra6m5bh/init_clock.c)
list(APPEND local_dir_install system/src/${vendor}/ra6m5bh/thirdparty/ra6m5bh)
set(${thirdpartyInstall} ra6m5bh/thirdparty/ra6m5bh PARENT_SCOPE)
endif()
Loading