X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2Favr_post.common;h=b5aa27f9341403723d8968cc9a2b408ea676e50c;hb=48608a70827e29e594e42605275362af7905bc7a;hp=e1237433e6f9d34701bf74b192d1c9b0fc7d859f;hpb=388f7931a07e3bf406978bdf788d34e86f33bf53;p=bertos.git diff --git a/bertos/cpu/avr/info/avr_post.common b/bertos/cpu/avr/info/avr_post.common index e1237433..b5aa27f9 100644 --- a/bertos/cpu/avr/info/avr_post.common +++ b/bertos/cpu/avr/info/avr_post.common @@ -1,4 +1,9 @@ # CPU type used for flashing -PROGRAMMER_CPU = CORE_CPU +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 ]