|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| | 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 | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| 
| 
| | 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.h from libmaple. Will have another pass through to use
the standard libmaple types, but will come in another commit. | 
|  | copy-to-ide and Makefile updated to conform; .gitignore added;
LICENSE added |