Skip to content

Commit

Permalink
Merge pull request #5 from hacker1024/patch-1
Browse files Browse the repository at this point in the history
Set build_board for Teensy 4.0 as well
  • Loading branch information
newdigate authored Jan 24, 2025
2 parents 5be538e + 6992def commit ec9963a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/teensy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function(teensy_set_dynamic_properties)
if(TEENSY_VERSION EQUAL 40)
set(CPU_DEFINE __IMXRT1062__)
set(LINKER_FILE ${COREPATH}imxrt1062.ld)
set(build_board TEENSY40)
set(build_flags_ld "-nostdlib -Wl,--gc-sections,--relax ")
set(build_core teensy4)
set(build_mcu imxrt1062)
Expand Down

0 comments on commit ec9963a

Please sign in to comment.