10#ifndef TR_HAL_CONFIG_H
11#define TR_HAL_CONFIG_H
16#define UART_DBG_PORT_ID 0
17#define GPIO_UART_DBG_RX (tr_hal_gpio_pin_t){ 16 }
18#define GPIO_UART_DBG_TX (tr_hal_gpio_pin_t){ 17 }
21#define PRINT(...) tr_printf(__VA_ARGS__)
This is the common include file for the Trident HAL GPIO Driver.
This is the common include file for the Trident HAL UART Driver.
A simple printf utility for debug prints and cli support. Required for remote CLI to function properl...