aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/HardwareTimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* HardwareTimer.cpp: use STM32_TIMER_MASKMarti Bolivar2014-11-241-1/+17
* HardwareTimer.cpp: cosmetics.Marti Bolivar2012-06-031-2/+1
* HardwareTimer::setPeriod(): Don't use floating point.Marti Bolivar2012-06-031-3/+3
* HardwareTimer.cpp: save some space with an rcc_clk_id hack.Marti Bolivar2012-06-031-97/+26
* Bring back HardwareTimer.Marti Bolivar2012-06-011-21/+102
* Move public headers to include directories; related cleanups.Marti Bolivar2012-04-111-3/+3
* HardwareTimer.cpp: fix HardwareTimer::setPeriod()Marti Bolivar2011-06-141-1/+1
* Keep it 80-column clean.Marti Bolivar2011-06-071-14/+16
* Getting rid of the last 0.0.10 TODO.Marti Bolivar2011-05-231-1/+0
* Putting updated HardwareTimer back into the build.Marti Bolivar2011-05-061-148/+69
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-6/+5
* Cleaned out libmaple.h; this had wide-ranging implications.Marti Bolivar2011-02-271-2/+2
* Finalized 0.0.9 documentation.Marti Bolivar2010-12-151-1/+0
* Servo library tested and debugged.Marti Bolivar2010-12-081-48/+102
* maple mini runs blinky now.Marti Bolivar2010-10-221-12/+6
* wirish reformatted and code-styledMarti Bolivar2010-09-261-14/+42
* timer refactor (c, not c++)bnewbold2010-09-051-38/+9
* Off-by-one in timer setPeriod() functionbnewbold2010-09-021-2/+2
* Various fixes, working with Maplebnewbold2010-09-011-4/+35
|\
| * Further wirish portability progressbnewbold2010-08-311-4/+35
|/
* wirish implementation of timers plus testbnewbold2010-07-201-0/+149