neorv32/sw
stnolting 3e4899210f
Some checks failed
Documentation / SW Framework (push) Has been cancelled
Documentation / Datasheet (push) Has been cancelled
Processor / processor simulation (push) Has been cancelled
Documentation / Deploy to Releases and Pages (push) Has been cancelled
[sw/common] generalize system tools
2025-04-13 21:02:24 +02:00
..
bootloader [sw] rename SPI/TWI transfer functions 2025-03-14 22:44:45 +01:00
common [sw/common] generalize system tools 2025-04-13 21:02:24 +02:00
example [processor_check] add build info 2025-04-13 08:06:33 +02:00
image_gen
lib [sw/lib] add NEORV32_GIT_TAG define 2025-04-13 08:06:19 +02:00
ocd-firmware
openocd [openocd] set default adapter speed to 8MHz 2025-04-12 10:33:49 +02:00
svd [svd] update (and fix) PWM module 2025-04-12 22:50:04 +02:00
README.md

Software Framework

This folder provides the core, hardware abstraction layer, drivers, etc. of the NEORV32 software framework.

> bootloader

Source(s) of the default NEORV32 bootloader. A pre-built image is already installed into the rtl design via the rtl/core/neorv32_bootloader_image.vhd file.

> common

NEORV32-specific common files for all bootloader and application programs: linker script for executable generation and processor start-up code.

> example

Several example programs for testing and for getting started.

> image_gen

This folder contains a simple program that is used to create NEORV32 executables (for upload via bootloader) and VHDL memory initialization files (for memory-persistent applications and for the bootloader). This program is automatically compiled using the native GCC when invoking one of the application compilation makefiles.

> lib

Core libraries (sources and header files) and helper functions for using the processor peripherals and the CPU itself.

> ocd-firmware

Firmware (debugger "park loop") for the on-chip debugger. This folder is just for documenting the source code. Modifying the sources is not recommended as this could break the on-chip debugger.

> openocd

Configuration file for openOCD to connect to the NEORV32 on-chip debugger via JTAG.

> svd

Contains a CMSIS-SVD compatible system view description file including all peripherals.