zephyr/drivers/console
Maciek Borzecki 5eb51feeb0 console: shell: expect const commands array
The commands array is not expected to change and can be declared
const. This allows callers to cleanly declare their commands lists as
const, effectively moving the structures from SRAM to code section.

Change-Id: Ie1710622b8cfa609e129eb79712f910f1d1aace3
Signed-off-by: Maciej Borzecki <maciek.borzecki@gmail.com>
2016-04-01 13:12:56 +00:00
..
Kconfig refactor common driver initialization priorities 2016-03-28 15:58:29 -07:00
Makefile interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
console_handler_shell.c console: shell: expect const commands array 2016-04-01 13:12:56 +00:00
ipm_console_receiver.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
ipm_console_sender.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
ram_console.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_console.c refactor common driver initialization priorities 2016-03-28 15:58:29 -07:00
uart_pipe.c drivers/console: Fix flush data on uart_pipe_setup 2016-03-29 16:41:50 +00:00