f8wCoord.cfg 837 B

12345678910111213141516171819202122232425
  1. /*
  2. * f8wCoord.cfg
  3. *
  4. * Compiler command-line options used to define a TI Z-Stack
  5. * Coordinator device. To move an option from here to the project
  6. * file, comment out or delete the option from this file and
  7. * enter it into the "Define Symbols" box under the Preprocessor
  8. * tab of the C/C++ Compiler Project Options. New user defined
  9. * options 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_APP_PENDING_QUEUE=TRUE
  17. -DMAC_CFG_TX_DATA_MAX=5
  18. -DMAC_CFG_TX_MAX=8
  19. -DMAC_CFG_RX_MAX=5
  20. /* Coordinator Settings */
  21. -DZDO_COORDINATOR // Coordinator Functions
  22. -DRTR_NWK // Router Functions