summaryrefslogtreecommitdiff
path: root/drivers/console
AgeCommit message (Expand)Author
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
2016-02-05nano_sema: Simplify nano_xxx_sem_take() API familyPeter Mitsis
2016-02-05nano_fifo: Simplify nano_xxx_fifo_get() API familyPeter Mitsis
2016-02-05ipm_console_receiver: fix carriage returnsAndrew Boie
2016-02-05ipm: rework isr to service one set of requests at a timeDirk Brandewie
2016-02-05drivers: set default priority for driversAnas Nashif
2016-02-05drivers/console: Add support for ANSI sequences with valuesJohan Hedberg
2016-02-05drivers/console: Use cursor save/restore escape sequencesJohan Hedberg
2016-02-05ipi: rename to ipmAndrew Boie
2016-02-05drivers/console: Add support for editing the line internallyJohan Hedberg
2016-02-05drivers/console: Handle basic control characters cleanlyJohan Hedberg
2016-02-05drivers/console: Ignore characters when runnning out of buffer spaceJohan Hedberg
2016-02-05drivers/console: Remove unnecessary check for line feed characterJohan Hedberg
2016-02-05drivers/console: Reduce scope of 'pos' variableJohan Hedberg
2016-02-05drivers/console: Remove unnecessary indentation in uart_console_isrJohan Hedberg
2016-02-05drivers/console: shell: Add custom prompt callback supportJohan Hedberg
2016-02-05Fixed file description and applied doxygen styleAnas Nashif