mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
parent
06f3177249
commit
e2bd73caca
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ informed via _precise_ and resumable hardware exceptions.
|
|||
targeting various FPGA boards and toolchains to get started.
|
||||
* :package: The entire processor is also available as [Vivado IP Block](https://stnolting.github.io/neorv32/ug/#_packaging_the_processor_as_vivado_ip_block).
|
||||
* :kite: Support for [FreeRTOS](https://github.com/stnolting/neorv32-freertos),
|
||||
[Zephyr OS](https://docs.zephyrproject.org/latest/boards/riscv/neorv32/doc/index.html) and
|
||||
[Zephyr OS](https://docs.zephyrproject.org/latest/boards/others/neorv32/doc/index.html) and
|
||||
[LiteX](https://github.com/enjoy-digital/litex/wiki/CPUs#risc-v---neorv32) SoC Builder Framework.
|
||||
* :desktop_computer: Pre-configured [Eclipse project](https://stnolting.github.io/neorv32/ug/#_eclipse_ide) for developing and debugging code using an IDE.
|
||||
* :label: The project's change log is available in [CHANGELOG.md](https://github.com/stnolting/neorv32/blob/main/CHANGELOG.md).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
:sectnums:
|
||||
== Zephyr RTOS Support
|
||||
|
||||
The NEORV32 processor is supported by upstream Zephyr RTOS: https://docs.zephyrproject.org/latest/boards/riscv/neorv32/doc/index.html
|
||||
The NEORV32 processor is supported by upstream Zephyr RTOS: https://docs.zephyrproject.org/latest/boards/others/neorv32/doc/index.html
|
||||
|
||||
[IMPORTANT]
|
||||
The absolute path to the NEORV32 executable image generator binary (`.../neorv32/sw/image_gen`) has to be added to the `PATH` variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue