mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 00:37:44 -04:00
Update GCC RISC-V QEMU project to support new RISC-V port and vector mode (#780)
This commit is contained in:
parent
2b956b97c7
commit
673d3d7eea
10 changed files with 195 additions and 28 deletions
4
.github/scripts/core_checker.py
vendored
4
.github/scripts/core_checker.py
vendored
|
@ -280,8 +280,8 @@ FREERTOS_IGNORED_FILES = [
|
|||
'platform.c',
|
||||
'platform.h',
|
||||
'platform_config.h',
|
||||
'FreeRTOS_asm_vectors.S'
|
||||
|
||||
'FreeRTOS_asm_vectors.S',
|
||||
'gdbinit'
|
||||
]
|
||||
|
||||
FREERTOS_HEADER = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue