..
blake2s
Remove types.h in favor of standard libs such as stdint, stddef
2024-11-08 14:55:18 +01:00
assert.c
fw: Break out htif functions for qemu to separate files
2024-11-08 14:55:20 +01:00
assert.h
fw: clang-tidy and splint: New make target: check
2023-03-22 11:05:32 +01:00
auth_app.c
WIP auth app
2024-11-08 14:55:20 +01:00
auth_app.h
WIP auth app
2024-11-08 14:55:20 +01:00
firmware.lds
fw: load app at the start of RAM
2023-03-14 10:25:03 +01:00
flash.c
Optimize SPI functions, lowering ROM usage by 70 bytes.
2024-11-08 14:58:57 +01:00
flash.h
Import spi.[ch] and flash.[ch]
2024-11-08 14:55:19 +01:00
htif.c
fw: Break out htif functions for qemu to separate files
2024-11-08 14:55:20 +01:00
htif.h
fw: Break out htif functions for qemu to separate files
2024-11-08 14:55:20 +01:00
led.c
Remove types.h in favor of standard libs such as stdint, stddef
2024-11-08 14:55:18 +01:00
led.h
Remove types.h in favor of standard libs such as stdint, stddef
2024-11-08 14:55:18 +01:00
lib.c
fw: use bool as return type for memeq
2024-11-08 14:55:21 +01:00
lib.h
fw: use bool as return type for memeq
2024-11-08 14:55:21 +01:00
main.c
Temporarily override the blake2s trampoline
2024-11-08 14:55:22 +01:00
Makefile
Remove types.h in favor of standard libs such as stdint, stddef
2024-11-08 14:55:18 +01:00
mgmt_app.c
WIP management app
2024-11-08 14:55:21 +01:00
mgmt_app.h
WIP management app
2024-11-08 14:55:21 +01:00
partition_table.c
WIP partition table
2024-11-08 14:55:20 +01:00
partition_table.h
WIP partition table
2024-11-08 14:55:20 +01:00
preload_app.c
Implement preload_store
2024-11-08 14:55:22 +01:00
preload_app.h
Implement preload_store
2024-11-08 14:55:22 +01:00
proto.c
fw: Break out htif functions for qemu to separate files
2024-11-08 14:55:20 +01:00
proto.h
temp commit: Expose write functions to make development easier
2024-11-08 14:55:20 +01:00
rng.c
fw: break out trng and xorwow to rng.[ch]
2024-11-08 14:55:20 +01:00
rng.h
fw: break out trng and xorwow to rng.[ch]
2024-11-08 14:55:20 +01:00
spi.c
Optimize SPI functions, lowering ROM usage by 70 bytes.
2024-11-08 14:58:57 +01:00
spi.h
Optimize SPI functions, lowering ROM usage by 70 bytes.
2024-11-08 14:58:57 +01:00
start.S
fw: zeroise FW-RAM instead of RAM
2024-06-12 18:11:10 +02:00
state.h
Add fw state and fw cmd to trigger a start of a preloaded app
2024-11-08 14:55:20 +01:00
storage.c
storage: add erase command
2024-11-08 14:58:57 +01:00
storage.h
storage: add erase command
2024-11-08 14:58:57 +01:00
syscall.c
storage: add erase command
2024-11-08 14:58:57 +01:00
syscall.h
storage: add erase command
2024-11-08 14:58:57 +01:00