Skip to content

Commit

Permalink
Merge pull request #144 from MikroElektronika/new-feature/mcus/67
Browse files Browse the repository at this point in the history
Merge branch new-feature/mcus/67 into main
  • Loading branch information
IvanRuzavin authored Oct 31, 2024
2 parents de6d896 + 8ac62b3 commit b4499b9
Show file tree
Hide file tree
Showing 13 changed files with 24,348 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ARM/gcc_clang/cmake/stm/delays/stm32l422rb_tb.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if(${MCU_NAME} MATCHES "^STM32L422RB$|^STM32L422TB$")
list(APPEND local_list_macros "getClockValue(_clock) (_clock/1000UL/6)")
endif()
7 changes: 7 additions & 0 deletions ARM/gcc_clang/cmake/stm/stm32l422rb_tb.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
if(${MCU_NAME} MATCHES "^STM32L422RB$|^STM32L422TB$")
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 b4499b9

Please sign in to comment.