UsefulLinks
Computer Science
Operating Systems
Real-Time Operating Systems
Zephyr RTOS
1. Introduction to Zephyr RTOS
2. Development Environment Setup
3. West Meta-Tool
4. Building Your First Application
5. Core Kernel Concepts
6. Configuration Systems
7. Device Driver Framework
8. System Services and Subsystems
9. Networking and Connectivity
10. Security Framework
11. Advanced System Features
3.
West Meta-Tool
3.1.
Introduction to West
3.1.1.
Purpose and Capabilities
3.1.2.
Command Structure Overview
3.1.3.
Integration with Zephyr Workflow
3.2.
West Workspace Management
3.2.1.
Initializing a West Workspace
3.2.2.
Workspace Directory Structure
3.2.3.
Manifest File Overview
3.2.4.
Manifest File Configuration
3.3.
Source Code and Module Management
3.3.1.
Fetching Source Code
3.3.2.
Updating Modules
3.3.3.
Adding New Modules
3.3.4.
Removing Modules
3.3.5.
Module Dependencies
Previous
2. Development Environment Setup
Go to top
Next
4. Building Your First Application