1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-30 11:24:12 +01:00
Arduino/hardware/arduino/avr
Loren M. Lang 7c87db3532 Detect RAM usage and stop if full
This resolves issue #1356 and add the ability for the Arduino IDE to
detect the amount of RAM allocated to a sketch and compare that to the
available RAM on each board. If RAM is more than 90% full, it will fail
on building since there is not enough free RAM for the heap and stack to
use.
2013-04-22 17:48:22 -07:00
..
bootloaders Moved old production firmware to the right place 2013-04-17 17:52:36 +02:00
cores/arduino Merged 1.0.5 2013-04-03 13:51:04 +02:00
firmwares Merged 1.0.5 2013-04-03 13:51:04 +02:00
libraries Merged 1.0.5 2013-04-03 13:51:04 +02:00
variants Merged 1.0.3 2012-12-10 15:55:05 +01:00
boards.txt Detect RAM usage and stop if full 2013-04-22 17:48:22 -07:00
platform.txt Detect RAM usage and stop if full 2013-04-22 17:48:22 -07:00
programmers.txt Set correct speed of Arduino ISP programmer 2013-04-06 01:59:25 +02:00