aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/usart.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-enabled clocks on GPIO ports, external timers, and USARTs.Perry Hung2010-03-301-4/+5
|
* Started removing STM32 STD RCC code. Compiles but doesn't run yet.Perry Hung2010-03-251-4/+3
|
* Add a carriage return for println, remove it from the usart sendPerry Hung2010-03-221-7/+7
| | | | routine.
* added serial1 supportiperry2010-01-131-0/+7
| | | | git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@113 749a229e-a60e-11de-b98f-4500b42dc123
* forgot to turn on the interrupt for usar3iperry2010-01-101-3/+3
| | | | git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@110 749a229e-a60e-11de-b98f-4500b42dc123
* enabled serial3iperry2010-01-101-1/+7
| | | | git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@109 749a229e-a60e-11de-b98f-4500b42dc123
* Added licensing. Moved lots of header files around. Added HardwareSerial ↵iperry2009-12-191-17/+305
| | | | | | reads, writes. Tweaked some of the util and assert functions. Added various useful routines for printing stuff to the serial port. Continued moving out stm32lib. Slightly more consistent naming, this will come in another change. git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@74 749a229e-a60e-11de-b98f-4500b42dc123
* Initial commit of library code, moved from leaftest repoiperry2009-12-171-0/+44
git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@69 749a229e-a60e-11de-b98f-4500b42dc123