aboutsummaryrefslogtreecommitdiff
path: root/platforms.txt
AgeCommit message (Collapse)Author
2011-12-31platforms.txt recipes now have symbolic variables instead of indexes ↵Cristian Maglie
({0},{1},etc.) Recipes arguments are splitted with spaces instead of |. Single argument containing spaces should be placed between "double quotes". Refactored and formatted Compiler class, removed all unused code in comments.
2011-12-30Created second level in hardware folder: hardware/PACKAGE/PLATFORM/...Cristian Maglie
Made some helper class for files filtering. platforms.txt now contains only one platform at a time. Some cleanup in Compiler and AvrDudeUploader classes.
2011-06-25Fixing linker command line argument.David A. Mellis
2011-06-22Addtional debuggin. Trying to find the pins compile issue.ricklon
2011-06-17Switched to a nonconflicting delimeter |. Compile process is working. Need ↵ricklon
to make sure that it matches 1.0 process exactly.
2011-06-17A bit of cleanup. Delimeter not figured out yet.ricklon
2011-06-15Changed :: to , for platforms.txt. Also, changes to compile process to ↵ricklon
support execAsynchronously changed to Stringp[]
2011-06-06Added platforms.txt, and update boards.txt with platform=avrricklon