summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/atmega/atmega_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Fix typos.jeditekunum2015-01-261-5/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-5/+5
* Use USART TX state consistentlypatacongo2011-06-171-8/+45
* Finsh AVR serial driverspatacongo2011-06-111-119/+200
* More serial driver stuff for AVRpatacongo2011-06-111-30/+11
* Restructuring AVR serial driverspatacongo2011-06-111-165/+361
* More logic for the AVR portpatacongo2011-06-081-0/+718