Skip to content

Commit

Permalink
Update for MK22
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Jun 7, 2024
1 parent 88c3595 commit 304b2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/necto_db.db
metadata.json
output
__pycache__
2 changes: 1 addition & 1 deletion ARM/gcc_clang/cmake/nxp/mk22fn128cah12.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## MK22FN128CAH12 has specific sectors
if(${MCU_NAME} STREQUAL "MK22FN128CAH12")
if(${MCU_NAME} MATCHES "^MK22FN128CAH12$")
set(${linkerScript} linker_scripts/${vendor}/mk22fn128xxx12xx.ld PARENT_SCOPE)
## Same documentaion as MK22F256xxx MCUs.
set(${startupFile} startup/${vendor}/mk22f256xxx12.s PARENT_SCOPE)
Expand Down

0 comments on commit 304b2d8

Please sign in to comment.