summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* SAMA5D4: USART peripheral clock appears to be MCK/2Gregory Nutt2014-06-201-3/+3
* SAMA5D4: Add support for UART4Gregory Nutt2014-06-081-14/+119
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* Fix typo introduced to the serial driver when the DBGU driver was addedGregory Nutt2014-04-021-2/+1
* SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial con...Gregory Nutt2014-04-011-43/+63
* backport a serial console fix from the sam4e to the sama5d3Gregory Nutt2014-03-251-86/+0
* SAMA5 serial: Restore logic to minimize TX interrupts. Oddly, seems to impr...Gregory Nutt2013-10-261-2/+1
* SAMA5 TC: Debug instrumentationGregory Nutt2013-10-261-1/+1
* SAMA5: Major restructuring of the the OHCI driver drivers to better handle t...Gregory Nutt2013-08-131-2/+1
* Fix re-entry problem in SAMA5 up_putcGregory Nutt2013-08-131-1/+30
* SAMA5: Add PIO interrupt support. Massive name changes for consistency in PI...Gregory Nutt2013-08-061-1/+1
* SAMA5: Add an NSH configuration of the SAMA5D3x-EK boardGregory Nutt2013-07-311-2/+2
* Add SAMA5D3 pin multiplexing definitionsGregory Nutt2013-07-231-61/+61
* Add SAMA5 GPIO configuration supportGregory Nutt2013-07-221-8/+8
* Add support SAMA5 UART and serial driverGregory Nutt2013-07-221-0/+1251