Static library of uC/OS-III for Cortex-M architectures.
Source code is copied unmodified from following sources and packaged into an archive.
- uC/OS-III: https://github.com/weston-embedded/uC-OS3.git
- uC/CPU: https://github.com/weston-embedded/uC-CPU.git
- uC/LIB: https://github.com/weston-embedded/uC-LIB.git
Details are documented in the uC/OS-III manual, specifically Chapter 2: Directories and Files.
The projects above are licensed under the Apache License 2.0. See the LICENSE file for the full license text and NOTICE file (if applicable) for attribution details.
This project is not affiliated with, endorsed by, or sponsored by the original authors or owners of uC/OS-III.
make supported: list supported cpusmake <cpu>: build for cpumake: build for all cpus
├── arch architecture-specific
├── cfg compile-time configuration options
├── inc global include directory
├── lib uC/LIB components
├── Makefile
└── src OS-specific (architecture-agnostic)