File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ set(TEENSY_VERSION 41 CACHE STRING "Set to the Teensy version corresponding to y
2
2
set (CPU_CORE_SPEED 600000000 CACHE STRING "Set to 24000000, 48000000, 72000000 or 96000000 to set CPU core speed" FORCE ) # Derived variables
3
3
set (CMAKE_EXE_LINKER_FLAGS "--specs=nano.specs" CACHE INTERNAL "" )
4
4
#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")
9
9
set (COREPATH "${DEPSPATH} /cores/teensy4/" )
10
10
11
11
find_package (teensy_cmake_macros )
You can’t perform that action at this time.
0 commit comments