testfw: Add support for USB Mode Protocol

This commit is contained in:
Michael Cardell Widerkrantz 2025-02-10 17:20:01 +01:00
parent f68414c4aa
commit aedd6102ea
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
2 changed files with 69 additions and 16 deletions

View file

@ -142,6 +142,7 @@ TESTFW_OBJS = \
$(P)/fw/testfw/start.o \
$(P)/fw/tk1/proto.o \
$(P)/fw/tk1/lib.o \
$(P)/fw/tk1/assert.o \
$(P)/fw/tk1/blake2s/blake2s.o
#-------------------------------------------------------------------