add cmake support for msp430

This commit is contained in:
hathach
2024-04-11 21:49:55 +07:00
parent 5d3b0896e1
commit abddc850ac
7 changed files with 180 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
if (TOOLCHAIN STREQUAL "gcc")
set(FREERTOS_PORT GCC_MSP430F449 CACHE INTERNAL "")
elseif (TOOLCHAIN STREQUAL "iar")
set(FREERTOS_PORT IAR_MSP430 CACHE INTERNAL "")
endif ()