Skip to content

Commit 02f4f5b

Browse files
authored
Clarify QEMU dependency in newlib READMEs (#45)
A recent version of QEMU is required to run the sample, because of the dependency on details of semihosting implementation in QEMU.
1 parent 0fdf12a commit 02f4f5b

File tree

2 files changed

+6
-0
lines changed
  • arm-software/embedded/newlib-samples/src

2 files changed

+6
-0
lines changed

arm-software/embedded/newlib-samples/src/baremetal-semihosting-newlib/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ This sample shows how to use semihosting with
55
targeting the
66
[micro:bit board model](https://www.qemu.org/2019/05/22/microbit/)
77
using `newlib`.
8+
9+
A recent version of QEMU is required to run the sample, because of the
10+
dependency on details of semihosting implementation in QEMU.

arm-software/embedded/newlib-samples/src/cpp-baremetal-semihosting-newlib/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ This sample shows how to use semihosting with
55
targeting the
66
[micro:bit board model](https://www.qemu.org/2019/05/22/microbit/)
77
to build C++ programs with `newlib`.
8+
9+
A recent version of QEMU is required to run the sample, because of the
10+
dependency on details of semihosting implementation in QEMU.

0 commit comments

Comments
 (0)