index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
avr
/
serial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avr: Use enumerations for buses and reserve pins
Kevin O'Connor
2019-04-04
1
-0
/
+16
*
avr: Clean up serial port register aliases
Kevin O'Connor
2018-04-25
1
-31
/
+34
*
serial_irq: Add new generic/serial_irq.c code
Kevin O'Connor
2018-04-20
1
-110
/
+9
*
command: Don't pass max_size to command_encodef()
Kevin O'Connor
2017-08-14
1
-3
/
+3
*
sched: Introduce sched_wake_tasks() function to wake up tasks
Kevin O'Connor
2017-08-08
1
-0
/
+3
*
avr: Fix readl() typo in serial.c
Kevin O'Connor
2017-07-12
1
-1
/
+1
*
avr: Integrate serial console functions
Kevin O'Connor
2017-06-29
1
-47
/
+28
*
command: Move low-level sendf transmission into board code
Kevin O'Connor
2017-06-29
1
-3
/
+17
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
1
-2
/
+16
*
avr: Support using serial instead of usb on AT90USB1286
Kevin O'Connor
2017-06-05
1
-15
/
+27
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-1
/
+1
*
avr: Remove F_CPU compile time definition
Kevin O'Connor
2017-03-30
1
-2
/
+4
*
io.h: read/write[bwl] should use barrier
Kevin O'Connor
2017-02-02
1
-3
/
+0
*
serial: Be careful with comparison of transmit_max to transmit_pos
Kevin O'Connor
2017-01-14
1
-1
/
+1
*
command: No need to disable irqs in sendf reentrant check
Kevin O'Connor
2017-01-14
1
-0
/
+1
*
build: Define DECL_CONSTANT mechanism for defining exported constants
Kevin O'Connor
2016-12-23
1
-0
/
+3
*
serial: Increase AVR serial receive buffer
Kevin O'Connor
2016-10-18
1
-3
/
+2
*
avr/serial: Separate out low-level hardware manipulation to its own function
Kevin O'Connor
2016-06-14
1
-3
/
+9
*
irq: Allow boards to define the return type of irq_save()
Kevin O'Connor
2016-06-13
1
-1
/
+1
*
generic: Add new file generic/io.h and move read/writeb() to it
Kevin O'Connor
2016-06-13
1
-0
/
+1
*
generic: Create generic board infrastructure and move misc.h to it
Kevin O'Connor
2016-06-13
1
-1
/
+1
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+137