First support for MSP430 CPU
[bertos.git] / bertos / cpu / msp430 / info / msp430_post.common
diff --git a/bertos/cpu/msp430/info/msp430_post.common b/bertos/cpu/msp430/info/msp430_post.common
new file mode 100644 (file)
index 0000000..6705724
--- /dev/null
@@ -0,0 +1,8 @@
+# CPU type used for flashing
+MK_PROGRAMMER_CPU = CORE_CPU
+
+# Name of the flag used by the build system to pass to the compiler the CPU type.
+MK_MCU = CORE_CPU
+
+# Add CPU core to tags
+CPU_TAGS += [ CORE_CPU ]