Browse Source

arch: common: update RISC-V semihosting spec link

Replace dead link in arch/common/Kconfig.

Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
pull/92325/merge
Gaetan Perrot 1 week ago committed by Daniel DeGrasse
parent
commit
239007632c
  1. 2
      arch/common/Kconfig

2
arch/common/Kconfig

@ -12,7 +12,7 @@ config SEMIHOST @@ -12,7 +12,7 @@ config SEMIHOST
a host computer that is running a debugger.
Additional information can be found in:
https://developer.arm.com/documentation/dui0471/m/what-is-semihosting-
https://github.com/riscv/riscv-semihosting-spec/blob/main/riscv-semihosting-spec.adoc
https://github.com/riscv-non-isa/riscv-semihosting/blob/main/riscv-semihosting.adoc
This option is compatible with hardware and with QEMU, through the
(automatic) use of the -semihosting-config switch when invoking it.

Loading…
Cancel
Save