Showing Posts With Tag
Cpp
- October 20, 2024
Custom SPI peripheral in QEMU
In previous posts the process for creating a custom [memory mapped](../ldd-custom-qemu-device/) and [I2C](../qemu-custom-i2c-peripheral/) peripheral in QEMU was shown. In this post we will go throug...
- June 9, 2024
Integrating support for custom QEMU peripherals in Yocto
In the previous posts a [custom memory-mapped peripheral](../ldd-custom-qemu-device/) was introduced, together with the [Linux device driver](../ldd-linux-device-driver/) for it and a [userspace appl...
- May 26, 2024
Custom I2C peripheral in QEMU
QEMU supports creating various peripherals, not only the [memory-mapped](../ldd-custom-qemu-device/) shown in previous posts. In this post we will go through the process of creating a new I2C periph...
- May 19, 2024
Userspace application for QEMU custom memory-mapped device
_This is part 3 of the Linux device driver development post series._ In the [previous post](../ldd-linux-device-driver/) the structure of a Linux device driver for the custom memory-mapped periphera...