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