aboutsummaryrefslogtreecommitdiffstats
path: root/notes/portable.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update notes/portable.txtMarti Bolivar2011-06-111-30/+33
| | | | | This file is out of date. Fix it to be a useful starting point for figuring out how libmaple ports across chips/boards.
* Initial timer refactor.Marti Bolivar2011-03-241-82/+12
| | | | | | | | | | | | | | | 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.
* Further wirish portability progressbnewbold2010-08-311-1/+32
| | | | Sort of ugly changes. Compiles but untested.
* inital portability workbnewbold2010-08-251-0/+69