X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fmsp430%2Finfo%2Fmsp430_post.common;fp=bertos%2Fcpu%2Fmsp430%2Finfo%2Fmsp430_post.common;h=6705724a31318d5b094e7be014857d5510f37a4d;hb=a3f9ca9d86b7f8da31204746cc32e13c2dbe5ed0;hp=0000000000000000000000000000000000000000;hpb=14c4531e5f8c34a4454a44f7f1e1cb3e8be96f25;p=bertos.git diff --git a/bertos/cpu/msp430/info/msp430_post.common b/bertos/cpu/msp430/info/msp430_post.common new file mode 100644 index 00000000..6705724a --- /dev/null +++ b/bertos/cpu/msp430/info/msp430_post.common @@ -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 ]