uart.c: make use of no_bus_mux flag
[contrib/mraa.git] / src / uart / uart.c
2015-12-14 Srinivas Kandagatlauart.c: make use of no_bus_mux flag
2015-11-18 Alex Tereschenkouart.c: fixed typo in debug output
2015-10-26 damcclosuart.c: fix to UART even parity
2015-09-08 Brendan Le Follmraa: Remove global advance_func struct and place it...
2015-09-02 Brendan Le Folluart.c: Fix return value check for tcflush()
2015-07-22 Alex Tereschenkouart.c: Fixed UART initialization, now we set and apply...
2015-06-29 Thomas Inglebyuart: fix issue where a index is checked before set
2015-06-02 Brendan Le Folluart.c: Fix some wrong return checks
2015-06-01 Jon Trulsonuart: fix missing inversion that will clear all other...
2015-06-01 Brendan Le Folluart: make mraa_uart_get_dev_path return const char*
2015-06-01 Brendan Le Folluart: Make C API use const where appropriate
2015-05-28 Thomas Inglebyuart: update C API
2015-05-28 Brendan Le Folluart: bunch of small changes to make C api work
2015-05-28 Brendan Le Folluart.c: add missing return values
2015-05-28 Thomas Inglebyuart: remove un-needed includes from uart.h
2015-05-28 Thomas Inglebyuart: move internal static function to top of file
2015-05-28 Brendan Le Folluart: make initial dump of uart module
2015-05-28 Jon Trulsonuart: use an unsigned int for baud rate rather than...
2015-05-28 Jon Trulsonuart: add capability to check if data can be read from...
2015-05-28 Jon Trulsonuart: add uart device read and write functionality
2015-05-28 Jon Trulsonuart: add uart device open and close functionality
2015-05-28 Jon Trulsonuart: add fd (file descriptor) to uart context
2015-02-19 Jon Trulsonuart.c: mraa_uart_get_dev_path return NULL on error
2015-01-20 Thomas Inglebyuart: use const char* instead of plain char*
2015-01-20 Thomas Inglebyuart: add function mraa_uart_get_dev_path
2015-01-20 Thomas Inglebyuart: cleanup and bring inline with standard
2014-10-22 Brendan Le Follsyslog: unify error msg style
2014-10-20 Thomas Inglebyuart: add pre uart hook
2014-10-19 Thomas Inglebyuart: add init post hook
2014-07-11 Thomas InglebyMerge branch 'hook'
2014-07-10 Thomas Inglebyuart: barebones uart module added.