aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/bitband.h
Commit message (Collapse)AuthorAgeFilesLines
* bitband.h: Add missing include.Marti Bolivar2011-06-061-0/+2
|
* bitband.h: Changing "__io" -> "volatile"Marti Bolivar2011-05-191-12/+20
| | | | | For SRAM functions, __io was in error. Everything else just for consistency.
* Initial timer refactor.Marti Bolivar2011-03-241-0/+5
| | | | | | | | | | | | | | | 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.
* More convenient bit-banding interfaceMarti Bolivar2011-03-211-0/+40
|
* bitband.h cleanupMarti Bolivar2011-03-111-28/+10
|
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-0/+83