選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

40 行
1.4 KiB

  1. /*
  2. *********************************************************************************************************
  3. * uC/OS-II
  4. * The Real-Time Kernel
  5. *
  6. * Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
  7. *
  8. * SPDX-License-Identifier: APACHE-2.0
  9. *
  10. * This software is subject to an open source license and is distributed by
  11. * Silicon Laboratories Inc. pursuant to the terms of the Apache License,
  12. * Version 2.0 available at www.apache.org/licenses/LICENSE-2.0.
  13. *
  14. *********************************************************************************************************
  15. */
  16. /*
  17. *********************************************************************************************************
  18. * Filename : ucos_ii.c
  19. * Version : V2.93.01
  20. *********************************************************************************************************
  21. */
  22. #define OS_GLOBALS /* Declare GLOBAL variables */
  23. #include <ucos_ii.h>
  24. #define OS_MASTER_FILE /* Prevent the following files from including includes.h */
  25. #include <os_core.c>
  26. #include <os_flag.c>
  27. #include <os_mbox.c>
  28. #include <os_mem.c>
  29. #include <os_mutex.c>
  30. #include <os_q.c>
  31. #include <os_sem.c>
  32. #include <os_task.c>
  33. #include <os_time.c>
  34. #include <os_tmr.c>