Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nzmichaelh-master' into master. | Marti Bolivar | 2011-02-16 | 1 | -6/+5 |
|\ | | | | | | | | | | | | | | | | | This provides DMA, IWDG, PWR, and BKP support, and fixes several bugs. Conflicts: libmaple/adc.h libmaple/libmaple.h libmaple/ring_buffer.h | ||||
| * | Make systick.h C++ safe. Expose the sys tick count via systick.h and remove ↵ | Michael Hope | 2010-10-10 | 1 | -2/+0 |
| | | | | | | | | other externs. | ||||
| * | Merge remote branch 'upstream/master' | Michael Hope | 2010-09-29 | 1 | -16/+16 |
| |\ | |||||
| * | | Fixed up the build due to a missing header file. | Michael Hope | 2010-09-29 | 1 | -4/+5 |
| | | | |||||
* | | | Merge branch 'master' into newdoc | Marti Bolivar | 2010-12-14 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | Servo library tested and debugged. | Marti Bolivar | 2010-12-08 | 1 | -3/+3 |
| | |/ | |/| | | | | | | | | | | Some additional HardwareTimer methods introduced to make this convenient; ancillary libmaple/timers.h changes resulted. | ||||
* / | | arduino language reference nearing completion, properly CC-BY-SA 3.0 attributed | Marti Bolivar | 2010-11-17 | 1 | -3/+33 |
|/ / | |||||
* / | wirish reformatted and code-styled | Marti Bolivar | 2010-09-26 | 1 | -16/+16 |
|/ | |||||
* | bugfix MAPLE_RELOAD_VAL, whitespace fixes | Marti Bolivar | 2010-09-13 | 1 | -2/+5 |
| | |||||
* | Various fixes, working with Maple | bnewbold | 2010-09-01 | 1 | -2/+1 |
|\ | |||||
| * | Further wirish portability progress | bnewbold | 2010-08-31 | 1 | -2/+2 |
|/ | | | | Sort of ugly changes. Compiles but untested. | ||||
* | Cleaned up wirish/time, some interrupt handling refactoring: | Perry Hung | 2010-08-04 | 1 | -21/+29 |
| | | | | | | | | | 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 | ||||
* | Refactoring: | Perry Hung | 2010-04-25 | 1 | -0/+69 |
The 'core' directory has now been renamed to 'wirish.' Wirish is our version of the Arduino Wiring language. |