aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test-systick.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SysTick refactor.Marti Bolivar2011-04-051-1/+1
| | | | | | | | For the changelog: * util.h is free of __read(), __write(), etc. macros. * systick_resume() was renamed systick_enable().
* Brought examples/ up to date; PIN_MAP bugfix for D24.Marti Bolivar2011-03-041-28/+22
|
* 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