Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WIP] GPIO refactor: seems ok, ready for review | Marti Bolivar | 2011-03-11 | 1 | -13/+3 |
| | |||||
* | fixed highByte() implementation for when sizeof(argument) > 2 | Marti Bolivar | 2010-11-16 | 1 | -2/+2 |
| | |||||
* | wirish reformatted and code-styled | Marti Bolivar | 2010-09-26 | 1 | -11/+11 |
| | |||||
* | systick testing and simplification | bnewbold | 2010-09-05 | 1 | -1/+0 |
| | | | | | | 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 | ||||
* | Various fixes, working with Maple | bnewbold | 2010-09-01 | 1 | -10/+2 |
|\ | |||||
| * | Further wirish portability progress | bnewbold | 2010-08-31 | 1 | -1/+1 |
| | | | | | | | | Sort of ugly changes. Compiles but untested. | ||||
| * | Partial progress on wirish portability | bnewbold | 2010-08-31 | 1 | -3/+1 |
| | | | | | | | | | | This version throws "defined but unused" warnings which could probably be squashed with #pragma | ||||
| * | inital portability work | bnewbold | 2010-08-25 | 1 | -6/+0 |
| | | |||||
* | | added support to enable/disable systick in wirish | Marti Bolivar | 2010-08-31 | 1 | -0/+1 |
|/ | |||||
* | timers progress | bnewbold | 2010-07-20 | 1 | -1/+2 |
| | | | | examples code cleanup, more descriptive comments, more notes | ||||
* | good quality vga leaf logo; usb+systick disabled | bnewbold | 2010-07-20 | 1 | -1/+1 |
| | | | | | refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers. | ||||
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 1 | -0/+6 |
| | | | | | | -updated examples -removed HardwareUSB -cleaned up a handful of includes | ||||
* | get wirish_math stuff going (random, map, etc) | bnewbold | 2010-05-21 | 1 | -0/+1 |
| | | | | | Perry, you might want to look this over... I only include the contents of wirish_math.h when cpp? It's what arduino does and it works, so... | ||||
* | Refactoring: | Perry Hung | 2010-04-25 | 1 | -0/+85 |
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language. |