WIP: attempt to use iso7816_fsm + Cuart from firmware

Change-Id: I1d7c9371406ecfadc565fdf047dd935eceeee48f
This commit is contained in:
Harald Welte 2019-10-01 14:59:27 +02:00
parent 2f38cad876
commit 153961ebc3
2 changed files with 6 additions and 1 deletions

View File

@ -100,9 +100,10 @@ static void slotsim_set_power(struct ccid_slot *cs, bool enable)
{
if (enable) {
cs->icc_powered = true;
/* FIXME: What to do about ATR? */
cs->icc_in_reset = false;
} else {
cs->icc_powered = false;
cs->icc_in_reset = true;
}
}

View File

@ -83,6 +83,10 @@ OBJS += \
atmel_start.o \
ccid_common/ccid_proto.o \
ccid_common/ccid_device.o \
ccid_common/iso7816_fsm.o \
ccid_common/cuart.o \
ccid_common/ccid_slot_fsm.o \
cuart_driver_asf4_usart_async.o \
command.o \
dma_m2m/dma_memory.o \
driver_init.o \