Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace cleanups | Marti Bolivar | 2010-09-27 | 1 | -135/+144 |
| | |||||
* | timer fixes for maple native | bnewbold | 2010-09-05 | 1 | -2/+17 |
| | |||||
* | timer refactor (c, not c++) | bnewbold | 2010-09-05 | 1 | -371/+122 |
| | | | | also removed an old ASSERT() | ||||
* | inital portability work | bnewbold | 2010-08-25 | 1 | -0/+38 |
| | |||||
* | Cleaned up wirish/time, some interrupt handling refactoring: | Perry Hung | 2010-08-04 | 1 | -4/+5 |
| | | | | | | | | | 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 | ||||
* | New reset and clock control api | Perry Hung | 2010-08-04 | 1 | -4/+4 |
| | |||||
* | sigh, simple typo | bnewbold | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | bug fix with interrupts not getting cleared | bnewbold | 2010-07-20 | 1 | -5/+53 |
| | |||||
* | timers progress | bnewbold | 2010-07-20 | 1 | -12/+45 |
| | | | | examples code cleanup, more descriptive comments, more notes | ||||
* | good quality vga leaf logo; usb+systick disabled | bnewbold | 2010-07-20 | 1 | -28/+387 |
| | | | | | 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/+43 |
| | |||||
* | 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 | -42/+42 |
| | | | | | Removed inttypes.h from libmaple. Will have another pass through to use the standard libmaple types, but will come in another commit. | ||||
* | Merge branch 'master' into rcc-dev | Perry Hung | 2010-03-30 | 1 | -5/+5 |
| | | | | | Conflicts: Makefile | ||||
* | Major hierarchy reorganization; see README. | bnewbold | 2010-03-31 | 1 | -0/+192 |
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added |