This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Hoernchen gerrit-no-reply at lists.osmocom.orgHello laforge,
I'd like you to do a code review. Please visit
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16263
to review the following change.
Change subject: WIP: attempt to use iso7816_fsm + Cuart from firmware
......................................................................
WIP: attempt to use iso7816_fsm + Cuart from firmware
Change-Id: I9d65428edbd3e6c978024a255a65d4531f556f62
---
M ccid_host/ccid_slot_sim.c
M sysmoOCTSIM/gcc/Makefile
2 files changed, 6 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/63/16263/1
diff --git a/ccid_host/ccid_slot_sim.c b/ccid_host/ccid_slot_sim.c
index 1bd514a..dc33114 100644
--- a/ccid_host/ccid_slot_sim.c
+++ b/ccid_host/ccid_slot_sim.c
@@ -100,9 +100,10 @@
{
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;
}
}
diff --git a/sysmoOCTSIM/gcc/Makefile b/sysmoOCTSIM/gcc/Makefile
index 595fd62..4840fea 100644
--- a/sysmoOCTSIM/gcc/Makefile
+++ b/sysmoOCTSIM/gcc/Makefile
@@ -83,6 +83,10 @@
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 \
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/16263
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I9d65428edbd3e6c978024a255a65d4531f556f62
Gerrit-Change-Number: 16263
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191127/2c9486ce/attachment.htm>