zephyr/drivers/console
Flavio Ceolin 0866d18d03 irq: Fix irq_lock api usage
irq_lock returns an unsigned int, though, several places was using
signed int. This commit fix this behaviour.

In order to avoid this error happens again, a coccinelle script was
added and can be used to check violations.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-08-16 19:47:41 -07:00
..
CMakeLists.txt
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.telnet drivers: console: Kconfig: Remove redundant 'default n' properties 2018-07-08 22:12:54 -04:00
Kconfig.ws drivers: console: Kconfig: Remove redundant 'default n' properties 2018-07-08 22:12:54 -04:00
ipm_console_receiver.c
ipm_console_sender.c
native_posix_console.c native_posix: Add missing headers and function prototypes 2018-08-02 19:14:19 +02:00
ram_console.c
rtt_console.c drivers: console: rtt: RTT session awareness 2018-06-28 09:36:58 -05:00
telnet_console.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
telnet_protocol.h
uart_console.c
uart_mcumgr.c
uart_pipe.c
websocket_console.c irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
xtensa_sim_console.c