mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 11:15:21 +00:00
Convert how we get the various chosen properties like "zephyr,console" to use the new kconfig functions like dt_chosen_to_label. Because of how kconfig parses things we define a set of variables of the form DT_CHOSEN_Z_<PROP> since comma's are parsed as field seperators in macros. This conversion allows us to remove code in gen_defines.py for the following chosen properties: zephyr,console zephyr,shell-uart zephyr,bt-uart zephyr,uart-pipe zephyr,bt-mon-uart zephyr,uart-mcumgr zephyr,bt-c2h-uart Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ipm_console_receiver.c | ||
ipm_console_sender.c | ||
Kconfig | ||
native_posix_console.c | ||
ram_console.c | ||
rtt_console.c | ||
uart_console.c | ||
uart_mcumgr.c | ||
uart_pipe.c | ||
xtensa_sim_console.c |