os_viewc.h
上传用户:yj_qqy
上传日期:2017-01-28
资源大小:2911k
文件大小:1k
源码类别:

uCOS

开发平台:

C/C++

  1. /*
  2. *********************************************************************************************************
  3. *                                               uC/OS-View
  4. *
  5. *                                 (c) Copyright 2005, Micrium, Weston, FL
  6. *                                           All Rights Reserved
  7. *
  8. *                                            ST STM32 (Cortex-M3)
  9. *                                             IAR C Compiler
  10. *
  11. *
  12. * Filename   : OS_VIEWc.H
  13. * Version    : V1.21
  14. * Programmer : JJL
  15. *********************************************************************************************************
  16. */
  17. /*
  18. *********************************************************************************************************
  19. *                                              CONSTANTS
  20. *********************************************************************************************************
  21. */
  22. #define  OS_VIEW_RX_BUF_SIZE             128   /* Rx buffer size (should not need to change)       */
  23. #define  OS_VIEW_TX_BUF_SIZE             128    /* Tx buffer size (should not need to change)       */
  24. #define  OS_VIEW_TX_STR_SIZE             128    /* Tx string size (should not need to change)       */