zephyr/subsys
Paul Sokolovsky 0925411356 tty: Remove buffer params from tty_init()
Let's have more orthogonal and cleaner API, where buffers are
configured by tty_set_rx_buf/tty_set_tx_buf, and only them. It
means that newly initialized tty starts in unbuffered mode, which
is somewhat a sidestep from a main usecase behind tty, which is
buffered operation, but again, having a cleaner API (and good
docs, explaining users how it should be and what they should do)
prevails.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-12-20 12:21:49 +01:00
..
app_memory
bluetooth Bluetooth: controller: Fix Conn Param Req procedure stall issue 2018-12-19 14:47:38 +01:00
console tty: Remove buffer params from tty_init() 2018-12-20 12:21:49 +01:00
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug ext: debug: segger: Fix SEGGER header inclusion 2018-12-05 14:35:42 +01:00
dfu
disk misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
fb drivers: Clear SSD1673 display during display init 2018-12-10 17:21:37 -05:00
fs tests: subsys: fs: multifs: Enable fs shell using new shell 2018-12-14 13:14:17 +01:00
logging logging: Refactor RTT backend to handle host absence 2018-12-19 14:53:48 +01:00
mgmt crc: deprecate old headers and issue warning when used 2018-12-04 08:52:46 -06:00
net ext: mbedtls: Unify mbedTLS Kconfig prefixes 2018-12-17 11:27:02 +01:00
power power: Move application level API's to public header 2018-11-26 18:38:40 -08:00
random
settings settings: fix key-value duplication check 2018-12-12 12:51:12 +01:00
shell shell: Add dropping of expired messages 2018-12-19 14:37:00 +01:00
stats
storage misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
usb usb: hid: boot protocol 2018-12-19 07:36:18 -06:00
CMakeLists.txt
Kconfig