aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/comm/HardwareSerial.h
Commit message (Collapse)AuthorAgeFilesLines
* Further wirish portability progressbnewbold2010-08-311-0/+1
| | | | Sort of ugly changes. Compiles but untested.
* New usart implementation:Perry Hung2010-08-041-3/+14
| | | | | | Fixed a bug where the maximum baud rate was incorrectly set to 225000 General cleanup Use new rcc and nvic APIs
* added SerialN.end()bnewbold2010-07-181-0/+1
|
* Refactoring:Perry Hung2010-04-251-0/+53
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.