From 1d6c11fb0fa2a89d7d26062256ae252c4590681e Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Tue, 1 Sep 2020 08:54:18 +0800 Subject: [PATCH] bsp/nuclei: Add new bsp entry doc in README.md Signed-off-by: Huaqi Fang <578567190@qq.com> --- bsp/nuclei/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bsp/nuclei/README.md b/bsp/nuclei/README.md index 65e5dc655e..cd043b1527 100644 --- a/bsp/nuclei/README.md +++ b/bsp/nuclei/README.md @@ -1,16 +1,21 @@ # Nuclei RISC-V Processor Support Package -This directory provided support for [Nuclei RISC-V Processor](https://nucleisys.com/) based board, currently -we mainly provided the following support package. +This directory provided support for [Nuclei RISC-V Processor](https://nucleisys.com/) based board, +currently we mainly provided the following board support packages. | **BSP** | **Development Board Name** | | :----------------------------------- | :-------------------------------------------------------------------------------------------------------------------------- | | [gd32vf103_rvstar](gd32vf103_rvstar) | [Nuclei RV-STAR Arduino Compatible Development Board](https://www.riscv-mcu.com/quickstart-quickstart-index-u-RV_STAR.html) | +| [hbird_eval](hbird_eval) | [Nuclei HummingBird FPGA Evaluation Development Board](https://nucleisys.com/developboard.php) | **If you want to learn more about Nuclei Processors, please click the following links:** * [Professional RISC-V IPs](https://nucleisys.com/product.php) +* [Nuclei Open Source Software Organization in Github](https://github.com/Nuclei-Software/) +* [Nuclei Open Source Software Organization in Gitee](https://gitee.com/Nuclei-Software/) +* [RISC-V MCU Open Source Software Organization in Github](https://github.com/riscv-mcu/) +* [RISC-V MCU Open Source Software Organization in Gitee](https://gitee.com/riscv-mcu/) * [Professional Nuclei Processor Development Boards](https://nucleisys.com/developboard.php) * [Comprehensive Documents and Development Tools](https://nucleisys.com/download.php) * [Active RISC-V IP and MCU Community](https://www.rvmcu.com/) -* [Professional University Program](https://nucleisys.com/campus.php) \ No newline at end of file +* [Professional University Program](https://nucleisys.com/campus.php) -- GitLab