| Commit message (Expand) | Author | Age | Files | Lines |
* | added SerialN.end() | bnewbold | 2010-07-18 | 2 | -0/+5 |
* | nvic_disable_interrupt | bnewbold | 2010-07-18 | 2 | -0/+17 |
* | minor updates | bnewbold | 2010-07-10 | 3 | -3/+4 |
* | latest greatest udev rule | bnewbold | 2010-07-09 | 1 | -1/+3 |
* | makefile: fix install target | Perry Hung | 2010-07-08 | 2 | -24/+27 |
* | more codeblocks fixes; verbose build output | bnewbold | 2010-07-08 | 4 | -21/+12 |
* | Fix ram, flash, jtag targets | Perry Hung | 2010-07-08 | 1 | -16/+16 |
* | added helper targets, more verbose, codeblocks fix | bnewbold | 2010-07-07 | 1 | -1/+13 |
* | Call init() before static constructors | Perry Hung | 2010-06-25 | 5 | -14/+44 |
* | Call init before static constructors | Perry Hung | 2010-06-25 | 1 | -2/+7 |
* | make: Modularize makefiles, add dependency tracking, build-type tracking | Perry Hung | 2010-06-25 | 7 | -210/+266 |
* | Support for Arduino's LiquidCrystal lib, which may help for a few other libs ... | xttocs | 2010-06-23 | 2 | -1/+7 |
* | info cleanup | bnewbold | 2010-06-18 | 4 | -144/+10 |
* | codeblocks support stuff | bnewbold | 2010-06-18 | 4 | -0/+321 |
* | fixed QA test (pulldown) | bnewbold | 2010-06-16 | 1 | -2/+2 |
* | new QA testing modes | bnewbold | 2010-06-15 | 2 | -0/+92 |
* | helpful debug program | bnewbold | 2010-06-11 | 1 | -0/+42 |
* | added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn... | AJM | 2010-06-11 | 3 | -7/+28 |
* | osx reset script changes | bnewbold | 2010-06-10 | 1 | -1/+4 |
* | new reset scheme, compatbile with old | bnewbold | 2010-06-10 | 1 | -3/+9 |
* | cosmetic change on usbsendbytes | AJM | 2010-06-10 | 1 | -1/+1 |
* | new reset scheme now works | AJM | 2010-06-09 | 1 | -1/+1 |
* | added a somewhat broken version of the reset magic number scheme. | AJM | 2010-06-09 | 5 | -82/+90 |
* | first approach at modding the reset scheme | AJM | 2010-06-09 | 4 | -33/+53 |
* | removed the callback for send functional descriptor. | AJM | 2010-06-09 | 3 | -5/+0 |
* | exuberant ctags target | bnewbold | 2010-06-09 | 1 | -0/+4 |
* | test session serial fix | bnewbold | 2010-06-07 | 1 | -3/+3 |
* | another fix for USB unheard print issue | bnewbold | 2010-06-07 | 1 | -18/+9 |
* | USB Serial read() fix: | Perry Hung | 2010-06-05 | 1 | -1/+2 |
* | fixed example | bnewbold | 2010-06-05 | 1 | -5/+5 |
* | trivial: fixed incorrect comment on jtag scan chain in openocd scripts | Perry Hung | 2010-06-05 | 2 | -2/+2 |
* | example updates... | bnewbold | 2010-06-04 | 2 | -592/+567 |
* | updated README for new heir | bnewbold | 2010-06-04 | 2 | -13/+12 |
* | fixed copy-to-ide linker stuff | bnewbold | 2010-06-04 | 1 | -2/+3 |
* | updated TODO, copy-to-ide | bnewbold | 2010-06-04 | 2 | -9/+11 |
* | NEEDS REVIEW: fix for first usb write bug | bnewbold | 2010-06-04 | 1 | -3/+5 |
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 13 | -82/+101 |
* | fix botched merge from linker-refactor | Perry Hung | 2010-05-28 | 10 | -0/+876 |
* | Moved reset script to support directory | Perry Hung | 2010-05-28 | 2 | -2/+2 |
* | Reset with /dev/maple instead of guessing ttys | Perry Hung | 2010-05-28 | 1 | -8/+1 |
* | udev rule symlink | Perry Hung | 2010-05-28 | 1 | -0/+3 |
* | libcs3 refactor merge | Perry Hung | 2010-05-28 | 44 | -2715/+36 |
* | [for AJ] added new HardwareUsb implementation. hack. | bnewbold | 2010-05-27 | 5 | -2/+112 |
* | analogWrite is an alias for pwmWrite | bnewbold | 2010-05-27 | 1 | -0/+1 |
* | fastforward of master up the newboot, plus patch of math stuff | bnewbold | 2010-05-26 | 3 | -95/+22 |
|\ |
|
| * | get wirish_math stuff going (random, map, etc) | bnewbold | 2010-05-21 | 4 | -63/+18 |
* | | cleaned up commit process | bnewbold | 2010-05-26 | 3 | -12/+11 |
* | | changed the id for the serial port to 1eaf:0004, to match up with the windows... | AJM | 2010-05-22 | 1 | -1/+1 |
* | | minor mods to adjust the driver number and the vendor product id's (serial po... | AJM | 2010-05-21 | 4 | -12/+18 |
* | | Finalized the libmaple changes required by newboot. Added setupUSB() to wiris... | AJM | 2010-05-21 | 9 | -207/+41 |