X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2Favr.common;h=690850fead47235f646aa58b92b19ade3d5f87a8;hb=7d79dfd13c8c9f191a7316544b4d95872329e5d0;hp=e4837a79915de406ca36f96296b4fa58888e8a62;hpb=eceb2d8f50f5af6f46dbdd6c0c3b50fbaff20534;p=bertos.git diff --git a/bertos/cpu/avr/info/avr.common b/bertos/cpu/avr/info/avr.common index e4837a79..690850fe 100644 --- a/bertos/cpu/avr/info/avr.common +++ b/bertos/cpu/avr/info/avr.common @@ -43,6 +43,10 @@ # Import the common settings for the path. include("../../path.common") +# Short description of the cpu. +CPU_DESC = [ "ATMEL AVR Microcontroller ", + "8-bit RISC Architecture"] + # Type of the toolchain we should use to compile the source for this CPU. TOOLCHAIN = "avr"