Skip to content

Commit 8e55968

Browse files
pabigotgalak
authored andcommitted
doc: correct path to boards/riscv
The board area was renamed from riscv32 to riscv back in July to accommodate riscv64 support. Fix the remaining references in documentation. Signed-off-by: Peter Bigot <[email protected]>
1 parent 40fbff6 commit 8e55968

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

boards/riscv/rv32m1_vega/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,13 +457,13 @@ first make sure you're booting the right core.
457457

458458
1. In one terminal, use OpenOCD to connect to the board::
459459

460-
~/rv32m1-openocd -f boards/riscv32/rv32m1_vega/support/openocd_rv32m1_vega_ri5cy.cfg
460+
~/rv32m1-openocd -f boards/riscv/rv32m1_vega/support/openocd_rv32m1_vega_ri5cy.cfg
461461

462462
The output should look like this:
463463

464464
.. code-block:: none
465465

466-
$ ~/rv32m1-openocd -f boards/riscv32/rv32m1_vega/support/openocd_rv32m1_vega_ri5cy.cfg
466+
$ ~/rv32m1-openocd -f boards/riscv/rv32m1_vega/support/openocd_rv32m1_vega_ri5cy.cfg
467467
Open On-Chip Debugger 0.10.0+dev-00431-ge1ec3c7d (2018-10-31-07:29)
468468
[...]
469469
Info : Listening on port 3333 for gdb connections

doc/conf.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -392,16 +392,16 @@
392392
('boards/nios2/altera_max10/doc/board', 'boards/nios2/altera_max10/doc/index'),
393393
('boards/nios2/qemu_nios2/doc/board', 'boards/nios2/qemu_nios2/doc/index'),
394394
('boards/posix/native_posix/doc/board', 'boards/posix/native_posix/doc/index'),
395-
('boards/riscv32/hifive1/doc/hifive1', 'boards/riscv/hifive1/doc/index'),
396-
('boards/riscv32/m2gl025_miv/doc/m2g1025_miv', 'boards/riscv/m2gl025_miv/doc/index'),
397-
('boards/riscv32/qemu_riscv32/doc/board', 'boards/riscv/qemu_riscv32/doc/index'),
398-
('boards/riscv32/zedboard_pulpino/doc/zedboard_pulpino', 'boards/riscv/zedboard_pulpino/doc/index'),
399-
('boards/riscv32/hifive1/doc/index', 'boards/riscv/hifive1/doc/index'),
400-
('boards/riscv32/hifive1_revb/doc/index', 'boards/riscv/hifive1_revb/doc/index'),
401-
('boards/riscv32/litex_vexriscv/doc/litex_vexriscv', 'boards/riscv/litex_vexriscv/doc/litex_vexriscv'),
402-
('boards/riscv32/m2gl025_miv/doc/index', 'boards/riscv/m2gl025_miv/doc/index'),
403-
('boards/riscv32/qemu_riscv32/doc/index', 'boards/riscv/qemu_riscv32/doc/index'),
404-
('boards/riscv32/rv32m1_vega/doc/index', 'boards/riscv/rv32m1_vega/doc/index'),
395+
('boards/riscv/hifive1/doc/hifive1', 'boards/riscv/hifive1/doc/index'),
396+
('boards/riscv/m2gl025_miv/doc/m2g1025_miv', 'boards/riscv/m2gl025_miv/doc/index'),
397+
('boards/riscv/qemu_riscv32/doc/board', 'boards/riscv/qemu_riscv32/doc/index'),
398+
('boards/riscv/zedboard_pulpino/doc/zedboard_pulpino', 'boards/riscv/zedboard_pulpino/doc/index'),
399+
('boards/riscv/hifive1/doc/index', 'boards/riscv/hifive1/doc/index'),
400+
('boards/riscv/hifive1_revb/doc/index', 'boards/riscv/hifive1_revb/doc/index'),
401+
('boards/riscv/litex_vexriscv/doc/litex_vexriscv', 'boards/riscv/litex_vexriscv/doc/litex_vexriscv'),
402+
('boards/riscv/m2gl025_miv/doc/index', 'boards/riscv/m2gl025_miv/doc/index'),
403+
('boards/riscv/qemu_riscv32/doc/index', 'boards/riscv/qemu_riscv32/doc/index'),
404+
('boards/riscv/rv32m1_vega/doc/index', 'boards/riscv/rv32m1_vega/doc/index'),
405405
('boards/x86/arduino_101/doc/board', 'boards/x86/arduino_101/doc/index'),
406406
('boards/x86/galileo/doc/galileo', 'boards/x86/galileo/doc/index'),
407407
('boards/x86/minnowboard/doc/minnowboard', 'boards/x86/minnowboard/doc/index'),

0 commit comments

Comments
 (0)