From 2871e445cac5dc3bc11780617a4fd5fe2e277a10 Mon Sep 17 00:00:00 2001 From: Juhan Jin Date: Mon, 30 Sep 2024 03:01:06 -0500 Subject: [PATCH 1/2] Added an article about riscv static call development Signed-off-by: Juhan Jin --- articles/20240930-riscv-static-call-dev.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 articles/20240930-riscv-static-call-dev.md diff --git a/articles/20240930-riscv-static-call-dev.md b/articles/20240930-riscv-static-call-dev.md new file mode 100644 index 0000000..857b29b --- /dev/null +++ b/articles/20240930-riscv-static-call-dev.md @@ -0,0 +1 @@ +# RISC-V Static Call 开发手册 -- Gitee From 2f74be3fb2434f52f1bc6ce9b85b9b23190ccd79 Mon Sep 17 00:00:00 2001 From: Juhan Jin Date: Mon, 30 Sep 2024 03:07:09 -0500 Subject: [PATCH 2/2] Added an article about riscv static call test Signed-off-by: Juhan Jin --- articles/20240930-riscv-static-call-test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 articles/20240930-riscv-static-call-test.md diff --git a/articles/20240930-riscv-static-call-test.md b/articles/20240930-riscv-static-call-test.md new file mode 100644 index 0000000..2660a83 --- /dev/null +++ b/articles/20240930-riscv-static-call-test.md @@ -0,0 +1 @@ +# RISC-V Static Call 测试报告 -- Gitee