Skip to content

Commit

Permalink
doc: update nmsis doc appendix
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Nov 2, 2023
1 parent c8e8c31 commit 2018e5b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
1 change: 1 addition & 0 deletions NMSIS/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build
DOXYDIR = $(BUILDDIR)/html/doxygen
# require NUCLEI_SDK_ROOT environment variable to be set to root of Nuclei SDK
HTTPSERVER ?= $(NUCLEI_SDK_ROOT)/tools/scripts/nsdk_cli/httpserver.py

# Put it first so that "make" without argument is like "make help".
Expand Down
31 changes: 22 additions & 9 deletions NMSIS/doc/source/appendix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,41 @@ Appendix

* **Nuclei Tools and Documents**: https://nucleisys.com/download.php

* **Nuclei riscv-openocd Repo**: https://github.com/riscv-mcu/riscv-openocd
* **Nuclei Software Opensource Organization**: https://github.com/Nuclei-Software

* **Nuclei riscv-binutils-gdb**: https://github.com/riscv-mcu/riscv-binutils-gdb
* **RISC-V MCU Opensource Organization**: https://github.com/riscv-mcu

* **Nuclei riscv-gnu-toolchain**: https://github.com/riscv-mcu/riscv-gnu-toolchain
* **Nuclei Toolchain Repo**: https://github.com/riscv-mcu/riscv-gnu-toolchain

* **Nuclei riscv-newlib**: https://github.com/riscv-mcu/riscv-newlib
* **Nuclei OpenOCD Repo**: https://github.com/riscv-mcu/riscv-openocd

* **Nuclei riscv-gcc**: https://github.com/riscv-mcu/riscv-gcc
* **Nuclei QEMU Repo**: https://github.com/riscv-mcu/qemu

* **Nuclei SDK**: https://github.com/Nuclei-Software/nuclei-sdk

* **NMSIS**: https://doc.nucleisys.com/nmsis/

* **Nuclei Bumblebee Core Document**: https://github.com/nucleisys/Bumblebee_Core_Doc
* **NMSIS**: https://github.com/Nuclei-Software/NMSIS

* **Nuclei RISC-V IP Products**: https://www.nucleisys.com/product.php

* **RISC-V MCU Community Website**: https://www.riscv-mcu.com/

* **Nuclei Spec**: https://doc.nucleisys.com/nuclei_spec
* **Nuclei RISC-V CPU Spec**: https://doc.nucleisys.com/nuclei_spec

* **RISC-V ISA Specfications(Ratified)**: https://riscv.org/technical/specifications

* **RISC-V Architecture Profiles**: https://github.com/riscv/riscv-profiles

* **RISC-V Bitmanip(B) Extension Spec**: https://github.com/riscv/riscv-bitmanip

* **RISC-V Packed SIMD(P) Extension Spec**: https://github.com/riscv/riscv-p-spec

* **RISC-V Cryptography(K) Extension Spec**: https://github.com/riscv/riscv-crypto

* **RISC-V Vector(V) Extension Spec**: https://github.com/riscv/riscv-v-spec

* **RISC-V Vector Intrinsic API Spec**: https://github.com/riscv-non-isa/rvv-intrinsic-doc

* **RISC-V ISA Extension Spec Status**: https://wiki.riscv.org/display/HOME/Specification+Status

* **Nuclei Bumblebee Core Document**: https://github.com/nucleisys/Bumblebee_Core_Doc

0 comments on commit 2018e5b

Please sign in to comment.