Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 3.05

...

Task message queue services in µC/OS-III start with the OSTaskQ???() prefix, and services available to the application programmer are described in µC/OS-III API Reference. Setting OS_CFG_TASK_Q_EN to DEF_ENABLED in os_cfg.h enables task message queue services. The code for task message queue management is found in os_task.c.

...