Skip to content

Commit

Permalink
Merge pull request #142 from MikroElektronika/new-feature/mcus/66
Browse files Browse the repository at this point in the history
Merge branch new-feature/mcus/66 into main
  • Loading branch information
IvanRuzavin authored Oct 30, 2024
2 parents bb15e90 + cdc303e commit 106dabc
Show file tree
Hide file tree
Showing 13 changed files with 24,349 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ARM/gcc_clang/cmake/stm/delays/stm32l422cb_kb.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if(${MCU_NAME} MATCHES "^STM32L422CB$|^STM32L422KB$")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/6)")
endif()
7 changes: 7 additions & 0 deletions ARM/gcc_clang/cmake/stm/stm32l422cb_kb.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
if(${MCU_NAME} MATCHES "^STM32L422CB$|^STM32L422KB$")
set(${linkerScript} linker_scripts/${vendor}/${mcu_match}.ld PARENT_SCOPE)
set(${startupFile} startup/${vendor}/${mcu_match}.s PARENT_SCOPE)
list(APPEND local_list_include system/src/${vendor}/system_stm32l_4xx.c)
list(APPEND local_list_include system/inc/${vendor}/system_stm32l_4xx.h)
list(APPEND local_list_install system/inc/${vendor}/system_stm32l_4xx.h)
endif()
Loading

0 comments on commit 106dabc

Please sign in to comment.