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
2.
Development Environment Setup
2.1.
Host Operating System Requirements
2.1.1.
Linux Development Environment
2.1.2.
Windows Development Environment
2.1.3.
macOS Development Environment
2.2.
Installing Development Dependencies
2.2.1.
Required Toolchains
2.2.2.
Python Environment Setup
2.2.3.
Required Python Packages
2.2.4.
CMake Installation
2.2.5.
Ninja Build System
2.3.
Zephyr SDK Installation
2.3.1.
SDK Download Process
2.3.2.
SDK Installation Steps
2.3.3.
SDK Components Overview
2.3.4.
SDK Tools and Utilities
2.3.5.
SDK Updates and Maintenance
2.4.
Version Control Setup
2.4.1.
Git Installation and Configuration
2.4.2.
Cloning Zephyr Repositories
2.4.3.
Branch Management
2.4.4.
Remote Repository Management
Previous
1. Introduction to Zephyr RTOS
Go to top
Next
3. West Meta-Tool