#include "board.h"
Macros | |
Debug output configuration | |
#define | CONF_TEST_USART USART |
USART to redirect STDIO to. More... | |
#define | CONF_TEST_BAUDRATE 57600 |
Baudrate of USART. More... | |
#define | CONF_TEST_CHARLENGTH 8 |
Character length (bits) of USART. More... | |
#define | CONF_TEST_PARITY USART_NO_PARITY |
Parity mode of USART. More... | |
#define | CONF_TEST_STOPBITS USART_1_STOPBIT |
Stopbit configuration of USART. More... | |
#define CONF_TEST_BAUDRATE 57600 |
#define CONF_TEST_CHARLENGTH 8 |
#define CONF_TEST_PARITY USART_NO_PARITY |
#define CONF_TEST_STOPBITS USART_1_STOPBIT |