aboutsummaryrefslogtreecommitdiff
path: root/wirish/time.h
AgeCommit message (Collapse)Author
2011-03-30Hacks to get things to compile in the IDE.Marti Bolivar
2011-03-11[WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar
2011-02-16Merge branch 'nzmichaelh-master' into master.Marti Bolivar
This provides DMA, IWDG, PWR, and BKP support, and fixes several bugs. Conflicts: libmaple/adc.h libmaple/libmaple.h libmaple/ring_buffer.h
2010-12-14Merge branch 'master' into newdocMarti Bolivar
2010-12-08Servo library tested and debugged.Marti Bolivar
Some additional HardwareTimer methods introduced to make this convenient; ancillary libmaple/timers.h changes resulted.
2010-11-17arduino language reference nearing completion, properly CC-BY-SA 3.0 attributedMarti Bolivar
2010-10-10Make systick.h C++ safe. Expose the sys tick count via systick.h and remove ↵Michael Hope
other externs.
2010-09-29Merge remote branch 'upstream/master'Michael Hope
2010-09-29Fixed up the build due to a missing header file.Michael Hope
2010-09-26wirish reformatted and code-styledMarti Bolivar
2010-09-13bugfix MAPLE_RELOAD_VAL, whitespace fixesMarti Bolivar
2010-09-01Various fixes, working with Maplebnewbold
2010-08-31Further wirish portability progressbnewbold
Sort of ugly changes. Compiles but untested.
2010-08-04Cleaned up wirish/time, some interrupt handling refactoring:Perry Hung
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
2010-04-25Refactoring:Perry Hung
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.