tillitis-key/hw/application_fpga/fw/testapp
Michael Cardell Widerkrantz 20b008d20e
Add filesystem code and storage syscalls
Adds syscalls:

- ALLOCATE_AREA
- DEALLOCATE_AREA
- WRITE_DATA
- READ_DATA

and code to access the filesystem and the flash over SPI.

Based on original work by Daniel Jobson <jobson@tillitis.see> for
these files:

- auth_app.[ch]
- flash.[ch]
- spi.[ch]
- partition_table.[ch]
- rng.[ch]
- storage.[ch]

which are used with small changes to integrate with the new syscall
method.

Co-authored-by: Daniel Jobson <jobson@tillitis.se>
Co-authored-by: Mikael Ågren <mikael@tillitis.se>
2025-04-08 11:00:59 +02:00
..
app.lds testfw/testapp: Break out tests running in app mode into separate app 2025-02-27 14:27:12 +01:00
crt0.S testfw/testapp: Break out tests running in app mode into separate app 2025-02-27 14:27:12 +01:00
main.c Add filesystem code and storage syscalls 2025-04-08 11:00:59 +02:00
Makefile fw: Build with tkey-libs 2025-03-13 11:07:36 +01:00
syscall.h Add filesystem code and storage syscalls 2025-04-08 11:00:59 +02:00
syscall.S testapp: Add syscalls 2025-02-27 14:29:06 +01:00