Skip to content

Commit 874fa7b

Browse files
authored
Removing the old -RV32 directory name from parts of the documentation (#1196)
1 parent 7e419c2 commit 874fa7b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* common across all currently supported RISC-V chips (implementations of the
3232
* RISC-V ISA), and code that tailors the port to a specific RISC-V chip:
3333
*
34-
* + FreeRTOS\Source\portable\GCC\RISC-V-RV32\portASM.S contains the code that
34+
* + FreeRTOS\Source\portable\GCC\RISC-V\portASM.S contains the code that
3535
* is common to all currently supported RISC-V chips. There is only one
3636
* portASM.S file because the same file is built for all RISC-V target chips.
3737
*
@@ -46,7 +46,7 @@
4646
* compiler's!) include path. For example, if the chip in use includes a core
4747
* local interrupter (CLINT) and does not include any chip specific register
4848
* extensions then add the path below to the assembler's include path:
49-
* FreeRTOS\Source\portable\GCC\RISC-V-RV32\chip_specific_extensions\RV32I_CLINT_no_extensions
49+
* FreeRTOS\Source\portable\GCC\RISC-V\chip_specific_extensions\RV32I_CLINT_no_extensions
5050
*
5151
*/
5252

portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* common across all currently supported RISC-V chips (implementations of the
3232
* RISC-V ISA), and code that tailors the port to a specific RISC-V chip:
3333
*
34-
* + FreeRTOS\Source\portable\GCC\RISC-V-RV32\portASM.S contains the code that
34+
* + FreeRTOS\Source\portable\GCC\RISC-V\portASM.S contains the code that
3535
* is common to all currently supported RISC-V chips. There is only one
3636
* portASM.S file because the same file is built for all RISC-V target chips.
3737
*
@@ -46,7 +46,7 @@
4646
* compiler's!) include path. For example, if the chip in use includes a core
4747
* local interrupter (CLINT) and does not include any chip specific register
4848
* extensions then add the path below to the assembler's include path:
49-
* FreeRTOS\Source\portable\GCC\RISC-V-RV32\chip_specific_extensions\RV32I_CLINT_no_extensions
49+
* FreeRTOS\Source\portable\GCC\RISC-V\chip_specific_extensions\RV32I_CLINT_no_extensions
5050
*
5151
*/
5252

portable/GCC/RISC-V/chip_specific_extensions/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* common across all currently supported RISC-V chips (implementations of the
44
* RISC-V ISA), and code that tailors the port to a specific RISC-V chip:
55
*
6-
* + FreeRTOS\Source\portable\GCC\RISC-V-RV32\portASM.S contains the code that
6+
* + FreeRTOS\Source\portable\GCC\RISC-V\portASM.S contains the code that
77
* is common to all currently supported RISC-V chips. There is only one
88
* portASM.S file because the same file is built for all RISC-V target chips.
99
*
@@ -18,6 +18,6 @@
1818
* compiler's!) include path. For example, if the chip in use includes a core
1919
* local interrupter (CLINT) and does not include any chip specific register
2020
* extensions then add the path below to the assembler's include path:
21-
* FreeRTOS\Source\portable\GCC\RISC-V-RV32\chip_specific_extensions\RV32I_CLINT_no_extensions
21+
* FreeRTOS\Source\portable\GCC\RISC-V\chip_specific_extensions\RV32I_CLINT_no_extensions
2222
*
2323
*/

portable/GCC/RISC-V/portASM.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* RISC-V ISA), and code which tailors the port to a specific RISC-V chip:
3333
*
3434
* + The code that is common to all RISC-V chips is implemented in
35-
* FreeRTOS\Source\portable\GCC\RISC-V-RV32\portASM.S. There is only one
35+
* FreeRTOS\Source\portable\GCC\RISC-V\portASM.S. There is only one
3636
* portASM.S file because the same file is used no matter which RISC-V chip is
3737
* in use.
3838
*

portable/GCC/RISC-V/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* common across all currently supported RISC-V chips (implementations of the
44
* RISC-V ISA), and code that tailors the port to a specific RISC-V chip:
55
*
6-
* + FreeRTOS\Source\portable\GCC\RISC-V-RV32\portASM.S contains the code that
6+
* + FreeRTOS\Source\portable\GCC\RISC-V\portASM.S contains the code that
77
* is common to all currently supported RISC-V chips. There is only one
88
* portASM.S file because the same file is built for all RISC-V target chips.
99
*
@@ -18,6 +18,6 @@
1818
* compiler's!) include path. For example, if the chip in use includes a core
1919
* local interrupter (CLINT) and does not include any chip specific register
2020
* extensions then add the path below to the assembler's include path:
21-
* FreeRTOS\Source\portable\GCC\RISC-V-RV32\chip_specific_extensions\RV32I_CLINT_no_extensions
21+
* FreeRTOS\Source\portable\GCC\RISC-V\chip_specific_extensions\RV32I_CLINT_no_extensions
2222
*
2323
*/

0 commit comments

Comments
 (0)