neorv32/sw/openocd
2025-04-12 10:33:49 +02:00
..
authentication.cfg [openocd] add helper scripts 2025-02-02 18:52:51 +01:00
interface.cfg [openocd] set default adapter speed to 8MHz 2025-04-12 10:33:49 +02:00
openocd_neorv32.cfg [openocd] split configuration files 2025-02-02 18:52:05 +01:00
openocd_neorv32.dual_core.cfg [openocd] split configuration files 2025-02-02 18:52:05 +01:00
README.md [openocd] add helper scripts 2025-02-02 18:52:51 +01:00
target.cfg [openocd] add helper scripts 2025-02-02 18:52:51 +01:00

NEORV32 OpenOCD Scripts

  • openocd_neorv32.cfg For the default single-core processor configuration
  • openocd_neorv32.dual_core.cfg For the SMP dual-core processor configuration

Helper Scripts

The helper scripts are called by the main OpenOCD configuration files. Hence, these scripts are not meant for stand-alone operation.

  • authentication.cfg Authenticate debug access via the RISC-V DM authentication commands. Modify this file (but not the helper procedures) if you are using a custom/non-default authenticator processor hardware module.
  • interface.cfg Physical adapter configuration. Adjust this file to match your specific adapter board.
  • target.cfg CPU core(s) and GDB configuration. This file should not be altered.