Skip to content

Commit 2320e52

Browse files
committed
Update
Signed-off-by: Serg Podtynnyi <serg@podtynnyi.com>
1 parent ccda0c9 commit 2320e52

File tree

146 files changed

+192
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+192
-192
lines changed

arch/risc-v/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ config ARCH_CHIP_EIC7700X
368368
---help---
369369
ESWIN EIC7700X SoC.
370370

371-
config ARCH_CHIP_RP23XX_RISCV
371+
config ARCH_CHIP_RP23XX_RV
372372
bool "Raspberry Pi RP23XX RISC-V"
373373
select ARCH_RV32
374374
select ARCH_RV_ISA_M
@@ -565,7 +565,7 @@ config ARCH_CHIP
565565
default "k230" if ARCH_CHIP_K230
566566
default "sg2000" if ARCH_CHIP_SG2000
567567
default "eic7700x" if ARCH_CHIP_EIC7700X
568-
default "rp23xx-riscv" if ARCH_CHIP_RP23XX_RISCV
568+
default "rp23xx-rv" if ARCH_CHIP_RP23XX_RV
569569

570570
config ARCH_RISCV_INTXCPT_EXTENSIONS
571571
bool "RISC-V Integer Context Extensions"
@@ -809,8 +809,8 @@ endif
809809
if ARCH_CHIP_EIC7700X
810810
source "arch/risc-v/src/eic7700x/Kconfig"
811811
endif
812-
if ARCH_CHIP_RP23XX_RISCV
813-
source "arch/risc-v/src/rp23xx-riscv/Kconfig"
812+
if ARCH_CHIP_RP23XX_RV
813+
source "arch/risc-v/src/rp23xx-rv/Kconfig"
814814
endif
815815

816816
endif # ARCH_RISCV

arch/risc-v/include/rp23xx-riscv/chip.h renamed to arch/risc-v/include/rp23xx-rv/chip.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/include/rp23xx-riscv/chip.h
2+
* arch/risc-v/include/rp23xx-rv/chip.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
@@ -20,7 +20,7 @@
2020
*
2121
****************************************************************************/
2222

23-
#ifndef __ARCH_RISCV_INCLUDE_RP23XX_RISCV_CHIP_H
24-
#define __ARCH_RISCV_INCLUDE_RP23XX_RISCV_CHIP_H
23+
#ifndef __ARCH_RISCV_INCLUDE_RP23XX_RV_CHIP_H
24+
#define __ARCH_RISCV_INCLUDE_RP23XX_RV_CHIP_H
2525

26-
#endif /* __ARCH_RISCV_INCLUDE_RP23XX_RISCV_CHIP_H */
26+
#endif /* __ARCH_RISCV_INCLUDE_RP23XX_RV_CHIP_H */

arch/risc-v/include/rp23xx-riscv/i2c_slave.h renamed to arch/risc-v/include/rp23xx-rv/i2c_slave.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/include/rp23xx-riscv/i2c_slave.h
2+
* arch/risc-v/include/rp23xx-rv/i2c_slave.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/include/rp23xx-riscv/irq.h renamed to arch/risc-v/include/rp23xx-rv/irq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/include/rp23xx-riscv/irq.h
2+
* arch/risc-v/include/rp23xx-rv/irq.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/include/rp23xx-riscv/watchdog.h renamed to arch/risc-v/include/rp23xx-rv/watchdog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/include/rp23xx-riscv/watchdog.h
2+
* arch/risc-v/include/rp23xx-rv/watchdog.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/Make.defs renamed to arch/risc-v/src/rp23xx-rv/Make.defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# arch/risc-v/src/rp23xx-riscv/Make.defs
2+
# arch/risc-v/src/rp23xx-rv/Make.defs
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#

arch/risc-v/src/rp23xx-riscv/chip.h renamed to arch/risc-v/src/rp23xx-rv/chip.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/chip.h
2+
* arch/risc-v/src/rp23xx-rv/chip.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*
@@ -20,8 +20,8 @@
2020
*
2121
****************************************************************************/
2222

