Showing Posts With Tag
I2c
- 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...