]> git.sur5r.net Git - freertos/blob - FreeRTOS/Source/portable/GCC/RISC-V-RV32/readme.txt
b94a43687184d028966342da4feeacb5cf2c36e5
[freertos] / FreeRTOS / Source / portable / GCC / RISC-V-RV32 / readme.txt
1 /*\r
2  * The FreeRTOS kernel's RISC-V port is split between the the code that is\r
3  * common across all currently supported RISC-V chips (implementations of the\r
4  * RISC-V ISA), and code which tailors the port to a specific RISC-V chip:\r
5  *\r
6  * + FreeRTOS\Source\portable\GCC\RISC-V-RV32\portASM.S contains the code that\r
7  *   is common to all currently supported RISC-V chips.  There is only one\r
8  *   portASM.S file because the same file is built for all RISC-V target chips.\r
9  *\r
10  * + Header files called freertos_risc_v_chip_specific_extensions.h contain the\r
11  *   code that tailors the FreeRTOS kernel's RISC-V port to a specific RISC-V\r
12  *   chip.  There are multiple freertos_risc_v_chip_specific_extensions.h files\r
13  *   as there are multiple RISC-V chip implementations.\r
14  *\r
15  * !!!NOTE!!!\r
16  * CARE MUST BE TAKEN TO INCLUDE THE CORRECT\r
17  * freertos_risc_v_chip_specific_extensions.h HEADER FILE FOR THE CHIP IN USE.\r
18  * If the chip in use includes a core local interrupter (CLINT) and does not\r
19  * include any chip specific register extensions then set the GNU assembler's\r
20  * include path such that the header file contained in the\r
21  * FreeRTOS\Source\portable\GCC\RISC-V-RV32 directory is the header file that is\r
22  * actually inlcuded.  Otherwise set the assembler's include patch to the\r
23  * sub-directory off of the\r
24  * FreeRTOS\Source\portable\GCC\RISC-V-RV32\chip_specific_extensions directory\r
25  * that contains the freertos_risc_v_chip_specific_extensions.h specific to the\r
26  * target chip.\r
27  *\r
28  */\r