Skip to content

Commit 2fc1dd5

Browse files
moonlight83340danieldegrasse
authored andcommitted
arch: common: semihost: update RISC-V semihosting spec link
Replace dead link in include/zephyr/arch/common/semihost.h. Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
1 parent 2390076 commit 2fc1dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/arch/common/semihost.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* https://github.com/ARM-software/abi-aa/blob/main/semihosting/semihosting.rst
99
*
1010
* RISC-V semihosting also follows these conventions:
11-
* https://github.com/riscv/riscv-semihosting-spec/blob/main/riscv-semihosting-spec.adoc
11+
* https://github.com/riscv-non-isa/riscv-semihosting/blob/main/riscv-semihosting.adoc
1212
*/
1313

1414
/**

0 commit comments

Comments
 (0)