First support for MSP430 CPU
[bertos.git] / bertos / cpu / msp430 / info / msp430_post.common
1 # CPU type used for flashing
2 MK_PROGRAMMER_CPU = CORE_CPU
3
4 # Name of the flag used by the build system to pass to the compiler the CPU type.
5 MK_MCU = CORE_CPU
6
7 # Add CPU core to tags
8 CPU_TAGS += [ CORE_CPU ]