#ifndef __FREEMASTER_CFG_H
#define __FREEMASTER_CFG_H
#define FMSTR_LONG_INTR 0
#define FMSTR_SHORT_INTR 0
#define FMSTR_POLL_DRIVEN 1
#define FMSTR_USE_SCI 1
#define FMSTR_USE_PDBDM 0
#define FMSTR_SCI_BASE 0x4006C000
#define FMSTR_COMM_BUFFER_SIZE 200
#define FMSTR_COMM_RQUEUE_SIZE 32
#define FMSTR_USE_APPCMD 0
#define FMSTR_APPCMD_BUFF_SIZE 32
#define FMSTR_MAX_APPCMD_CALLS 4
#define FMSTR_USE_SCOPE 1
#define FMSTR_MAX_SCOPE_VARS 8
#define FMSTR_USE_RECORDER 1
#define FMSTR_MAX_REC_VARS 8
#define FMSTR_REC_BUFF_SIZE 8192
#define FMSTR_REC_TIMEBASE FMSTR_REC_BASE_MILLISEC(0)
#define FMSTR_REC_FLOAT_TRIG 0
#define FMSTR_USE_TSA 0
#define FMSTR_USE_TSA_SAFETY 0
#define FMSTR_USE_TSA_INROM 0
#define FMSTR_BYTE_BUFFER_ACCESS 1
#endif