Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 6 | -43/+64 |
| | | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes | ||||
* | [for AJ] added new HardwareUsb implementation. hack. | bnewbold | 2010-05-27 | 3 | -0/+109 |
| | |||||
* | 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 | 2 | -0/+4 |
|\ | | | | | | | Conflicts: copy-to-ide, wirish/WProgram.h | ||||
| * | get wirish_math stuff going (random, map, etc) | bnewbold | 2010-05-21 | 3 | -1/+4 |
| | | | | | | | | | | 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 ↵ | AJM | 2010-05-21 | 4 | -158/+2 |
|/ | | | | | | 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. | ||||
* | finish cxxabi-compat refactor | bnewbold | 2010-04-29 | 1 | -0/+6 |
| | | | | perry forgot to add/edit these... | ||||
* | Fixed examples, added spi example, moved pure virtual function handler | Perry Hung | 2010-04-29 | 2 | -20/+0 |
| | | | | out of main to cxxabi-compat.cpp. | ||||
* | Merge branch 'spi' | Perry Hung | 2010-04-29 | 2 | -3/+8 |
|\ | |||||
| * | Various SPI changes. | Perry Hung | 2010-04-28 | 2 | -6/+6 |
| | | | | | | | | | | -Read DR after each master send, return the response. -Added a send function to allow you to pass buffers to the SPI peripheral instead of goin a byte at a time. | ||||
| * | Added a spi send block function | Perry Hung | 2010-04-27 | 2 | -1/+6 |
| | | |||||
* | | update copy-to-ide and WProgram.h post-refactoring | bnewbold | 2010-04-28 | 1 | -1/+1 |
|/ | |||||
* | Fixed two compiler warnings in spi | Perry Hung | 2010-04-25 | 1 | -2/+0 |
| | |||||
* | Refactoring: | Perry Hung | 2010-04-25 | 25 | -0/+1942 |
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language. |