aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/serial.c
Commit message (Expand)AuthorAgeFilesLines
* avr: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-041-0/+16
* avr: Clean up serial port register aliasesKevin O'Connor2018-04-251-31/+34
* serial_irq: Add new generic/serial_irq.c codeKevin O'Connor2018-04-201-110/+9
* command: Don't pass max_size to command_encodef()Kevin O'Connor2017-08-141-3/+3
* sched: Introduce sched_wake_tasks() function to wake up tasksKevin O'Connor2017-08-081-0/+3
* avr: Fix readl() typo in serial.cKevin O'Connor2017-07-121-1/+1
* avr: Integrate serial console functionsKevin O'Connor2017-06-291-47/+28
* command: Move low-level sendf transmission into board codeKevin O'Connor2017-06-291-3/+17
* command: Move command_task() to board specific codeKevin O'Connor2017-06-291-2/+16
* avr: Support using serial instead of usb on AT90USB1286Kevin O'Connor2017-06-051-15/+27
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-1/+1
* avr: Remove F_CPU compile time definitionKevin O'Connor2017-03-301-2/+4
* io.h: read/write[bwl] should use barrierKevin O'Connor2017-02-021-3/+0
* serial: Be careful with comparison of transmit_max to transmit_posKevin O'Connor2017-01-141-1/+1
* command: No need to disable irqs in sendf reentrant checkKevin O'Connor2017-01-141-0/+1
* build: Define DECL_CONSTANT mechanism for defining exported constantsKevin O'Connor2016-12-231-0/+3
* serial: Increase AVR serial receive bufferKevin O'Connor2016-10-181-3/+2
* avr/serial: Separate out low-level hardware manipulation to its own functionKevin O'Connor2016-06-141-3/+9
* irq: Allow boards to define the return type of irq_save()Kevin O'Connor2016-06-131-1/+1
* generic: Add new file generic/io.h and move read/writeb() to itKevin O'Connor2016-06-131-0/+1
* generic: Create generic board infrastructure and move misc.h to itKevin O'Connor2016-06-131-1/+1
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+137