Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
dbe775838a048e8fa09a46c91a77c29fee4c5f30
/
include
/
uart.h
bf855c6
api: uart: Revert to using bitmasks for errors.
by Mieszko Mierunski
· 6 years ago
9311bf7
C++ : Fix error: template with C linkage
by Benoit Leforestier
· 6 years ago
117c28a
api: uart: Add new asynchronous UART API.
by Mieszko Mierunski
· 6 years ago
98d0326
serial: Change poll_out signature
by Flavio Ceolin
· 6 years ago
a5b7500
api: uart: Add configure functions for UART.
by Mieszko Mierunski
· 6 years ago
d850b3a
include: uart: Another pass on improving docstrings
by Paul Sokolovsky
· 6 years ago
9021b5d
drivers: uart: Remove deprecated uart_irq_tx_empty
by Kumar Gala
· 6 years ago
67ca176
headers: Fix headers across the project
by Flavio Ceolin
· 7 years ago
57286af
drivers: uart: Allow to pass arbitrary user data to irq callback
by Paul Sokolovsky
· 7 years ago
5f67a61
include: improve compatibility with C++ apps.
by Michael Hope
· 7 years ago
b93f59e
drivers: uart: add system call handlers
by Andrew Boie
· 7 years ago
38f78e8
drivers: serial: Clarification for uart_fifo_fill()/read() calls
by Paul Sokolovsky
· 8 years ago
0fdc9b5
drivers: serial: Clarify usage of TX/RX IRQ predicates.
by Paul Sokolovsky
· 8 years ago
cc334c7
Convert remaining code to using newly introduced integer sized types
by Kumar Gala
· 8 years ago
ac74d8b
license: Replace Apache boilerplate with SPDX tag
by David B. Kinder
· 8 years ago
f757622
serial: fix up uart_poll_in docstring
by Marti Bolivar
· 8 years ago
571c3a8
drivers/uart: Make references to driver_api const
by Marcus Shawcroft
· 8 years ago
1bc999c
drivers/uart: Refactor UART input hook.
by Marcus Shawcroft
· 8 years ago
b0b1a8b
uart.h: fix path to PCI headers
by Andrew Boie
· 9 years ago
da54462
doc: revert unnamed union/struct workaround in favour of known-issues
by Inaky Perez-Gonzalez
· 9 years ago
3d8b28b
usb: Add CDC ACM and DFU class examples
by Adrian Bradianu
· 9 years ago
36c1949
serial: fix uart_irq_rx_disable()
by Jeremie GARCIA
· 9 years ago
ecc4c76
doc: fix WARNING: Invalid definition" due to unamed structs/unions
by Inaky Perez-Gonzalez
· 9 years ago
0518063
doc: fix "WARNING: Error in type declaration." in callback typedefs
by Inaky Perez-Gonzalez
· 9 years ago
3257193
serial/uart.h: no need to check driver_api being NULL
by Daniel Leung
· 9 years ago
245e140
drivers: Replace DEV_INVALID_OP by -ENOTSUP
by Andre Guedes
· 9 years ago
024cfe7
drivers: Replace DEV_OK by 0
by Andre Guedes
· 9 years ago
e643ced
uart: add ISR callback mechanism for UART drivers
by Daniel Leung
· 9 years ago
8a454e6
doc: Edit the UART driver APIs
by Rodrigo Caballero
· 9 years ago
2ec2f8b
uart: remove incorrect comment w.r.t. type of device pointer
by Benjamin Walsh
· 9 years ago
fdc08ce
uart: allow to check whether Tx fifo is empty
by Fabien Chereau
· 9 years ago
01d4218
uart: allow to check for errors
by Fabien Chereau
· 9 years ago
2295e2a
uart: remove uart_irq_get()
by Andrew Boie
· 9 years ago
64cba6d
serial/uart: adds new APIs for serial line control
by Daniel Leung
· 9 years ago
b85d3ef
uart: move baud rate and options into driver data
by Daniel Leung
· 9 years ago
ef25238
uart: fix compilation error when interrupt is enabled
by Daniel Leung
· 9 years ago
1d816af
serial: remove unused code after refactoring
by Daniel Leung
· 9 years ago
846f5f4
uart: add config options into struct uart_device_config
by Daniel Leung
· 9 years ago
b1c1020
Add UART irq input hook to uart_console_isr()
by Peter Mitsis
· 9 years ago
7ed1abf
checkpatch: warning - new_typedefs
by Dan Kalowsky
· 9 years ago
75482aa
doxygen: define groups for drivers
by Anas Nashif
· 9 years ago
d89c3b5
checkpatch: warning - space_before_tab
by Dan Kalowsky
· 9 years ago
17e06fb
uart: Move generic API to root directory of include
by Tomasz Bursztyka
· 9 years ago
[Renamed from include/drivers/uart.h]
f7fffae
Change BSD-3 licenses to Apache 2
by Javier B Perez Hernandez
· 9 years ago
7551562
uart: make poll_in and poll_out mandatory
by Daniel Leung
· 9 years ago
70603a5
Add option to enable HW flow control for UART
by Adrian Pochiu
· 9 years ago
1e39d62
uart: Properly integrate driver config within PCI context
by Tomasz Bursztyka
· 9 years ago
94718c7
uart: change inline functions to static inline
by Daniel Leung
· 9 years ago
e564035
serial: rename struct field int_pri to irq_pri
by Daniel Leung
· 9 years ago
4014744
serial: utilize dev->driver_api for new driver model
by Daniel Leung
· 9 years ago
2fd29e2
serial: converting to new driver initialization model
by Daniel Leung
· 9 years ago
1ad2a56
serial: rework functions to use struct device...
by Daniel Leung
· 9 years ago
e5cdfc8
uart: Get rid of camelCase style
by Oleg Zhurakivskyy
· 9 years ago
58dbcfd
Expose uartGenericInfoInit()
by Oleg Zhurakivskyy
· 9 years ago
8d06534
Use static interrupt registration in device drivers
by Dmitriy Korovkin
· 9 years ago
0b4413d
uart: Removing driver specific informations from the generic API
by Tomasz Bursztyka
· 9 years ago
0a7c8ea
uart: Follow the same parameter naming everywhere
by Tomasz Bursztyka
· 9 years ago
8ddf82c
First commit
by Inaky Perez-Gonzalez
· 10 years ago