Attention is currently required from: laforge.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42481?usp=email
to look at the new patch set (#4).
The following approvals got outdated and were removed: Verified-1 by Jenkins Builder
Change subject: firmware: replace libosmocore fsm timers ......................................................................
firmware: replace libosmocore fsm timers
Concurrent access from main loop and the different uart irqs was not going well and caused crashes. The libosmocore fsm does still allocate one internal timer, but it is not used by the firmware, so libosmocore will not touch the rbtree.
This clashes with the host build which does not have jiffies, and is pretty much a burden because it requires special casing code due to the completely different targets even though it was last used many years ago and might not even work, so disable it.
Additionally ignore checkpatch jiffies complaints because we're trying to do firmware here.
Closes: SYS#7877 Change-Id: Id2bd67b3946bb451008965f0b68b4a919f4d10bd --- M .checkpatch.conf M ccid_common/ccid_slot_fsm.c M ccid_common/cuart.c M ccid_common/cuart.h M ccid_common/iso7816_fsm.c M contrib/jenkins.sh M sysmoOCTSIM/main.c 7 files changed, 61 insertions(+), 46 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/81/42481/4