aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/timers.c
Commit message (Collapse)AuthorAgeFilesLines
* inital portability workbnewbold2010-08-251-0/+38
|
* Cleaned up wirish/time, some interrupt handling refactoring:Perry Hung2010-08-041-4/+5
| | | | | | | | | Fixed millis(), it was just wrong, before. Added micros(), not extensively tested. New implementation of delayMicroseconds(). Should be more consistent now. Added a handful of nvic routines to enable/disable interrupts. Cleaned up systick
* New reset and clock control apiPerry Hung2010-08-041-4/+4
|
* sigh, simple typobnewbold2010-07-201-1/+1
|
* bug fix with interrupts not getting clearedbnewbold2010-07-201-5/+53
|
* timers progressbnewbold2010-07-201-12/+45
| | | | examples code cleanup, more descriptive comments, more notes
* good quality vga leaf logo; usb+systick disabledbnewbold2010-07-201-28/+387
| | | | | refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers.
* Aded two timer function to set max reload value and prescalerPerry Hung2010-04-191-0/+43
|
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-311-12/+17
| | | | | | Relicensed the bulk of libmaple under the more permissive MIT License, from GPLv3. Files that were largely or entirely derived from the Arduino, STM, or Lanchon retain their original licenses.
* Removed inttypes.hPerry Hung2010-03-311-42/+42
| | | | | Removed inttypes.h from libmaple. Will have another pass through to use the standard libmaple types, but will come in another commit.
* Merge branch 'master' into rcc-devPerry Hung2010-03-301-5/+5
| | | | | Conflicts: Makefile
* Major hierarchy reorganization; see README.bnewbold2010-03-311-0/+192
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added