You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
706 B
11 lines
706 B
set(TEENSY_VERSION 41 CACHE STRING "Set to the Teensy version corresponding to your board (30 or 31 allowed)" FORCE)
|
|
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=nosys.specs" CACHE INTERNAL "")
|
|
#teensy compiler options
|
|
set(COMPILERPATH "/opt/gcc-arm-none-eabi-9-2019-q4-major/bin/")
|
|
#set(COMPILERPATH "/Applications/ARM/bin/")
|
|
set(DEPSPATH "/home/runner/work/teensy-variable-playback/teensy-variable-playback/deps")
|
|
#set(DEPSPATH "/Users/nicholasnewdigate/Development/github/newdigate/temp_dep")
|
|
set(COREPATH "${DEPSPATH}/cores/teensy4/")
|
|
|
|
find_package(teensy_cmake_macros)
|
|
|