feat(extiotest): Add testing tool for real EXTIO devices

A small but helpful tool to run a quick functional test
of a real EXTIO device connected to the target machine.
This commit is contained in:
icex2
2023-06-25 13:24:07 +02:00
committed by icex2
parent db2d71e13c
commit ec374ec291
2 changed files with 64 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
exes += extiotest \
libs_extiotest := \
extiodrv \
extio \
util \
src_extiotest := \
main.c \