Skip to content

Commit 32f48ef

Browse files
committed
cmake toolchain correction
1 parent a0a62d2 commit 32f48ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmake/toolchains/teensy41.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ set(TEENSY_VERSION 41 CACHE STRING "Set to the Teensy version corresponding to y
22
set(CPU_CORE_SPEED 600000000 CACHE STRING "Set to 24000000, 48000000, 72000000 or 96000000 to set CPU core speed" FORCE) # Derived variables
33
set(CMAKE_EXE_LINKER_FLAGS "--specs=nano.specs" CACHE INTERNAL "")
44
#teensy compiler options
5-
#set(COMPILERPATH "/opt/gcc-arm-none-eabi-10.3-2021.10/bin/")
6-
set(COMPILERPATH "/Applications/ARM_10/bin/")
7-
#set(DEPSPATH "/home/runner/work/teensy-sample-flashloader/teensy-sample-flashloader/deps")
8-
set(DEPSPATH "/Users/nicholasnewdigate/Development/github/newdigate/temp_dep")
5+
set(COMPILERPATH "/opt/gcc-arm-none-eabi-10.3-2021.10/bin/")
6+
#set(COMPILERPATH "/Applications/ARM_10/bin/")
7+
set(DEPSPATH "/home/runner/work/teensy-sample-flashloader/teensy-sample-flashloader/deps")
8+
#set(DEPSPATH "/Users/nicholasnewdigate/Development/github/newdigate/temp_dep")
99
set(COREPATH "${DEPSPATH}/cores/teensy4/")
1010

1111
find_package(teensy_cmake_macros)

0 commit comments

Comments
 (0)