CI-CD Updates (#768)
* Use new version of CI-CD Actions * Use cSpell spell check, and use ubuntu-20.04 for formatting check * Format and spell check all files in the portable directory * Remove the https:// from #errors and #warnings as uncrustify attempts to change it to /* * Use checkout@v3 instead of checkout@v2 on all jobs ---------
This commit is contained in:
@ -54,16 +54,16 @@
|
||||
#ifndef __FREERTOS_RISC_V_EXTENSIONS_H__
|
||||
#define __FREERTOS_RISC_V_EXTENSIONS_H__
|
||||
|
||||
#define portasmHAS_SIFIVE_CLINT 1
|
||||
#define portasmHAS_MTIME 1
|
||||
#define portasmADDITIONAL_CONTEXT_SIZE 0 /* Must be even number on 32-bit cores. */
|
||||
#define portasmHAS_SIFIVE_CLINT 1
|
||||
#define portasmHAS_MTIME 1
|
||||
#define portasmADDITIONAL_CONTEXT_SIZE 0 /* Must be even number on 32-bit cores. */
|
||||
|
||||
portasmSAVE_ADDITIONAL_REGISTERS MACRO
|
||||
/* No additional registers to save, so this macro does nothing. */
|
||||
ENDM
|
||||
/* No additional registers to save, so this macro does nothing. */
|
||||
ENDM
|
||||
|
||||
portasmRESTORE_ADDITIONAL_REGISTERS MACRO
|
||||
/* No additional registers to restore, so this macro does nothing. */
|
||||
/* No additional registers to restore, so this macro does nothing. */
|
||||
ENDM
|
||||
|
||||
#endif /* __FREERTOS_RISC_V_EXTENSIONS_H__ */
|
||||
|
Reference in New Issue
Block a user