Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix HardwareSPI to pass SPI modes for CPOL and CPHA | Perry Hung | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | cleanups | Marti Bolivar | 2010-09-27 | 4 | -100/+100 |
| | |||||
* | timer refactor (c, not c++) | bnewbold | 2010-09-05 | 2 | -4/+4 |
| | | | | also removed an old ASSERT() | ||||
* | Further wirish portability progress | bnewbold | 2010-08-31 | 2 | -0/+2 |
| | | | | Sort of ugly changes. Compiles but untested. | ||||
* | New usart implementation: | Perry Hung | 2010-08-04 | 2 | -56/+49 |
| | | | | | | Fixed a bug where the maximum baud rate was incorrectly set to 225000 General cleanup Use new rcc and nvic APIs | ||||
* | good quality vga leaf logo; usb+systick disabled | bnewbold | 2010-07-20 | 2 | -4/+4 |
| | | | | | refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers. | ||||
* | added Serial.flush() | bnewbold | 2010-07-19 | 1 | -0/+4 |
| | |||||
* | added SerialN.end() | bnewbold | 2010-07-18 | 2 | -0/+5 |
| | |||||
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 2 | -108/+0 |
| | | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes | ||||
* | [for AJ] added new HardwareUsb implementation. hack. | bnewbold | 2010-05-27 | 2 | -0/+108 |
| | |||||
* | Finalized the libmaple changes required by newboot. Added setupUSB() to ↵ | AJM | 2010-05-21 | 2 | -156/+0 |
| | | | | | | 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. | ||||
* | 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 |
| | |||||
* | Fixed two compiler warnings in spi | Perry Hung | 2010-04-25 | 1 | -2/+0 |
| | |||||
* | Refactoring: | Perry Hung | 2010-04-25 | 6 | -0/+506 |
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language. |