add cmake support for msp430
This commit is contained in:
		
							
								
								
									
										7
									
								
								examples/build_system/cmake/cpu/msp430.cmake
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								examples/build_system/cmake/cpu/msp430.cmake
									
									
									
									
									
										Normal 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 () | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach