- 79e6b0e includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> by Gerard Marull-Paretas · 2 years, 7 months ago
- 5113c14 subsystems: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
- 262b5b1 console: Kconfig: Remove EXPERIMENTAL marker by Paul Sokolovsky · 3 years, 5 months ago
- e78b078 console: remove device_get_binding(CONFIG_UART_CONSOLE_ON_DEV_NAME) by Johann Fischer · 3 years, 7 months ago
- b104281 kernel: sem: add K_SEM_MAX_LIMIT by James Harris · 4 years, 1 month ago
- e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
- 98d9b01 device: Apply driver_api/data attributes rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
- 701869f uart: Fix uart_irq_callback_user_data_set usage by Tomasz Bursztyka · 4 years, 8 months ago
- 1738f0e console: tty: Fix k_sem_take with wait time from ISR by Joakim Andersson · 4 years, 9 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- 8e297e8 console: Port to the new timeout API by Carles Cufi · 4 years, 11 months ago
- 7832738 kernel/timeout: Make timeout arguments an opaque type by Andy Ross · 5 years ago
- 32bb239 timeout: Fix up API usage by Andy Ross · 5 years ago
- 8d8d990 console: Have CONSOLE_GET{CHAR,LINE} dep. on SERIAL_SUPPORT_INTERRUPT by Ulf Magnusson · 5 years ago
- 02ae343 treewide: use full path to uart.h header by Peter Bigot · 5 years ago
- 97de99a console: kconfig: Have CONSOLE_{GETCHAR,GETLINE} depend on UART_CONSOLE by Ulf Magnusson · 5 years ago
- bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
- 6e5db35 coccinelle: standardize k_sleep calls with integer timeouts by Peter Bigot · 5 years ago
- 140a8d0 console: Remove deprecated function console_register_line_input by Kumar Gala · 6 years ago
- 51eb457 subsystem: console: tty init checks and support for polled-only devices by Pavel Kral · 6 years ago
- 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago
- d1b2718 cleanup: include/: move uart.h to drivers/uart.h by Anas Nashif · 6 years ago
- 52b3d2b cleanup: include/: move tty.h to console/tty.h by Anas Nashif · 6 years ago
- 1695892 cleanup: include/: move console.h to console/console.h by Anas Nashif · 6 years ago
- f2cb20c docs: fix misspelling across the tree by Anas Nashif · 6 years ago
- 48edfc2 console: kconfig: Put 'menuconfig CONSOLE_SUBSYS' in top-level menu by Ulf Magnusson · 6 years ago
- 83ceb49 net: telnet: remove obsolete code by Anas Nashif · 6 years ago
- 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
- 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
- 9ec9c43 console: tty: Remove dependency on older "consoles" by Paul Sokolovsky · 6 years ago
- dafad70 console: Remove CONFIG_WEBSOCKET_CONSOLE code by Kumar Gala · 6 years ago
- 2ffb951 console: Kconfig: Update for recent changes by Paul Sokolovsky · 6 years ago
- 0925411 tty: Remove buffer params from tty_init() by Paul Sokolovsky · 6 years ago
- a7df3a1 tty: Support unbuffered operation to extend usecase coverage by Paul Sokolovsky · 6 years ago
- 1165e85 subsys: console: tty: Use tty_putchar() instead of console_putchar() by Paul Sokolovsky · 6 years ago
- ed852e8 subsys: console: Split tty definitions into tty.h, to form its own API by Paul Sokolovsky · 6 years ago
- 6203020 subsys: console: Switch to POSIX-like read/write interface by Paul Sokolovsky · 6 years ago
- 9d3b48f subsys: console: tty: Allow to specify transmit timeout by Paul Sokolovsky · 6 years ago
- 680085b subsys: console: tty: Allow to specify receive timeout by Paul Sokolovsky · 6 years ago
- ca8aea1 subsys: console: Split serial tty handling to a separate module by Paul Sokolovsky · 6 years ago
- 95b64fb subsys: console: Refactor code to allow per-UART "tty" wrapper by Paul Sokolovsky · 7 years ago
- 78d2476 subsys: console: Mark as EXPERIMENTAL. by Paul Sokolovsky · 7 years ago
- 1073882 subsys: kconfig: Remove 'default n' properties and clean up a bit by Ulf Magnusson · 7 years ago
- 5acb7fc subsys: console: Make CONSOLE_GETCHAR and *_GETLINE optional by Paul Sokolovsky · 7 years ago
- f6d8ab8 subsys: console: Factor out fifo-based console input abstraction by Paul Sokolovsky · 7 years ago
- c16bce7 samples, subsys, tests: Use ARRAY_SIZE() whenever possible by Leandro Pereira · 7 years ago
- c524ff6 subsys: console: getchar: Use consistent var names for RX path by Paul Sokolovsky · 7 years ago
- ca9a98e samples/subsys/console: Remove unused tx_sem semaphore by Andy Ross · 7 years ago
- 429c2a4 kconfig: fix help syntax and add spaces by Anas Nashif · 7 years ago
- fa93400 subsys: console: Fix the buffer size checking by Aska Wu · 7 years ago
- 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
- 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
- 6b5a723 subsys: console: Fix signed vs unsigned char issues. by Paul Sokolovsky · 8 years ago
- 3cb13b9 subsys: console: Add buffered output support to console subsystem by Paul Sokolovsky · 8 years ago
- 6da8296 subsys: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
- 253a7f7 Revert "subsys/console: Yield on char availability." by Johan Hedberg · 8 years ago
- 4e2eaec subsys/console: Yield on char availability. by Paul Sokolovsky · 8 years ago
- 542c2b9 subsys: console: Add pull-style console API support. by Paul Sokolovsky · 8 years ago