tillitis-key/hw/application_fpga
Michael Cardell Widerkrantz c443ef8a3e
fw: clang-tidy and splint: New make target: check
Add clang-tidy and splint static analytics check. For now, we use only
the cert-* warnings on clang-tidy and run splint with a lot of flags
to allow more things.

Changes to silence these analytics:

- Stop returning stuff from our debug print functions. We don't check
  them anyway and we don't have any way of detecting transmission
  failure.

- Declare more things static that isn't used outside of a file.

- Change types to be more consistent, typically to size_t or
  something or to uint32_t.
2023-03-22 11:05:32 +01:00
..
core Update fw ram last address to match new mem size 2023-03-08 13:31:45 +01:00
data Rename to TK1 2022-10-26 09:20:02 +02:00
fw fw: clang-tidy and splint: New make target: check 2023-03-22 11:05:32 +01:00
rtl bank1 access should also be disabled by default. 2023-03-13 12:43:07 +01:00
tb Rename to TK1 2022-10-26 09:20:02 +02:00
tools Correct to new path 2023-01-13 15:42:46 +01:00
config.vlt Config verilator lint to ignore known 3rd-party warnings; let warnings be fatal 2023-03-01 13:37:31 +01:00
Makefile fw: clang-tidy and splint: New make target: check 2023-03-22 11:05:32 +01:00