makefile along with a src/ directory containing the complete C source code. Before compiling, it is recommended to review the configuration documentation below to set up the environment correctly. The following guides provide step-by-step instructions for configuring the build environment:
| Configuration Guides | ||
|---|---|---|
| 🛠️ | Makefile Configuration | Covers makefile targets, compiler flags, newlib selection (NANO / NOSTD), and how to configure the build for different hardware platforms. |
| 🐛 | User Debug Configuration | Explains how to configure debug modules, log levels, and active debug mode to filter and control runtime log output across drivers and application code. |