소스 검색

* increase ram size of the avrsim controller target

git-svn-id: trunk@33066 -
florian 9 년 전
부모
커밋
56b6cedcf4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/avr/cpuinfo.pas

+ 1 - 1
compiler/avr/cpuinfo.pas

@@ -278,7 +278,7 @@ Const
         flashbase:0;
         flashbase:0;
         flashsize:$20000;
         flashsize:$20000;
         srambase:256;
         srambase:256;
-        sramsize:4096;
+        sramsize:32*1024;
         eeprombase:0;
         eeprombase:0;
         eepromsize:4096;
         eepromsize:4096;
         )
         )