Microchip® Advanced Software Framework

conf_test.h File Reference

Unit test configuration.

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

Macros

Unit test configuration
#define CONF_TEST_UART   CONSOLE_UART
 UART to redirect STDIO. More...
 
#define CONF_TEST_BAUDRATE   115200
 Baudrate of UART. More...
 
#define CONF_TEST_PARITY   UART_MR_PAR_NO
 Parity mode of UART. More...
 

#define CONF_TEST_BAUDRATE   115200

Baudrate of UART.

Baudrate setting.

Referenced by main().

#define CONF_TEST_PARITY   UART_MR_PAR_NO

Parity mode of UART.

Parity setting.

Referenced by main().

#define CONF_TEST_UART   CONSOLE_UART

UART to redirect STDIO.

UART Interface.

Referenced by is_serial_output_done(), and main().