Unit test configuration.
Copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
Unit test configuration | |
#define | CONF_TEST_USART CONSOLE_UART |
USART to redirect STDIO to. More... | |
#define | CONF_TEST_BAUDRATE 115200 |
Baudrate of USART. More... | |
#define | CONF_TEST_CHARLENGTH US_MR_CHRL_8_BIT |
Character length (bits) of USART. More... | |
#define | CONF_TEST_PARITY US_MR_PAR_NO |
Parity mode of USART. More... | |
#define | CONF_TEST_STOPBITS US_MR_NBSTOP_1_BIT |
Stopbit configuration of USART. More... | |
#define CONF_TEST_BAUDRATE 115200 |
#define CONF_TEST_CHARLENGTH US_MR_CHRL_8_BIT |
#define CONF_TEST_PARITY US_MR_PAR_NO |
#define CONF_TEST_STOPBITS US_MR_NBSTOP_1_BIT |
#define CONF_TEST_USART CONSOLE_UART |