summaryrefslogtreecommitdiff
path: root/drivers/console
AgeCommit message (Expand)Author
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
2016-02-05uart: check for MVIC when creating stubsAnas Nashif
2016-02-05irq: removes priority parameter from IRQ_CONFIG macroJuan Manuel Cruz
2016-02-05uart_pipe: use device name instead of indexDaniel Leung
2016-02-05console/uart: use device name instead of indexDaniel Leung
2016-02-05uart_pipe: let UART driver do the initializationDaniel Leung
2016-02-05shell: prefix types with shell_Anas Nashif
2016-02-05misc: add shell support.Thomas Heeley
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin
2016-02-05uart pipe: do not override objects in MakefileAnas Nashif
2016-02-05Rename simple UART driver to pipe UARTSzymon Janc
2016-02-05irq: Add flags to IRQ_CONNECT_STATIC() macro and irq_connect() functionDmitriy Korovkin
2016-02-05Add UART irq input hook to uart_console_isr()Peter Mitsis
2016-02-05console: set range for UART_CONSOLE_INDEXAnas Nashif
2016-02-05checkpatch: warning - block_comment_styleDan Kalowsky
2016-02-05galileo: Remove unneeded definesAndrei Emeltchenko
2016-02-05uart: Move generic API to root directory of includeTomasz Bursztyka
2016-02-05x86: arm: Modify IRQ_CONFIG macro to have same signature as ARCDirk Brandewie