Bump cpp-linter/cpp-linter-action from 91cfe27ea9f72194d7a74c64bcd71f6613446cb1 to 948cea872508ea44123a1e3d8638a5b828a409af #129
Annotations
10 errors and 10 warnings
common/heap_4.c#L39
'config.h' file not found
|
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
|
common/heap_4.c#L106
variable 'ucHeap' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L140
variable 'xStart' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L140
variable 'pxEnd' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L140
variable 'pxEnd' provides global access to a non-const object; consider making the pointed-to data 'const'
|
common/heap_4.c#L144
variable 'xFreeBytesRemaining' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L145
variable 'xMinimumEverFreeBytesRemaining' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L146
variable 'xNumberOfSuccessfulAllocations' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L147
variable 'xNumberOfSuccessfulFrees' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L153
variable 'xBlockAllocatedBit' is non-const and globally accessible, consider making it const
|
common/heap_4.c#L157
function 'pvPortMalloc' has cognitive complexity of 39 (threshold 25)
|
This job succeeded
Loading