Skip to content

Commit 0115907

Browse files
committed
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 <[email protected]>
1 parent 6e7d5d6 commit 0115907

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
55
LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
66
file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f"
77

8-
SRCREV = "59f1efa351fefd631650a9a49da64fa082103ac2"
8+
SRCREV = "d68d2375d820106e38aad330aad46495a2dde885"
99
SRC_URI = "git://github.com/zephyrproject-rtos/qemu.git;protocol=https;nobranch=1 \
1010
https://github.com/zephyrproject-rtos/seabios/releases/download/zephyr-v1.0.0/bios-128k.bin;name=bios-128k \
1111
https://github.com/zephyrproject-rtos/seabios/releases/download/zephyr-v1.0.0/bios-256k.bin;name=bios-256k \

release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- qemu:
66
* Updated to QEMU 6.2 release.
7+
* Added I2C device emulation support for ARM targets.
78

89
## Zephyr SDK 0.14.0
910

0 commit comments

Comments
 (0)