tillitis-key/hw/application_fpga/fw/tk1
Michael Cardell Widerkrantz d77654bb8e
fw: No .data or .bss segment
We don't use any .data or .bss segment at all to keep all the firmware
variables in the stack in protected fw_ram.

Signed-off-by: Daniel Lublin <daniel@lublin.se>
2023-03-14 10:25:02 +01:00
..
blake2s Rename to TK1 2022-10-26 09:20:02 +02:00
assert.c fw: Run forever_redflash() when aborting from asserts 2023-03-14 10:25:01 +01:00
assert.h fw: Safer memory functions + asserts 2023-03-14 10:25:01 +01:00
firmware.lds fw: No .data or .bss segment 2023-03-14 10:25:02 +01:00
led.c fw: Move LED defines and function to own files 2023-03-14 10:25:01 +01:00
led.h fw: Move LED defines and function to own files 2023-03-14 10:25:01 +01:00
lib.c fw: Hide HTIF functions better when using NOCONSOLE 2023-03-14 10:25:01 +01:00
lib.h fw: Hide HTIF functions better when using NOCONSOLE 2023-03-14 10:25:01 +01:00
main.c fw/testfw: Use fw_ram for firmware stack 2023-03-14 10:25:02 +01:00
Makefile fw: Move LED defines and function to own files 2023-03-14 10:25:01 +01:00
proto.c fw: Add destination buffer size to read() 2023-03-14 10:25:00 +01:00
proto.h fw: Remove state init_loading, introduce state fail 2023-03-14 10:25:02 +01:00
start.S fw: No .data or .bss segment 2023-03-14 10:25:02 +01:00
types.h fw: Introduce an explicit state machine - changes protocol! 2022-11-28 16:17:19 +01:00