Skip to content

docs: Add research purpose notice to README #359

docs: Add research purpose notice to README

docs: Add research purpose notice to README #359

Triggered via push September 3, 2026 17:19
Status Success
Total duration 1m 36s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
arch/cortex-m23/m2351/src/NuBL2/main.c:214:37 [cppcoreguidelines-avoid-magic-numbers]: arch/cortex-m23/m2351/src/NuBL2/main.c#L214
115200 is a magic number; consider replacing it with a named constant
arch/cortex-m23/m2351/src/NuBL2/main.c:21:28 [cppcoreguidelines-avoid-non-const-global-variables]: arch/cortex-m23/m2351/src/NuBL2/main.c#L21
variable 's_NuBL3xFwInfo' is non-const and globally accessible, consider making it const
arch/riscv32/bl808/src/components/mm/mem.h:88:26 [cppcoreguidelines-avoid-non-const-global-variables]: arch/riscv32/bl808/src/components/mm/mem.h#L88
variable 'g_memheap' is non-const and globally accessible, consider making it const
arch/riscv32/bl808/src/components/mm/mem.h:21:9 [bugprone-reserved-identifier]: arch/riscv32/bl808/src/components/mm/mem.h#L21
declaration uses identifier '__BFLB_MM_MEM_H', which is a reserved identifier