Skip to content

Commit

Permalink
Set build_board for Teensy 4.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker1024 authored Jan 24, 2025
1 parent 5be538e commit 6992def
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 6992def

Please sign in to comment.