Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial timer refactor. | Marti Bolivar | 2011-03-24 | 1 | -164/+208 |
| | | | | | | | | | | | | | | | Basic PWM works. Had some problems in testing that might be due to USART bugs. HardwareTimer has been removed from the build for now; I will re-implement it in terms of the new libmaple API, but consider it deprecated. Let's come up with something better. Servo is implemented in terms of HardwareTimer, so it also has been temporarily removed from the build. pwmWrite() likely got a little bit less inefficient due to indirection, but the PIN_MAPs shrank by a pointer per PinMapping. | ||||
* | Brought examples/ up to date; PIN_MAP bugfix for D24. | Marti Bolivar | 2011-03-04 | 1 | -32/+36 |
| | |||||
* | improved timer test program | bnewbold | 2010-09-05 | 1 | -0/+6 |
| | |||||
* | TMP: test updates | bnewbold | 2010-07-20 | 1 | -3/+10 |
| | |||||
* | wirish implementation of timers plus test | bnewbold | 2010-07-20 | 1 | -3/+133 |
| | |||||
* | timers progress | bnewbold | 2010-07-20 | 1 | -105/+38 |
| | | | | examples code cleanup, more descriptive comments, more notes | ||||
* | good quality vga leaf logo; usb+systick disabled | bnewbold | 2010-07-20 | 1 | -0/+174 |
refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers. |