aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-18fix compilation with gcc-11HEADmasterHarald Welte1-1/+1
2022-05-25contrib/jenkins.sh: skip upload if nothing newOliver Smith1-8/+16
2021-12-08slot fsm: fake ccid setparameter responseEric Wild1-0/+16
2021-12-08slot fsm: rearrange fsm cb events to make debugging easierEric Wild1-3/+9
2021-11-30update test expectations to follow Change-Id: I5f39c0fe82cbfa6f2bc4b84784a714...Joachim Steiger1-65/+3
2021-11-30jenkins: build libosmocore without loggingEric Wild1-1/+1
2021-11-307816 fsm: emphasize the inner workings of the static msgb macroEric Wild1-3/+3
2021-11-27debug usb-cdc uart: disable it.Eric Wild4-4/+27
2021-11-27makefile: disable libosmocore logging functionsEric Wild1-0/+2
2021-11-27ccid usb handler: fix init flagEric Wild1-1/+1
2021-11-27sim slots: omit interrupt disabling for status pollingEric Wild1-1/+3
2021-09-27remove unused dmacEric Wild2-12/+4
2021-09-27proper xosc startup delayEric Wild1-1/+1
2021-09-27internal ul32k instead of external 32k oscEric Wild4-18/+18
2021-09-27sychronize atmel start config with the headersEric Wild5-56/+105
2021-09-16config: adjust dfll48m (usb) to match the docsEric Wild1-3/+3
2021-07-30add script to generate a inititial osmo-bankd slotconfig sorted by usb pathJoachim Steiger1-0/+19
2021-07-01cuart: move generic paramete reset upon powerdown to where it belongsEric Wild2-6/+12
2021-06-29cuart: reset on poweroffEric Wild1-0/+6
2021-06-247816 fsm: don't error on card removal in tpdu wait stateEric Wild1-1/+1
2021-04-22contrib/jenkins.sh: Switch from rita -> ftp.osmocom.orgHarald Welte1-5/+5
2021-04-04Fix typos in README.mdLudovic Rousseau1-2/+2
2020-12-06jenkins.sh: Add --disable-libmnl to libosmocoreHarald Welte1-0/+1
2020-11-20asf4 uart: properly handle uart errorsEric Wild4-21/+97
2020-11-20sercom: make waiting for the uart safe...Eric Wild1-2/+8
2020-11-207816 fsm/cuart: support inverse condition cardsEric Wild4-7/+52
2020-11-17ccid/7816 fsm: better pps error handlingEric Wild3-36/+13
2020-11-11ccid: adjust msgb sizeEric Wild1-1/+1
2020-11-117816 fsm: move to static msgbEric Wild3-151/+216
2020-11-09ccid: do not allow xfers with inactive slotsEric Wild2-2/+6
2020-10-18migrate from BSC_FD_* to OSMO_FD_*Harald Welte3-13/+13
2020-10-18ccid: fix expected xfer lengthEric Wild1-1/+2
2020-10-177816 fsm: adjust atr start timeoutEric Wild1-4/+6
2020-10-17Revert "HACK: cuart: Artificially extend WTIME by 100ms"Eric Wild1-3/+0
2020-10-17t0: fix wtime calculation, for real this timeEric Wild1-1/+2
2020-10-17ccid: disable handling t1 parameters for nowEric Wild1-3/+3
2020-10-17ccid xfers: return proper error to host instead of assertingEric Wild1-2/+5
2020-10-16HACK: cuart: Artificially extend WTIME by 100msHarald Welte1-0/+3
2020-09-16ccid fsm: handle special 0 == 256 byte valueEric Wild1-6/+12
2020-09-16ccid fsm: proper wtime calculationEric Wild2-4/+3
2020-09-10usb: reset the device on usb reset if it was previously runningEric Wild1-0/+17
2020-09-08usb: handle failed transfersEric Wild1-0/+9
2020-09-03ccid_host: Migrate to OpenMoko USB VID/PIDHarald Welte3-7/+7
2020-09-03import ccid-control - small hack to send CCID USB control requestsHarald Welte3-0/+97
2020-09-03iso7816_fsm: ignore RX_SINGLE events during transmitHarald Welte1-4/+16
2020-09-03add README.md to top of repositoryHarald Welte1-0/+40
2020-09-03add copyright + license disclaimers to ccid_common + ccid_hostHarald Welte16-1/+283
2020-09-02iso7816_fsm: Fix APDU case with P3=0Harald Welte1-1/+1
2020-09-02iso7816_fsm: Fix TPDUs wih Le == 1 (single byte reads)Harald Welte1-2/+8
2020-08-10proper card powerup handlingEric Wild5-10/+40