| Commit message (Expand) | Author | Age | Files | Lines |
* | Finalized 0.0.9 documentation. | Marti Bolivar | 2010-12-15 | 6 | -43/+62 |
* | Merge branch 'master' into newdoc | Marti Bolivar | 2010-12-14 | 13 | -187/+431 |
|\ |
|
| * | Servo library tested and debugged. | Marti Bolivar | 2010-12-08 | 10 | -177/+289 |
| * | added interrupts()/noInterrupts() | Marti Bolivar | 2010-12-02 | 1 | -0/+27 |
| * | maple mini prototype seems to be working | Marti Bolivar | 2010-11-30 | 4 | -8/+115 |
* | | Finished converting the Arduino docs | Marti Bolivar | 2010-11-29 | 2 | -4/+11 |
* | | arduino language reference nearing completion, properly CC-BY-SA 3.0 attributed | Marti Bolivar | 2010-11-17 | 8 | -24/+154 |
|/ |
|
* | fixed highByte() implementation for when sizeof(argument) > 2 | Marti Bolivar | 2010-11-16 | 1 | -2/+2 |
* | removed arduino/gpl dependency in bits.h; added binary notation for bytes (e.... | Marti Bolivar | 2010-11-10 | 2 | -50/+603 |
* | maple mini runs blinky now. | Marti Bolivar | 2010-10-22 | 8 | -88/+522 |
* | Merge branch 'master' of github.com:leaflabs/libmaple | Marti Bolivar | 2010-10-14 | 3 | -43/+61 |
|\ |
|
| * | Add selective enabling of channels for pwm channels | Perry Hung | 2010-10-12 | 3 | -43/+61 |
* | | more sphinx docs | Marti Bolivar | 2010-10-11 | 1 | -0/+2 |
|/ |
|
* | Fix HardwareSPI to pass SPI modes for CPOL and CPHA | Perry Hung | 2010-09-28 | 1 | -1/+1 |
* | cleanups | Marti Bolivar | 2010-09-27 | 4 | -100/+100 |
* | wirish reformatted and code-styled | Marti Bolivar | 2010-09-26 | 23 | -567/+685 |
* | Enable external interrupts on all Maple GPIOs. | Perry Hung | 2010-09-22 | 3 | -87/+62 |
* | Add PWM_OPEN_DRAIN option to pinMode() | Perry Hung | 2010-09-21 | 2 | -1/+5 |
* | bugfix MAPLE_RELOAD_VAL, whitespace fixes | Marti Bolivar | 2010-09-13 | 3 | -7/+10 |
* | systick testing and simplification | bnewbold | 2010-09-05 | 4 | -85/+0 |
* | timer refactor (c, not c++) | bnewbold | 2010-09-05 | 5 | -58/+19 |
* | Off-by-one in timer setPeriod() function | bnewbold | 2010-09-02 | 1 | -2/+2 |
* | added 'unused' attribs and reset default target | bnewbold | 2010-09-02 | 1 | -3/+4 |
* | Various fixes, working with Maple | bnewbold | 2010-09-01 | 14 | -163/+299 |
|\ |
|
| * | Portability fixes | bnewbold | 2010-08-31 | 1 | -1/+1 |
| * | Merge maple-native changes into portable | bnewbold | 2010-08-31 | 15 | -306/+414 |
| |\ |
|
| | * | Further wirish portability progress | bnewbold | 2010-08-31 | 10 | -29/+147 |
| | * | Partial progress on wirish portability | bnewbold | 2010-08-31 | 8 | -153/+165 |
| | * | inital portability work | bnewbold | 2010-08-25 | 1 | -6/+0 |
| * | | Some refactoring | bnewbold | 2010-08-05 | 1 | -8/+27 |
* | | | added support to enable/disable systick in wirish | Marti Bolivar | 2010-08-31 | 4 | -1/+86 |
* | | | fix reset.py to work on OS X,; .gitignore leaves out ~ files; cleanup | Marti Bolivar | 2010-08-29 | 1 | -1/+1 |
| |/
|/| |
|
* | | Removed typedef enum for external interrupts, should function. Note | Perry Hung | 2010-08-19 | 2 | -5/+5 |
* | | Cleaned up wirish/time, some interrupt handling refactoring: | Perry Hung | 2010-08-04 | 3 | -61/+44 |
* | | New usart implementation: | Perry Hung | 2010-08-04 | 2 | -56/+49 |
* | | New reset and clock control api | Perry Hung | 2010-08-04 | 1 | -3/+14 |
* | | Basic flash peripheral management api for board bringup | Perry Hung | 2010-08-04 | 1 | -0/+6 |
|/ |
|
* | last usbserial change... please? | bnewbold | 2010-07-22 | 1 | -3/+12 |
* | added isConnected() to serialusb | bnewbold | 2010-07-22 | 2 | -0/+13 |
* | went with 50ms SerialUSB timeout | bnewbold | 2010-07-20 | 1 | -1/+1 |
* | wirish implementation of timers plus test | bnewbold | 2010-07-20 | 2 | -0/+222 |
* | timers progress | bnewbold | 2010-07-20 | 3 | -4/+6 |
* | good quality vga leaf logo; usb+systick disabled | bnewbold | 2010-07-20 | 4 | -8/+8 |
* | working serialUSB with timeout | bnewbold | 2010-07-19 | 2 | -5/+45 |
* | added Serial.flush() | bnewbold | 2010-07-19 | 1 | -0/+4 |
* | added SerialN.end() | bnewbold | 2010-07-18 | 2 | -0/+5 |
* | make: Modularize makefiles, add dependency tracking, build-type tracking | Perry Hung | 2010-06-25 | 1 | -0/+43 |
* | Support for Arduino's LiquidCrystal lib, which may help for a few other libs ... | xttocs | 2010-06-23 | 2 | -1/+7 |
* | added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn... | AJM | 2010-06-11 | 1 | -1/+2 |
* | USB Serial read() fix: | Perry Hung | 2010-06-05 | 1 | -1/+2 |