aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/comm/HardwareSerial.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cleanupsMarti Bolivar2010-09-271-14/+14
|
* timer refactor (c, not c++)bnewbold2010-09-051-2/+2
| | | | also removed an old ASSERT()
* Further wirish portability progressbnewbold2010-08-311-0/+1
| | | | Sort of ugly changes. Compiles but untested.
* New usart implementation:Perry Hung2010-08-041-53/+35
| | | | | | 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 disabledbnewbold2010-07-201-2/+2
| | | | | refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers.
* added Serial.flush()bnewbold2010-07-191-0/+4
|
* added SerialN.end()bnewbold2010-07-181-0/+4
|
* Refactoring:Perry Hung2010-04-251-0/+102
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.