Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ported examples/test-session.cpp to work on Mini | Marti Bolivar | 2011-01-30 | 1 | -0/+2 |
| | |||||
* | Finalized 0.0.9 documentation. | Marti Bolivar | 2010-12-15 | 1 | -74/+35 |
| | |||||
* | Merge branch 'master' into newdoc | Marti Bolivar | 2010-12-14 | 1 | -73/+137 |
|\ | |||||
| * | Servo library tested and debugged. | Marti Bolivar | 2010-12-08 | 1 | -54/+80 |
| | | | | | | | | | | 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 | -33/+183 |
|/ | |||||
* | maple mini runs blinky now. | Marti Bolivar | 2010-10-22 | 1 | -3/+15 |
| | | | | still need usb descriptors to improve, and also nothing else is tested. | ||||
* | Add selective enabling of channels for pwm channels | Perry Hung | 2010-10-12 | 1 | -27/+27 |
| | | | | | | | | | | pinMode(PWM) turns the channel on, other modes should turn it off Fixes bug with conflicting timer for spi1 and timer. This is not well-tested. Conflicts: libmaple/timers.c | ||||
* | whitespace cleanups | Marti Bolivar | 2010-09-27 | 1 | -30/+30 |
| | |||||
* | timer refactor (c, not c++) | bnewbold | 2010-09-05 | 1 | -0/+65 |
| | | | | also removed an old ASSERT() | ||||
* | inital portability work | bnewbold | 2010-08-25 | 1 | -0/+16 |
| | |||||
* | bug fix with interrupts not getting cleared | bnewbold | 2010-07-20 | 1 | -0/+2 |
| | |||||
* | good quality vga leaf logo; usb+systick disabled | bnewbold | 2010-07-20 | 1 | -5/+16 |
| | | | | | refactored timers and added interrupt behavior. see notes and comments... also includes a crude vga hack that doesn't use timers. | ||||
* | Aded two timer function to set max reload value and prescaler | Perry Hung | 2010-04-19 | 1 | -0/+3 |
| | |||||
* | Licensing: Relicensed libmaple under the MIT License. | Perry Hung | 2010-03-31 | 1 | -12/+17 |
| | | | | | | Relicensed the bulk of libmaple under the more permissive MIT License, from GPLv3. Files that were largely or entirely derived from the Arduino, STM, or Lanchon retain their original licenses. | ||||
* | Removed inttypes.h | Perry Hung | 2010-03-31 | 1 | -6/+5 |
| | | | | | Removed inttypes.h from libmaple. Will have another pass through to use the standard libmaple types, but will come in another commit. | ||||
* | Major hierarchy reorganization; see README. | bnewbold | 2010-03-31 | 1 | -0/+145 |
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added |