Skip to content

Instantly share code, notes, and snippets.

View farrrb's full-sized avatar

Fabian Zahn - 0xFAB farrrb

  • Danfoss Power Solutions
  • Hamburg, Germany
View GitHub Profile
@farrrb
farrrb / toolchain-ti-c2000.cmake
Created February 16, 2018 14:10 — forked from 0xjairo/toolchain-ti-c2000.cmake
TI C2000 (F2807x) CMake toolchain file
# Create a file named options.cmake and populate with valid paths assigned to the following:
#
# set(CG_TOOL_ROOT "/opt/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS")
# set(DEVICE_SUPPORT_ROOT "/home/asdf/controlSUITE/device_support/F2807x/v210")
#
# Then do:
# mkdir build && cd build
# cmake -DCMAKE_TOOLCHAIN_FILE=../toolchain-ti-c2000.cmake ..
# make