Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | undoing USART[45] -> UART[45] mistake | Marti Bolivar | 2011-02-15 | 1 | -14/+14 |
| | |||||
* | [WIP] Code review picked up some bugs/issues. | Marti Bolivar | 2011-01-26 | 1 | -29/+40 |
| | |||||
* | whitespace cleanups | Marti Bolivar | 2010-09-27 | 1 | -42/+47 |
| | |||||
* | Various fixes, working with Maple | bnewbold | 2010-09-01 | 1 | -11/+48 |
|\ | |||||
| * | inital portability work | bnewbold | 2010-08-25 | 1 | -0/+35 |
|/ | |||||
* | Cleaned up wirish/time, some interrupt handling refactoring: | Perry Hung | 2010-08-04 | 1 | -1/+1 |
| | | | | | | | | | 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 usart implementation: | Perry Hung | 2010-08-04 | 1 | -239/+42 |
| | | | | | | Fixed a bug where the maximum baud rate was incorrectly set to 225000 General cleanup Use new rcc and nvic APIs | ||||
* | New reset and clock control api | Perry Hung | 2010-08-04 | 1 | -3/+3 |
| | |||||
* | added Serial.flush() | bnewbold | 2010-07-19 | 1 | -0/+23 |
| | |||||
* | 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 | -4/+4 |
| | | | | | 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/+345 |
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added |