aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/comm/HardwareSerial.h
Commit message (Collapse)AuthorAgeFilesLines
* USART bugfix.Marti Bolivar2011-04-111-1/+3
| | | | | USART refactor commit f6f9a1122706ed336c52c984d76219dee0594487 only worked for USART1.
* USART refactor.Marti Bolivar2011-04-071-26/+24
|
* Initial timer refactor.Marti Bolivar2011-03-241-5/+7
| | | | | | | | | | | | | | | Basic PWM works. Had some problems in testing that might be due to USART bugs. HardwareTimer has been removed from the build for now; I will re-implement it in terms of the new libmaple API, but consider it deprecated. Let's come up with something better. Servo is implemented in terms of HardwareTimer, so it also has been temporarily removed from the build. pwmWrite() likely got a little bit less inefficient due to indirection, but the PIN_MAPs shrank by a pointer per PinMapping.
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-2/+2
|
* Merge branch 'master' into newdocMarti Bolivar2010-12-141-2/+4
|\
| * Servo library tested and debugged.Marti Bolivar2010-12-081-2/+4
| | | | | | | | | | Some additional HardwareTimer methods introduced to make this convenient; ancillary libmaple/timers.h changes resulted.
* | Finished converting the Arduino docsMarti Bolivar2010-11-291-1/+8
|/
* cleanupsMarti Bolivar2010-09-271-27/+27
|
* 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.