blob: aaab41eb4d7eb87b000e516ae22118d63a5d67a2 (
plain)
1
2
3
4
5
6
7
|
# Name of the target
set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_PROCESSOR msp430g2210)
set(MCPU_FLAGS "-mmcu=msp430g2210")
include(${CMAKE_CURRENT_LIST_DIR}/common/msp430-gcc.cmake)
|