aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test-systick.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Brought examples/ up to date; PIN_MAP bugfix for D24.Marti Bolivar2011-03-081-28/+22
| | | | (Cherry-pick from refactor with some modifications).
* systick testing and simplificationbnewbold2010-09-051-0/+60
ripped out marti's SystemTick for the sake of simplicity and added a systick_resume function to libmaple. new example program demonstrates the functionality, also demonstrates micros()/USB bug