aboutsummaryrefslogtreecommitdiff
path: root/wirish/time.c
AgeCommit message (Collapse)Author
2011-03-11[WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar
2010-11-17arduino language reference nearing completion, properly CC-BY-SA 3.0 attributedMarti Bolivar
2010-09-26wirish reformatted and code-styledMarti Bolivar
2010-09-13bugfix MAPLE_RELOAD_VAL, whitespace fixesMarti Bolivar
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.