Skip to content

Commit

Permalink
Merge pull request #313 from MikroElektronika/new-feature/mcus/104
Browse files Browse the repository at this point in the history
Merge branch new-feature/mcus/104 into main
  • Loading branch information
IvanRuzavin authored Mar 7, 2025
2 parents 855a474 + 1c2104b commit 1b33828
Show file tree
Hide file tree
Showing 51 changed files with 757,372 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PIC32/XC32/cmake/pic32/pic32mzx064dak.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if(${MCU_NAME} MATCHES "^PIC32MZ1064DAK169$|^PIC32MZ1064DAK176$|^PIC32MZ2064DAK169$|^PIC32MZ2064DAK176$")
set(${linkerScript} linker_scripts/${mcu_match}.ld PARENT_SCOPE)
endif()
3 changes: 3 additions & 0 deletions PIC32/XC32/cmake/pic32/pic32mzx064dal.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if(${MCU_NAME} MATCHES "^PIC32MZ1064DAL169$|^PIC32MZ1064DAL176$|^PIC32MZ2064DAL169$|^PIC32MZ2064DAL176$")
set(${linkerScript} linker_scripts/${mcu_match}.ld PARENT_SCOPE)
endif()
Loading

0 comments on commit 1b33828

Please sign in to comment.