]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
Update libraries and sundry check-ins ready for the V10.3.0 kernel release.
[freertos] / FreeRTOS / Source / portable / GCC / RISC-V / chip_specific_extensions / RV32I_CLINT_no_extensions / freertos_risc_v_chip_specific_extensions.h
index 3333a7cfce78a66500859b61c862b1d3e5a86932..995ec79379f055ffd77469351dab84107fc92756 100644 (file)
 #ifndef __FREERTOS_RISC_V_EXTENSIONS_H__\r
 #define __FREERTOS_RISC_V_EXTENSIONS_H__\r
 \r
-#define portasmHAS_CLINT 1\r
+#define portasmHAS_SIFIVE_CLINT 1\r
+#define portasmHAS_MTIME 1\r
 #define portasmADDITIONAL_CONTEXT_SIZE 0 /* Must be even number on 32-bit cores. */\r
 \r
 .macro portasmSAVE_ADDITIONAL_REGISTERS\r
        /* No additional registers to save, so this macro does nothing. */\r
        .endm\r
 \r
-/* Restore the additional registers found on the Pulpino. */\r
 .macro portasmRESTORE_ADDITIONAL_REGISTERS\r
        /* No additional registers to restore, so this macro does nothing. */\r
        .endm\r