summaryrefslogtreecommitdiff
path: root/chip/g/uartn.c
Commit message (Expand)AuthorAgeFilesLines
* g: fix UART TX done logicVadim Bendebury2019-09-031-15/+3
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* cr50: speed up bit bang EC programmingVadim Bendebury2018-08-161-63/+3
* cr50: bitbang does not need to support multiple UARTs.Vadim Bendebury2018-08-151-6/+6
* cr50: CCD V1 controls UART accessRandall Spangler2017-08-011-0/+5
* chip: g: Add support for UART bit banging.Aseda Aboagye2017-06-051-3/+63
* g: remove buffering on ap and ec uartMary Ruthven2017-01-311-9/+0
* g: tweak cflush() to wait a bit longerVadim Bendebury2016-12-121-0/+13
* Cr50: Removed Reef EVT workaroundsScott2016-10-041-11/+2
* cr50: use RXILVL to trigger fewer UART RXINTsMary Ruthven2016-09-231-0/+9
* cr50: unlock consoleMary Ruthven2016-09-011-5/+4
* Cr50: Tweak some comments about UART0_RXBill Richardson2016-08-241-0/+1
* g: add an option to disable uart0 rx no matter whatMary Ruthven2016-07-201-0/+4
* g: disable uart 1 and 2 during initMary Ruthven2016-07-131-8/+0
* cr50: disable UART0 RXMary Ruthven2016-07-111-2/+6
* cr50: disable UART peripheral when the device is powered off.Mary Ruthven2016-05-271-1/+14
* cr50: export AP and EC UART through USBMary Ruthven2016-04-071-0/+8
* cr50: enable use of multiple UARTsMary Ruthven2016-03-311-0/+137