tillitis-key/hw/application_fpga/fw
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
..
testfw testfw: clang format 2023-03-16 15:08:36 +01:00
tk1 fw: clang-tidy and splint: New make target: check 2023-03-22 11:05:32 +01:00
.clang-format Make initial public release 2022-09-19 08:51:11 +02:00
tk1_mem.h fw: load app at the start of RAM 2023-03-14 10:25:03 +01:00