mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
update prebuilt GCC toolchain references
This commit is contained in:
parent
9f6dca6b26
commit
0fa433d432
2 changed files with 1 additions and 2 deletions
|
@ -76,7 +76,6 @@ targeting various FPGA boards and toolchains to get started.
|
|||
| FPGA implementations | [neorv32-setups](https://github.com/stnolting/neorv32-setups) | [](https://github.com/stnolting/neorv32-setups/actions?query=workflow%3AImplementation) |
|
||||
| All-Verilog version | [neorv32-verilog](https://github.com/stnolting/neorv32-verilog) | [](https://github.com/stnolting/neorv32-verilog/actions/workflows/main.yml) |
|
||||
| FreeRTOS port | [neorv32-freertos](https://github.com/stnolting/neorv32-freertos) | [](https://github.com/stnolting/neorv32-freertos/actions/workflows/main.yml) |
|
||||
| Prebuilt GCC toolchains | [riscv-gcc-prebuilt](https://github.com/stnolting/riscv-gcc-prebuilt) | [](https://github.com/stnolting/riscv-gcc-prebuilt/actions/workflows/main.yml) |
|
||||
|
||||
The processor passes the official RISC-V architecture tests to ensure compatibility with the RISC-V ISA specs., which is checked by the
|
||||
[neorv32-riscof](https://github.com/stnolting/neorv32-riscof) repository. It can successfully run _any_ C program
|
||||
|
|
|
@ -18,7 +18,7 @@ are executed. Whenever an unexpected situation occurs, the application code is i
|
|||
The software framework of the processor comes with application makefiles, software libraries for all CPU
|
||||
and processor features, a bootloader, a runtime environment and several example programs - including a port
|
||||
of the CoreMark MCU benchmark and the official RISC-V architecture test suite. RISC-V GCC is used as
|
||||
default toolchain (https://github.com/stnolting/riscv-gcc-prebuilt[prebuilt toolchains are also provided]).
|
||||
default toolchain.
|
||||
|
||||
Check out the processor's **https://stnolting.github.io/neorv32/ug[online User Guide]**
|
||||
that provides hands-on tutorials to get you started.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue