FreeCalypso > hg > fc-magnetite
comparison components/aciext-tcs3 @ 477:f65a4399093d
hybrid config: re-enabled obscure AT commands which require TI_PS_FF_* flags
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 14 Jun 2018 03:04:53 +0000 |
parents | 825d15577a21 |
children | ad7f986afae3 |
comparison
equal
deleted
inserted
replaced
476:43853399dbee | 477:f65a4399093d |
---|---|
57 | 57 |
58 CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT" | 58 CPPFLAGS="$CPPFLAGS -DSMS_PDU_SUPPORT" |
59 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" | 59 CPPFLAGS="$CPPFLAGS -DSIM_TOOLKIT" |
60 CPPFLAGS="$CPPFLAGS -DDTI2" | 60 CPPFLAGS="$CPPFLAGS -DDTI2" |
61 | 61 |
62 # FreeCalypso additions to make the TCS3.2 version | |
63 # behave more like TCS211 | |
64 | |
65 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECP" | |
66 CPPFLAGS="$CPPFLAGS -DTI_PS_FF_AT_P_CMD_SECS" | |
67 | |
62 # Includes | 68 # Includes |
63 | 69 |
64 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 70 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" |
65 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 71 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" |
66 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 72 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" |