mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 03:05:24 +00:00
This buffer can be examined at runtime with a debugger to see what is going on. Helpful if there are no other working console drivers on the system. Change-Id: I759467a57d16204b4b316c4f6fa8b7d5e1d1d236 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
3 lines
86 B
Makefile
3 lines
86 B
Makefile
obj-$(CONFIG_UART_CONSOLE) = uart_console.o
|
|
obj-$(CONFIG_RAM_CONSOLE) = ram_console.o
|