Micrium components, usually known by their trade names such as uCµC/OS-III, are included in the BSP in the form of individual software libraries. This allows a project to include only the required components. As a minimum the ucos_common
library and one kernel either ucos_osii
or ucos_osiii
must be selected. The ucos_standalone
library is also recommended, otherwise the included standalone drivers won't be able to compile properly.
...