mbed-os/libraries/mbed/hal
Bogdan Marinescu fbeb52d613 Added RTS/CTS flow control
Currently implemented only for LPC1768. On this platform, when hardware
flow control is not directly supported, it will be emulated.
Also added "not_implemented.c" as a placeholder for various HAL functions
that might not be implemented on all platforms (in this particular case,
serial_set_flow_control). These are weak implementations that default to a
"not implemented" error message.
2013-12-04 19:42:11 +02:00
..
analogin_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
analogout_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
can_api.h fixed can_filter() prototype (prevents build of LPC1768) 2013-10-26 17:02:29 +02:00
ethernet_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
gpio_api.h Explicitly add gpio write/read prototypes to the HAL header 2013-07-02 10:37:57 +01:00
gpio_irq_api.h gpio irq enable/disable 2013-10-19 22:28:29 +02:00
i2c_api.h Added timeout to i2c_stop operations 2013-07-01 16:28:35 +01:00
pinmap.h Added RTS/CTS flow control 2013-12-04 19:42:11 +02:00
port_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
pwmout_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
rtc_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
serial_api.h Added RTS/CTS flow control 2013-12-04 19:42:11 +02:00
sleep_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
spi_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
us_ticker_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00