aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changed math.h to wiring_math.h to avoid collision with newlib's math libraryiperry2010-01-084-9/+14
* Added a print class for USB, works identically to the Serial object. Bugs out...ajmeyer@mit.edu2010-01-078-48/+311
* added a simpler main.cpp and moved the complicated stuff into a separate fileajmeyer@mit.edu2009-12-272-46/+81
* Fixed delayMicroseconds, changed serial interface, added an (untested) runtim...iperry2009-12-2512-141/+82
* added demo code on main.cpp to build a simple two way channel over the virtua...ajmeyer@mit.edu2009-12-192-3/+28
* added a usb.h and usb.c to cover some of the low level access functions that ...ajmeyer@mit.edu2009-12-194-8/+40
* Added licensing. Moved lots of header files around. Added HardwareSerial read...iperry2009-12-1941-401/+1553
* fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctionalajmeyer@mit.edu2009-12-194-16/+18
* added USB support (TX over virtual com port), the linker modifications to wor...ajmeyer@mit.edu2009-12-1914-8/+1148
* removed extraneous files, stm32lib examplesiperry2009-12-17583-171657/+0
* Initial commit of library code, moved from leaftest repoiperry2009-12-17710-0/+200978