1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/app
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
..
.settings Fixed eclipse project files 2012-01-11 13:59:39 +01:00
format fixed java 1.5 compatibility issue 2012-12-04 11:54:19 +01:00
lib wrong rxtxcomm.jar 2013-03-04 11:45:11 +01:00
src/processing/app Detect RAM usage and stop if full 2013-04-22 17:48:22 -07:00
test Updated libaries and core handling. 2013-04-17 17:53:03 +02:00
test-lib support libraries for running FEST-Swing tests 2013-02-20 09:37:14 +01:00
.classpath Compilation process for ARM (WIP) 2011-09-17 00:02:40 +02:00
.classpath_macosx Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
.classpath_vista fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
.project Importing Processing rev. 5503 (1.0.3). 2009-05-31 15:53:33 +00:00
build.xml ant windows build 2013-02-20 13:33:09 +01:00
run-linux.launch eclipse .launch to run IDE inside eclipse: helps debugging and speeds up development 2012-10-24 10:11:41 +02:00