summaryrefslogtreecommitdiff
path: root/chip/g/uart_bitbang.c
Commit message (Expand)AuthorAgeFilesLines
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* chip/g: mark symbols used that are used from assembly codePatrick Georgi2019-02-071-1/+1
* cr50: Extend CR50 Bitbang Receive buffer.Namyoon Woo2019-01-161-7/+3
* cr50: minor code style touch-up on a bitbang code.Namyoon Woo2018-08-171-43/+42
* cr50: speed up bit bang EC programmingVadim Bendebury2018-08-161-153/+134
* cr50: bitbang does not need to support multiple UARTs.Vadim Bendebury2018-08-151-55/+35
* cr50: Consolidate CCD device enableRandall Spangler2017-09-061-16/+53
* g: uart_bitbang: Keep debug stuff off by default.Aseda Aboagye2017-06-071-15/+129
* chip: g: Add support for UART bit banging.Aseda Aboagye2017-06-051-0/+390