|
SmartSnippets DA1459x SDK
|
Go to the documentation of this file.
44 #if dg_configUSE_CONSOLE
52 #if !dg_configUSE_CONSOLE_STUBS
81 #ifndef CONSOLE_TASK_PRIORITY
82 #define CONSOLE_TASK_PRIORITY (OS_TASK_PRIORITY_NORMAL)
UART controller configuration.
Definition: ad_uart.h:158
void console_wkup_handler(void)
Wake up handler for serial console.
int console_write(const char *buf, int len)
Write to serial console.
int console_read(char *buf, int len)
Read from serial console.
void console_init(const ad_uart_controller_conf_t *ad_uart_ctrl_conf)
Initialize console to use with specified serial device.