You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
* common across all currently supported RISC-V chips (implementations of the
32
32
* RISC-V ISA), and code that tailors the port to a specific RISC-V chip:
33
33
*
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
35
35
* is common to all currently supported RISC-V chips. There is only one
36
36
* portASM.S file because the same file is built for all RISC-V target chips.
37
37
*
@@ -46,7 +46,7 @@
46
46
* compiler's!) include path. For example, if the chip in use includes a core
47
47
* local interrupter (CLINT) and does not include any chip specific register
48
48
* extensions then add the path below to the assembler's include path:
Copy file name to clipboardExpand all lines: portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
* common across all currently supported RISC-V chips (implementations of the
32
32
* RISC-V ISA), and code that tailors the port to a specific RISC-V chip:
33
33
*
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
35
35
* is common to all currently supported RISC-V chips. There is only one
36
36
* portASM.S file because the same file is built for all RISC-V target chips.
37
37
*
@@ -46,7 +46,7 @@
46
46
* compiler's!) include path. For example, if the chip in use includes a core
47
47
* local interrupter (CLINT) and does not include any chip specific register
48
48
* extensions then add the path below to the assembler's include path:
0 commit comments