| Commit message (Expand) | Author | Age | Files | Lines |
* | Add selective enabling of channels for pwm channels | Perry Hung | 2010-10-12 | 3 | -43/+61 |
* | 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 |
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 6 | -43/+64 |
* | [for AJ] added new HardwareUsb implementation. hack. | bnewbold | 2010-05-27 | 3 | -0/+109 |
* | analogWrite is an alias for pwmWrite | bnewbold | 2010-05-27 | 1 | -0/+1 |
* | fastforward of master up the newboot, plus patch of math stuff | bnewbold | 2010-05-26 | 2 | -0/+4 |
|\ |
|
| * | get wirish_math stuff going (random, map, etc) | bnewbold | 2010-05-21 | 3 | -1/+4 |
* | | Finalized the libmaple changes required by newboot. Added setupUSB() to wiris... | AJM | 2010-05-21 | 4 | -158/+2 |
|/ |
|
* | finish cxxabi-compat refactor | bnewbold | 2010-04-29 | 1 | -0/+6 |
* | Fixed examples, added spi example, moved pure virtual function handler | Perry Hung | 2010-04-29 | 2 | -20/+0 |
* | Merge branch 'spi' | Perry Hung | 2010-04-29 | 2 | -3/+8 |
|\ |
|
| * | Various SPI changes. | Perry Hung | 2010-04-28 | 2 | -6/+6 |
| * | Added a spi send block function | Perry Hung | 2010-04-27 | 2 | -1/+6 |
* | | update copy-to-ide and WProgram.h post-refactoring | bnewbold | 2010-04-28 | 1 | -1/+1 |
|/ |
|