From b4f9fa35c8fbac60ae5cd928bffafdbce5deca75 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 25 Mar 2022 00:27:05 +0900 Subject: [PATCH] qemu: Pull in I2C device emulation support for ARM targets This commit pulls in the patches required to support the emulation of the I2C devices (e.g. LSM303DLHC magnetometer) on the ARM targets. Signed-off-by: Stephanos Ioannidis --- meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb | 2 +- release-notes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb b/meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb index b3c0a029..4e70c3d6 100644 --- a/meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb +++ b/meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb @@ -5,7 +5,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f" -SRCREV = "59f1efa351fefd631650a9a49da64fa082103ac2" +SRCREV = "d68d2375d820106e38aad330aad46495a2dde885" SRC_URI = "git://github.com/zephyrproject-rtos/qemu.git;protocol=https;nobranch=1 \ https://github.com/zephyrproject-rtos/seabios/releases/download/zephyr-v1.0.0/bios-128k.bin;name=bios-128k \ https://github.com/zephyrproject-rtos/seabios/releases/download/zephyr-v1.0.0/bios-256k.bin;name=bios-256k \ diff --git a/release-notes.md b/release-notes.md index 3ffef173..c9dd6b5d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -4,6 +4,7 @@ - qemu: * Updated to QEMU 6.2 release. + * Added I2C device emulation support for ARM targets. ## Zephyr SDK 0.14.0