10 #ifndef __FREEMASTER_CFG_H 11 #define __FREEMASTER_CFG_H 17 #define FMSTR_PLATFORM_CORTEX_M 1 20 #define FMSTR_DEMO_ENOUGH_ROM 1 21 #define FMSTR_DEMO_LARGE_ROM 1 22 #define FMSTR_DEMO_SUPPORT_I64 1 23 #define FMSTR_DEMO_SUPPORT_FLT 1 24 #define FMSTR_DEMO_SUPPORT_DBL 1 28 #define FMSTR_DISABLE 0 31 #define FMSTR_LONG_INTR 0 32 #define FMSTR_SHORT_INTR 1
33 #define FMSTR_POLL_DRIVEN 0
50 #define FMSTR_TRANSPORT FMSTR_SERIAL 51 #define FMSTR_SERIAL_DRV FMSTR_SERIAL_MCUX_UART
58 #define FMSTR_FLEXCAN_TXMB 0 59 #define FMSTR_FLEXCAN_RXMB 1 62 #define FMSTR_COMM_BUFFER_SIZE 0 65 #define FMSTR_COMM_RQUEUE_SIZE 32 68 #define FMSTR_USE_APPCMD 1 69 #define FMSTR_APPCMD_BUFF_SIZE 32
70 #define FMSTR_MAX_APPCMD_CALLS 4
73 #define FMSTR_USE_SCOPE 2 74 #define FMSTR_MAX_SCOPE_VARS 8
77 #define FMSTR_USE_RECORDER 2 80 #define FMSTR_REC_BUFF_SIZE 1024 83 #define FMSTR_REC_TIMEBASE FMSTR_REC_BASE_MILLISEC(0) 84 #define FMSTR_REC_FLOAT_TRIG 1
87 #define FMSTR_USE_TSA 1 88 #define FMSTR_USE_TSA_INROM 1
89 #define FMSTR_USE_TSA_SAFETY 1
90 #define FMSTR_USE_TSA_DYNAMIC 1
93 #define FMSTR_USE_PIPES 3 96 #define FMSTR_USE_READMEM 1 97 #define FMSTR_USE_WRITEMEM 1
98 #define FMSTR_USE_WRITEMEMMASK 1
108 #define FMSTR_USE_HASHED_PASSWORDS 0