Microchip® Advanced Software Framework

conf_test.h File Reference

Unit test configuration.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include "board.h"

Macros

Unit test 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

Baudrate of USART.

Note
57600 baud

Referenced by main().

#define CONF_TEST_CHARLENGTH   8

Character length (bits) of USART.

Note
8-bit character length

Referenced by main().

#define CONF_TEST_PARITY   USART_NO_PARITY

Parity mode of USART.

Note
No parity check

Referenced by main().

#define CONF_TEST_STOPBITS   USART_1_STOPBIT

Stopbit configuration of USART.

Note
No extra stopbit, i.e., use 1

Referenced by main().

#define CONF_TEST_USART   USART

USART to redirect STDIO to.

Note
Using USART

Referenced by main().