aboutsummaryrefslogtreecommitdiffstats
path: root/wirish
Commit message (Expand)AuthorAgeFilesLines
* added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...AJM2010-06-111-1/+2
* USB Serial read() fix:Perry Hung2010-06-051-1/+2
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-046-43/+64
* [for AJ] added new HardwareUsb implementation. hack.bnewbold2010-05-273-0/+109
* analogWrite is an alias for pwmWritebnewbold2010-05-271-0/+1
* fastforward of master up the newboot, plus patch of math stuffbnewbold2010-05-262-0/+4
|\
| * get wirish_math stuff going (random, map, etc)bnewbold2010-05-213-1/+4
* | Finalized the libmaple changes required by newboot. Added setupUSB() to wiris...AJM2010-05-214-158/+2
|/
* finish cxxabi-compat refactorbnewbold2010-04-291-0/+6
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-292-20/+0
* Merge branch 'spi'Perry Hung2010-04-292-3/+8
|\
| * Various SPI changes.Perry Hung2010-04-282-6/+6
| * Added a spi send block functionPerry Hung2010-04-272-1/+6
* | update copy-to-ide and WProgram.h post-refactoringbnewbold2010-04-281-1/+1
|/
* Fixed two compiler warnings in spiPerry Hung2010-04-251-2/+0
* Refactoring:Perry Hung2010-04-2525-0/+1942