Feature/arbitrary apdu application (#580)

* Added application to send an arbitrary APDU string of hex-ASCII
This commit is contained in:
Steve Karg
2024-02-23 09:24:05 -06:00
committed by GitHub
parent fd2c49bf65
commit 33c7df249a
7 changed files with 522 additions and 1 deletions
+4
View File
@@ -77,6 +77,10 @@ ack-alarm:
add-list-element:
$(MAKE) -s -C apps $@
.PHONY: apdu
apdu:
$(MAKE) -s -C apps $@
.PHONY: blinkt
blinkt:
$(MAKE) -s -C apps $@