aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/time.h
Commit message (Collapse)AuthorAgeFilesLines
* Hacks to get things to compile in the IDE.Marti Bolivar2011-03-301-99/+0
|
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-9/+0
|
* Merge branch 'nzmichaelh-master' into master.Marti Bolivar2011-02-161-6/+5
|\ | | | | | | | | | | | | | | | | This provides DMA, IWDG, PWR, and BKP support, and fixes several bugs. Conflicts: libmaple/adc.h libmaple/libmaple.h libmaple/ring_buffer.h
| * Make systick.h C++ safe. Expose the sys tick count via systick.h and remove ↵Michael Hope2010-10-101-2/+0
| | | | | | | | other externs.
| * Merge remote branch 'upstream/master'Michael Hope2010-09-291-16/+16
| |\
| * | Fixed up the build due to a missing header file.Michael Hope2010-09-291-4/+5
| | |
* | | Merge branch 'master' into newdocMarti Bolivar2010-12-141-3/+3
|\ \ \
| * | | Servo library tested and debugged.Marti Bolivar2010-12-081-3/+3
| | |/ | |/| | | | | | | | | | Some additional HardwareTimer methods introduced to make this convenient; ancillary libmaple/timers.h changes resulted.
* / | arduino language reference nearing completion, properly CC-BY-SA 3.0 attributedMarti Bolivar2010-11-171-3/+33
|/ /
* / wirish reformatted and code-styledMarti Bolivar2010-09-261-16/+16
|/
* bugfix MAPLE_RELOAD_VAL, whitespace fixesMarti Bolivar2010-09-131-2/+5
|
* Various fixes, working with Maplebnewbold2010-09-011-2/+1
|\
| * Further wirish portability progressbnewbold2010-08-311-2/+2
|/ | | | Sort of ugly changes. Compiles but untested.
* Cleaned up wirish/time, some interrupt handling refactoring:Perry Hung2010-08-041-21/+29
| | | | | | | | | 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
* Refactoring:Perry Hung2010-04-251-0/+69
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.