Makefile
上传用户:joranyuan
上传日期:2022-06-23
资源大小:3306k
文件大小:1k
源码类别:

网络

开发平台:

Others

  1. # ZMAC_DEBUG = debug at mac level
  2. # ZMAC_TIME_SYNC = zmac time sync debug
  3. # ZMAC_TIMER = zmac tdma timer debug
  4. # ZMAC_ECN = zmac ecn debug
  5. # DEBUG = basic drand debug
  6. # ES_DEBUG = essential debug, only the results (frame, slot) printed
  7. # HELLO_DEBUG = debug of hello world
  8. # DRAND_DEBUG = debug of drand
  9. # FRAME_DEBUG = debug of frame phase
  10. # REPORT_DEBUG = debug of report phase
  11. # APP_DEBUG = debug of application
  12. # LDEBUG = LED debug
  13. COMPONENT=MultiHopTtestC
  14. #PFLAGS= -I%T/lib/MintRoute -I%T/lib/Queue -I%T/lib/Broadcast -DZMAC_DEBUG -DZMAC_BACKOFF -DZMAC_TIMER -DSEND_RATE=$(SEND_RATE) -DSELECTHCL=0 -DZMAC_TIME_SYNC
  15. PFLAGS= -I%T/lib/MintRoute -I../../tos/types -I%T/lib/Queue -I%T/lib/Broadcast -DSEND_RATE=$(SEND_RATE) -DSELECTHCL=1 -DAPP_DEBUG -DSLEEPTIME=0 -DPREAMBLELEN=0
  16. # -DZMAC_DEBUG -DZMAC_TIME_SYNC -DZMAC_TIMER
  17. #PFLAGS= -I%T/lib/MintRoute -I%T/lib/Queue -I%T/lib/Broadcast -DSEND_RATE=$(SEND_RATE) -DAPP_DEBUG
  18. #PFLAGS= -I%T/lib/Route -I%T/lib/Queue -I%T/lib/Broadcast -DAPP_DEBUG -DSEND_RATE=$(SEND_RATE)
  19. # for the old mint route
  20. include ../Makezmac