aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usart.c
Commit message (Collapse)AuthorAgeFilesLines
* docsMarti Bolivar2010-10-111-2/+0
|
* whitespace cleanupsMarti Bolivar2010-09-271-42/+47
|
* Various fixes, working with Maplebnewbold2010-09-011-11/+48
|\
| * inital portability workbnewbold2010-08-251-0/+35
|/
* Cleaned up wirish/time, some interrupt handling refactoring:Perry Hung2010-08-041-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 Hung2010-08-041-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 apiPerry Hung2010-08-041-3/+3
|
* added Serial.flush()bnewbold2010-07-191-0/+23
|
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-311-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.hPerry Hung2010-03-311-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-devPerry Hung2010-03-301-5/+5
| | | | | Conflicts: Makefile
* Major hierarchy reorganization; see README.bnewbold2010-03-311-0/+345
copy-to-ide and Makefile updated to conform; .gitignore added; LICENSE added