PFLAGS += -fnesc-mc-stateinto the application Makefile. Note that this flag is required
CFLAGS += -DSAFETY CFLAGS += -DLIVENESS CFLAGS += -D(SYMBOL)into the application Makefile. Note that for SAFETY and LIVENESS flags, whether either one or both are added depends on which kinds of properties to be checked. (SYMBOL) denotes the [Application symbol] used as the argument of "preprocessing" perl script.
CFLAGS += -DADCON (ADC is on) CFLAGS += -DUARTON (UART is on) CFLAGS += -DSIM_CC2420 (Byte-level transmission is activated, but do not recommend to use this option due to its impediment for high-level property checking)into the application Makefile.
CFLAGS += -DSIM_ASSIST_COMMinto the application Makefile.
CFLAGS += -DSIM_ASSIST_TIMERinto the application Makefile.
CFLAGS += -DTIMESYNCinto the application Makefile. Note that this is a special case.