f8wRouter.cfg 768 B

123456789101112131415161718192021222324
  1. /*
  2. * f8wRouter.cfg
  3. *
  4. * Compiler command-line options used to define a TI Z-Stack
  5. * Router 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. /* Router Settings */
  21. -DRTR_NWK // Router Functions