Is there any documentation relates to the riscv-gnu-toolchain ?

This page summarizes the projects mentioned and recommended in the original post on /r/RISCV

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • neorv32

    :rocket: A tiny, customizable and extensible MCU-class 32-bit RISC-V soft-core CPU and microcontroller-like SoC written in platform-independent VHDL.

  • In most cases the start-up code (called crt0) is responsible of doing all the required (hardware) initialization before the C-runtime can take over (setting up the stack pointer, initializing hardware, preparing certain memory sections and so on). Here is an example of one exemplary crt0 start-up code: https://github.com/stnolting/neorv32/blob/master/sw/common/crt0.S

  • riscv-asm-manual

    RISC-V Assembly Programmer's Manual

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • riscv-c-api-doc

    Documentation of the RISC-V C API

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts