f8wEndev.cfg 644 B

123456789101112131415161718192021
  1. /*
  2. * f8wEndev.cfg
  3. *
  4. * Compiler command-line options used to define a TI Z-Stack
  5. * End Device. To move an option from here to the project file,
  6. * comment out or delete the option from this file and enter it
  7. * into the "Define Symbols" box under the Preprocessor tab of
  8. * the C/C++ Compiler Project Options. New user defined options
  9. * may be added to this file, as necessary.
  10. *
  11. */
  12. /* Common To All Applications */
  13. -DCPU32MHZ // CC2530s Run at 32MHz
  14. -DROOT=__near_func // MAC/ZMAC code in NEAR
  15. /* MAC Settings */
  16. -DMAC_CFG_TX_DATA_MAX=3
  17. -DMAC_CFG_TX_MAX=6
  18. -DMAC_CFG_RX_MAX=3