aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish.c
Commit message (Collapse)AuthorAgeFilesLines
* Servo library tested and debugged.Marti Bolivar2010-12-081-1/+1
| | | | | Some additional HardwareTimer methods introduced to make this convenient; ancillary libmaple/timers.h changes resulted.
* maple mini prototype seems to be workingMarti Bolivar2010-11-301-0/+3
|
* wirish reformatted and code-styledMarti Bolivar2010-09-261-35/+34
|
* timer refactor (c, not c++)bnewbold2010-09-051-6/+6
| | | | also removed an old ASSERT()
* Portability fixesbnewbold2010-08-311-1/+1
| | | | Still not working but fixed a lot of merge errors
* Merge maple-native changes into portablebnewbold2010-08-311-24/+36
|\ | | | | | | This compiles for both maple and maple_native but is untested.
| * Further wirish portability progressbnewbold2010-08-311-4/+8
| | | | | | | | Sort of ugly changes. Compiles but untested.
| * Partial progress on wirish portabilitybnewbold2010-08-311-4/+4
| | | | | | | | | | This version throws "defined but unused" warnings which could probably be squashed with #pragma
| * Cleaned up wirish/time, some interrupt handling refactoring:Perry Hung2010-08-041-1/+1
| | | | | | | | | | | | | | | | | | 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-3/+14
| |
| * Basic flash peripheral management api for board bringupPerry Hung2010-08-041-0/+6
| |
* | Some refactoringbnewbold2010-08-051-8/+27
|/
* timers progressbnewbold2010-07-201-3/+3
| | | | examples code cleanup, more descriptive comments, more notes
* good quality vga leaf logo; usb+systick disabledbnewbold2010-07-201-3/+3
| | | | | refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers.
* Finalized the libmaple changes required by newboot. Added setupUSB() to ↵AJM2010-05-211-0/+2
| | | | | | wirish init this involved some some changes to copy-to-ide, WProgram.h, and the makefile. Separated the reset.py from the wait.py so that the program closes the serial port correctly.
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-291-2/+0
| | | | out of main to cxxabi-compat.cpp.
* Refactoring:Perry Hung2010-04-251-0/+47
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language.