aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/serial_irq.c
Commit message (Expand)AuthorAgeFilesLines
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-171-2/+2
* serialqueue: Limit message transmission to available receive buffer sizeKevin O'Connor2018-05-281-1/+4
* command: Wait to send ack until after processing commandsKevin O'Connor2018-05-281-1/+4
* command: Add a command_encode_and_frame() helperKevin O'Connor2018-05-281-2/+1
* command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengthsKevin O'Connor2018-05-281-9/+6
* serial_irq: Add new generic/serial_irq.c codeKevin O'Connor2018-04-201-0/+120