avrxmega7.cmake 181 B

1234567
  1. # Name of the target
  2. set(CMAKE_SYSTEM_NAME Generic)
  3. set(CMAKE_SYSTEM_PROCESSOR avrxmega7)
  4. set(MCPU_FLAGS "-mmcu=avrxmega7")
  5. include(${CMAKE_CURRENT_LIST_DIR}/common/avr-gcc.cmake)