aboutsummaryrefslogtreecommitdiffstats
path: root/copy-to-ide
Commit message (Collapse)AuthorAgeFilesLines
* libcs3 refactor mergePerry Hung2010-05-281-38/+0
| | | | | | | | | | | | | | | | Removed dependency on libcs3.a because Codesourcery does not provide the source for it. We now link against a modified libcs3-lanchon-stm32.a built from parts in public domain from Lanchon, and a start_c.c from Codesourcery that is licensed under a permissive license. Also removed all of the extra linker cruft from the stm32conf directory. The linker files now live in support/ld The openocd scripts now live in support/openocd The udev rules and copy-to-ide scripts now live in support/scripts The source lives in support/ld/libcs3-lanchon-stm32.tar.gz
* fastforward of master up the newboot, plus patch of math stuffbnewbold2010-05-261-95/+18
|\ | | | | | | Conflicts: copy-to-ide, wirish/WProgram.h
| * get wirish_math stuff going (random, map, etc)bnewbold2010-05-211-62/+14
| | | | | | | | | | Perry, you might want to look this over... I only include the contents of wirish_math.h when cpp? It's what arduino does and it works, so...
* | Finalized the libmaple changes required by newboot. Added setupUSB() to ↵AJM2010-05-211-26/+24
| | | | | | | | | | | | wirish init this involved some some changes to copy-to-ide, WProgram.h, and the makefile. Separated the reset.py from the wait.py so that the program closes the serial port correctly.
* | added a delay to the resrt slide to allow enough time for graceul closures ↵AJM2010-05-201-0/+35
|/ | | | of the serial port
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-291-0/+1
| | | | out of main to cxxabi-compat.cpp.
* update copy-to-ide and WProgram.h post-refactoringbnewbold2010-04-281-53/+58
|
* updated copy-to-ide scriptbnewbold2010-04-201-74/+43
|
* Major hierarchy reorganization; see README.bnewbold2010-03-311-83/+82
| | | | | copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added
* actual files needed for IDE get copiedbnewbold2010-03-131-0/+38
|
* script to copy src files to IDE; renamed READMEbnewbold2010-03-121-0/+70