A Dive into Zephyr Device Driver Model
Offered By: Linux Foundation via YouTube
Course Description
Overview
Explore the Zephyr Device Driver Model in this informative conference talk. Dive deep into the second most crucial aspect of an operating system: how peripherals are exposed to users, enabling OS access to the external world. Discover Zephyr's simple yet flexible device driver model, which is tightly integrated with the device tree (DTS), making hardware porting efficient and straightforward. Through real-world use cases and a developer's perspective, gain insights into the model's structure, device sections, macros, and boottime subsystems. Learn about the life cycle of device drivers, both native and ported from existing HALs. Understand kernel economics, device tree implementation, and device instances. Explore improvements and naming conventions in Zephyr's device driver model, and get answers to common questions in this comprehensive presentation.
Syllabus
Introduction
Back in 2015
No drivers
Dedicated driver model
Structure
Device Section
Array
Device Sections
Macros
Boottime subsystems
kernel economics
use case
create instances
device tree
device instances
other improvements
name thingy
Any questions
Taught by
Linux Foundation
Tags
Related Courses
Linux kernel Module and driver Programming for x86Udemy How to Use USB FTDI D2XX Drivers for Computer I/O Applications
Kevin Darrah via YouTube NuttX for Embedded Linux Developers
Linux Foundation via YouTube An Introduction to EdgeX Foundry
Linux Foundation via YouTube How to Avoid Writing Device Drivers for Embedded Linux
Linux Foundation via YouTube