aboutsummaryrefslogtreecommitdiff
path: root/platform.txt
AgeCommit message (Collapse)Author
2014-01-21Compile with -x assembler-with-cpp instead of -assembler-with-cpp.Jimmy Hedman
- Newer avr-gcc doesn't use -assembler-with-cpp, but uses -x assembler-with-cpp. This works with older compilers as well.
2014-01-05Fixed "runtime.hardware.path" and "runtime.platform.path" valuesCristian Maglie
"runtime.hardware.path" now contains the path to the hardware folder of the currently selected board and "runtime.platform.path" the path to the specific platform. This should fix #1176 and #1761.
2013-11-28Upped version to 1.5.5Cristian Maglie
2013-09-09Updated revision log, and upped version to 1.5.4Cristian Maglie
2013-08-01Added quoting to usb_producer key to preserve double quotes.Cristian Maglie
See #1422.
2013-07-17Added quoting to usb_product key to preserve double quotes.Cristian Maglie
See #1422.
2013-07-17boards.txt: Refactor the default usb build flags into a generic property in ↵Angus Gratton
platform.txt
2013-07-12assembly compile recipe is missing (C. A. Church)Cristian Maglie
Fixes #1457
2013-04-22Detect RAM usage and stop if fullLoren M. Lang
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-03-21Added version field to platform.txtCristian Maglie
2013-03-18Changed the way ARDUINO is defined inside platform.txtCristian Maglie
2013-03-06Added auto-generation for 'build.board' value in boards.txt.Cristian Maglie
See #1305.
2013-02-11BOARDS and ARCH defines from boards.txtCristian Maglie
See #308
2012-11-04Fixed verbose upload. Removed unused platform.txt params.Cristian Maglie
2012-10-26fixed verbose mode for avrdude in platform.txtFede85
2012-10-09Reordered boards menuCristian Maglie
2012-06-26Added default extra_flags parameter to allow build on all boardsCristian Maglie
2012-05-25Fixed avrdude path for macos and winCristian Maglie
2012-05-25Simplified boards.txt fileCristian Maglie
2012-05-25Merge branch 'master' into arduino-1.0.1-mergedCristian Maglie
Included latest fixes
2012-05-25Bugfix: IDE now works if installed on a folder path containing spacesCristian Maglie
2012-05-23Merge of arduino-1.0.1. Work in progress...Cristian Maglie
2012-02-06Upload size computation is now parametricCristian Maglie
2012-02-05Upload/Program with configurable generic command line tools (wip)Cristian Maglie
2012-02-01First attemp to generalize upload for mutiplatform IDECristian Maglie
2012-01-13Factored out some common build variablesCristian Maglie
2012-01-09Removed unused/unuseful defines from platform.txtCristian Maglie
2012-01-02Renamed platforms.txt to platform.txtCristian Maglie