feat: Replaced gcc allocator with FreeRTOS allocator for secure world #117
Annotations
10 errors and 10 warnings
arch/riscv32/fe310/src/sparkfun_redboard/nonsecure/main_ns.c#L40
'FreeRTOS.h' file not found
|
arch/riscv32/fe310/src/sparkfun_redboard/nonsecure/Bridge_Freedom-metal_FreeRTOS.c#L5
'FreeRTOS.h' file not found
|
arch/riscv32/fe310/src/freedom-metal/src/init.c#L4
'metal/init.h' file not found
|
arch/riscv32/fe310/src/freedom-metal/src/prci.c#L4
'metal/machine.h' file not found
|
arch/riscv32/fe310/src/freedom-metal/src/hpm.c#L4
'metal/drivers/riscv_cpu.h' file not found
|
arch/riscv32/fe310/src/freedom-metal/src/spi.c#L4
'metal/machine.h' file not found
|
arch/riscv32/fe310/src/freedom-metal/src/time.c#L4
'metal/time.h' file not found
|
arch/riscv32/fe310/src/freedom-metal/src/cache.c#L4
'metal/cache.h' file not found
|
arch/riscv32/fe310/src/freedom-metal/src/pwm.c#L4
'metal/machine.h' file not found
|
arch/riscv32/fe310/src/freedom-metal/src/synchronize_harts.c#L4
'metal/cpu.h' file not found
|
common/heap_4.c#L117
variable 'ucHeap' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L151
variable 'xStart' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L151
variable 'pxEnd' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L151
variable 'pxEnd' provides global access to a non-const object; consider making the pointed-to data 'const'
|
common/heap_4.c#L155
variable 'xFreeBytesRemaining' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L156
variable 'xMinimumEverFreeBytesRemaining' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L157
variable 'xNumberOfSuccessfulAllocations' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L158
variable 'xNumberOfSuccessfulFrees' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L164
variable 'xBlockAllocatedBit' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L168
function 'pvPortMalloc' has cognitive complexity of 39 (threshold 25)
|
This job succeeded
Loading