23-
#ifndef __ARCH_RISCV_SRC_RP23XX_RISCV_CHIP_H
24-
#define __ARCH_RISCV_SRC_RP23XX_RISCV_CHIP_H
23+
#ifndef __ARCH_RISCV_SRC_RP23XX_RV_CHIP_H
24+
#define __ARCH_RISCV_SRC_RP23XX_RV_CHIP_H
2525

2626
/****************************************************************************
2727
* Included Files
@@ -35,7 +35,7 @@
3535

3636
/* Include the chip capabilities file */
3737

38-
#include <arch/rp23xx-riscv/chip.h>
38+
#include <arch/rp23xx-rv/chip.h>
3939

4040
/****************************************************************************
4141
* Macro Definitions
@@ -44,4 +44,4 @@
4444
#ifdef __ASSEMBLY__
4545

4646
#endif /* __ASSEMBLY__ */
47-
#endif /* __ARCH_RISCV_SRC_RP23XX_RISCV_CHIP_H */
47+
#endif /* __ARCH_RISCV_SRC_RP23XX_RV_CHIP_H */

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_accessctrl.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_accessctrl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_accessctrl.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_accessctrl.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_adc.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_adc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_adc.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_adc.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_bootram.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_bootram.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_bootram.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_bootram.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_busctrl.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_busctrl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_busctrl.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_busctrl.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_clocks.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_clocks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_clocks.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_clocks.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_coresight_trace.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_coresight_trace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_coresight_trace.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_coresight_trace.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_dma.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_dma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_dma.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_dma.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_dreq.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_dreq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_dreq.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_dreq.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_glitch_detector.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_glitch_detector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_glitch_detector.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_glitch_detector.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_hazard3.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_hazard3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_hazard3.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_hazard3.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_hstx_ctrl.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_hstx_ctrl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_hstx_ctrl.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_hstx_ctrl.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_hstx_fifo.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_hstx_fifo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_hstx_fifo.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_hstx_fifo.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_i2c.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_i2c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_i2c.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_i2c.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_intctrl.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_intctrl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_intctrl.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_intctrl.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_io_bank0.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_io_bank0.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_io_bank0.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_io_bank0.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_io_qspi.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_io_qspi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_io_qspi.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_io_qspi.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_memorymap.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_memorymap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_memorymap.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_memorymap.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_otp.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_otp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_otp.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_otp.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_otp_data.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_otp_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_otp_data.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_otp_data.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_pads_bank0.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_pads_bank0.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_pads_bank0.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_pads_bank0.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_pads_qspi.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_pads_qspi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_pads_qspi.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_pads_qspi.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_pio.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_pio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_pio.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_pio.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_pll.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_pll.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_pll.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_pll.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_powman.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_powman.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_powman.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_powman.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_psm.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_psm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_psm.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_psm.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_pwm.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_pwm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_pwm.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_pwm.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_qmi.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_qmi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_qmi.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_qmi.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_resets.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_resets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_resets.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_resets.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_rosc.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_rosc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_rosc.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_rosc.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_rp_ap.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_rp_ap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_rp_ap.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_rp_ap.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_sha256.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_sha256.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_sha256.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_sha256.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_sio.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_sio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_sio.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_sio.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_spi.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_spi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_spi.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_spi.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_tbman.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_tbman.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_tbman.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_tbman.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_ticks.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_ticks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_ticks.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_ticks.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_timer.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_timer.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_timer.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_trng.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_trng.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_trng.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_trng.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_uart.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_uart.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_uart.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_uart.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_usbctrl_dpsram.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_usbctrl_dpsram.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_usbctrl_dpsram.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_usbctrl_dpsram.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_usbctrl_regs.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_usbctrl_regs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_usbctrl_regs.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_usbctrl_regs.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_watchdog.h renamed to arch/risc-v/src/rp23xx-rv/hardware/rp23xx_watchdog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* arch/risc-v/src/rp23xx-riscv/hardware/rp23xx_watchdog.h
2+
* arch/risc-v/src/rp23xx-rv/hardware/rp23xx_watchdog.h
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

0 commit comments

Comments
 (0)