浏览代码

* fixes breakage of r30930 (+ ATtiny24/ATtiny44/ATtiny84 support)

git-svn-id: trunk@30932 -
florian 10 年之前
父节点
当前提交
d58d7b7838
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      compiler/avr/cpuinfo.pas

+ 7 - 0
compiler/avr/cpuinfo.pas

@@ -58,6 +58,10 @@ Type
 
       ct_avrsim,
 
+      ct_attiny24,
+      ct_attiny44,
+      ct_attiny84,
+
       ct_atmega8,
       ct_atmega16,
       ct_atmega32,
@@ -133,6 +137,7 @@ Const
         eeprombase:0;
         eepromsize:4096;
         ),
+        (
    	controllertypestr:'ATTINY24';
         controllerunitstr:'ATTINYX4';
         flashbase:0;
@@ -142,6 +147,7 @@ Const
         eeprombase:0;
         eepromsize:128
         ),
+        (
    	controllertypestr:'ATTINY44';
         controllerunitstr:'ATTINYX4';
         flashbase:0;
@@ -151,6 +157,7 @@ Const
         eeprombase:0;
         eepromsize:256
         ),
+        (
    	controllertypestr:'ATTINY84';
         controllerunitstr:'ATTINYX4';
         flashbase:0;