Unit test configuration.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include "compiler.h"
Macros | |
Unit test configuration | |
#define | CONF_TEST_USART &AVR32_USART1 |
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 |
#define CONF_TEST_USART &AVR32_USART1 |