summaryrefslogtreecommitdiff
path: root/drivers/console
AgeCommit message (Expand)Author
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
2016-04-16console: add hook for debug server to handle outgoing charactersBenjamin Walsh
2016-04-01console: shell: expect const commands arrayMaciek Borzecki
2016-03-29drivers/console: Fix flush data on uart_pipe_setupMariusz Skamra
2016-03-28refactor common driver initialization prioritiesDaniel Leung
2016-03-16drivers: Replace DEV_INVALID_CONF by -EINVALAndre Guedes
2016-03-16drivers: Replace DEV_OK by 0Andre Guedes
2016-03-05uart: add ISR callback mechanism for UART driversDaniel Leung
2016-02-10drivers/console: Fix writing out carriage return on all terminalsJohan Hedberg
2016-02-05uart-pipe: Fix using fifo_fill instead of poll_outAndrei Emeltchenko
2016-02-05irq: rename irq_connect() to IRQ_CONNECT()Andrew Boie
2016-02-05init: use SYS_INIT() where it makes senseBenjamin Walsh
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05uart: remove uart_irq_get()Andrew Boie