zephyr/drivers/console
Flavio Ceolin d55c9b6d54 console: uart: Don't re-define functions as macros
Some functions were being re-defined as macros if certain conditions
were not met.

Fix violations to rule 5.5

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2021-10-02 14:34:14 -04:00
..
CMakeLists.txt drivers: console: build as static library 2021-08-17 06:06:03 -04:00
gsm_mux.c drivers: console: mux: Conversion of k_work API 2021-04-14 07:07:40 -04:00
gsm_mux.h drivers: modem: gsm_ppp: Enable start/stop 2020-10-19 18:29:02 +02:00
ipm_console.c device: Fixing new left over device instance made constant 2020-09-15 09:18:43 -05:00
ipm_console_receiver.c kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
ipm_console_sender.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
Kconfig drivers: remove Kconfig option CONFIG_UART_CONSOLE_ON_DEV_NAME 2021-08-23 18:53:47 -04:00
Kconfig.gsm_mux drivers: modem: gsm_ppp: Add support for Quectel modems 2021-09-23 08:40:10 -04:00
native_posix_console.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ram_console.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
rtt_console.c drivers: console: rtt: Add no multithreading support 2021-05-27 13:33:02 +02:00
semihost_console.c console: semihosting: remove unused include 2021-08-17 06:06:03 -04:00
uart_console.c console: uart: Don't re-define functions as macros 2021-10-02 14:34:14 -04:00
uart_mcumgr.c drivers: uart_mcumgr: remove CONFIG_UART_MCUMGR_ON_DEV_NAME 2021-08-23 18:53:47 -04:00
uart_mux.c drivers: uart_mux: Fix compilation after logging changes 2021-05-17 10:57:53 -04:00
uart_mux_internal.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_pipe.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
xtensa_sim_console.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00