fw: Move tk1_mem.h to tkey-libs

From now on the canonical home of the tk1_mem.h header file describing
the memory map of the TKey lives in tkey-libs:

https://github.com/tillitis/tkey-libs
This commit is contained in:
Michael Cardell Widerkrantz 2025-03-07 15:36:53 +01:00
parent cd1a089763
commit 3dbc31f54c
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
8 changed files with 8 additions and 154 deletions

View file

@ -71,7 +71,8 @@ ASFLAGS = \
-target riscv32-unknown-none-elf \
-march=rv32iczmmul \
-mabi=ilp32 \
-mno-relax
-mno-relax \
-I $(LIBDIR)/include
ICE40_SIM_CELLS = $(shell yosys-config --datdir/ice40/cells_sim.v)