summaryrefslogtreecommitdiff
path: root/drivers/console
AgeCommit message (Expand)Author
2017-01-27drivers/console/telnet: Select TCP when telnet is selectedTomasz Bursztyka
2017-01-27drivers/console/telnet: Add ground support for telnet commandsTomasz Bursztyka
2017-01-27drivers/console/telnet: Provide minimal input handling.Tomasz Bursztyka
2017-01-27console/shell: Switch to generic console inputTomasz Bursztyka
2017-01-27drivers/console: Making console input genericTomasz Bursztyka
2017-01-27drivers/uart_console: Fix tiny style issuesTomasz Bursztyka
2017-01-27drivers/console: Add a basic telnet consoleTomasz Bursztyka
2017-01-27drivers/console: Removing non existing Kconfig sourceTomasz Bursztyka
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2017-01-17legacy: Move TICKS_UNLIMITED -> K_FOREVERAnas Nashif
2017-01-05drivers: rtt: Lock interrupts around RTT WriteCarles Cufi
2016-12-25shell: move shell to its own subsystemAnas Nashif
2016-12-21shell: Init structure and add the ARG_UNUSED macroFlavio Santes
2016-12-21driver: Add ARG_UNUSED to console and uart driversFlavio Santes
2016-12-04drivers: Remove legacy nanokernel.h includeFlavio Santes
2016-12-03console: Add a Segger RTT console driverCarles Cufi
2016-11-30drivers: console: use unified kernel APIBaohong Liu
2016-11-16console: Fix unreachable code conditionVincenzo Frascino
2016-11-13drivers: update ipm driver to use unified kernelAnas Nashif
2016-11-12drivers: console: Fix compilation error in uart_console.cJohan Hedberg
2016-11-12console : usb: USB UART console output supportJithu Joseph
2016-11-11console: Fix warnings related to the use of deprecated APIsLuiz Augusto von Dentz
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-11-04shell: move documentation out of kernelAnas Nashif
2016-11-04shell: split kernel shell into separate moduleAnas Nashif
2016-11-04shell: move shell Kconfig to drivers/console/shellsAnas Nashif
2016-11-03console: shell: Reduce completion stack usageSzymon Janc
2016-11-03console: shell: Fix commands tab completionSzymon Janc
2016-11-02console: shell: Fix not printing selected module promptSzymon Janc
2016-11-02console: shell: Support multiple modulesYael Avramovich
2016-11-01console: Add support for DEL keySzymon Janc
2016-11-01console: Add support for HOME and END keysSzymon Janc
2016-10-25drivers/uart: Refactor UART input hook.Marcus Shawcroft
2016-10-15ipm: Make config_info pointers const.Marcus Shawcroft
2016-10-07ipm: Make config_info pointers const.Marcus Shawcroft
2016-09-09uart_console: Fix line endingsAndy Ross
2016-08-28drivers: ipm_console: fix incorrect printk() usageAndrew Boie
2016-08-28drivers: console_handler_shell: fix incorrect printk() usageAndrew Boie
2016-08-17ipm_console: rate-limit to avoid losing messagesAndrew Boie
2016-08-17ipm_console_receiver: correctly populate driver dataAndrew Boie
2016-06-02console: shell: Reduce stack usage of tab completionSzymon Janc
2016-05-26console: shell: Add support for commands completionSzymon Janc
2016-05-26console: Add support for commands completionSzymon Janc
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-05-23console: shell: Add return to command callbackLuiz Augusto von Dentz
2016-05-20console: shell: Print empty string if no help is passedLuiz Augusto von Dentz
2016-05-20console: shell: Add check for command helpLuiz Augusto von Dentz
2016-05-20console: shell: Fix use of strncmpLuiz Augusto von Dentz
2016-05-19console: shell: Add help string to command tableLuiz Augusto von Dentz
2016-05-09console: fix spelling error in commentChuck Jordan