Skip to content

Commit

Permalink
correct cmake compiler path to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
newdigate committed Nov 26, 2023
1 parent d6c6d07 commit 96d106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/toolchains/teensy41.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(TEENSY_VERSION 41 CACHE STRING "Set to the Teensy version corresponding to y
set(CPU_CORE_SPEED 600000000 CACHE STRING "Set to 24000000, 48000000, 72000000 or 96000000 to set CPU core speed" FORCE) # Derived variables
set(CMAKE_EXE_LINKER_FLAGS "--specs=nano.specs" CACHE INTERNAL "")
#teensy compiler options
set(COMPILERPATH "/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/")
set(COMPILERPATH "/opt/gcc-arm-none-eabi-10.3-2021.10/bin/")
#set(COMPILERPATH "/Applications/ARM/bin/")
set(DEPSPATH "/home/runner/work/teensy-sample-flashloader/teensy-sample-flashloader/deps")
#set(DEPSPATH "/Users/nicholasnewdigate/Development/github/newdigate/temp_dep")
Expand Down

0 comments on commit 96d106f

Please sign in to comment.