aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-26v0.5 debian package release0.5Harald Welte1-3/+3
2018-08-26Add Debian packaging rulesHarald Welte6-0/+42
2018-08-26owhw: Fix cardem GPIO initialization pointer valueHarald Welte1-1/+1
2018-08-26firmware: Enable -Wformat and resolve all related compiler warningsHarald Welte13-23/+24
2018-08-26add master Makefile to build firmware and host toolsHarald Welte1-0/+27
2018-08-26Makefiles: Add "make install" targetHarald Welte2-2/+12
2018-08-26host: Fix "make clean": remove simtrace2-sniffHarald Welte1-1/+1
2018-08-07jenkins: add simtrace/trace to the buildsKévin Redon1-1/+1
2018-08-07jenkins: clean after uploadKévin Redon1-9/+14
2018-08-07qmod: error on EEPROM erase failKévin Redon1-3/+5
2018-08-07jenkins: fix publishKévin Redon1-0/+1
2018-08-07USB: increase USB reset timeKévin Redon4-9/+23
2018-08-07qmod: Add 'e' command for erasing the EEPROMHarald Welte1-0/+24
2018-08-06gcc: fix warningKévin Redon1-1/+1
2018-08-06jenkins: add build uploadsKévin Redon1-0/+16
2018-08-04remsim: fix USB hanging USB transferKévin Redon1-2/+2
2018-08-04cardem (minor): trace tx data send over USBKévin Redon1-0/+3
2018-08-04add libosmcore utilitiesKévin Redon1-0/+632
2018-08-04cardem: add state name in traceKévin Redon1-2/+19
2018-08-04cardem (minor): remove to verbose log traceKévin Redon1-1/+0
2018-08-04cardem: minor typo fix in commentKévin Redon1-2/+2
2018-08-04add synchronous UART transmission and use it in exceptionsKévin Redon6-9/+108
2018-08-01sniff: send incomplete TPDU when reset is assertedKévin Redon1-0/+17
2018-07-30cardem: use TC2 as WI and update WT after ATRKévin Redon1-5/+33
2018-07-30remsim: fix payload overwritingKévin Redon1-5/+0
2018-07-30cardem: use TC_ETU to trigger ATR sendingKévin Redon4-30/+104
2018-07-29cardem: increase watchdog to 2 secondsKévin Redon1-2/+2
2018-07-29cardem: show detailed reset causeKévin Redon1-1/+15
2018-07-29sniff: increase debug outputKévin Redon1-1/+3
2018-07-28sniff: fix ATR checksum calculationKévin Redon1-1/+1
2018-07-28sniff: ensure the checksum error flag is also printedKévin Redon2-18/+37
2018-07-26sniff: rename reset hold/release to assert/deassertKévin Redon3-10/+10
2018-07-26sniff: send ATR over GSMTAPKévin Redon1-5/+14
2018-07-24USB: print decoded USB errorKévin Redon1-5/+10
2018-07-24I2C: return error after failed writeKévin Redon1-7/+7
2018-07-24I2C: add wait time after write to let EEPROM writeKévin Redon1-0/+2
2018-07-18cardem: fix USB message parsingKévin Redon1-1/+1
2018-07-18cardem: fix typoKévin Redon2-8/+8
2018-07-11sniff: add checksum verification for ATR and PPSKévin Redon3-3/+28
2018-07-11fix 'ISO_S_IN_ATR not handled' gcc warningKévin Redon1-8/+4
2018-07-11make adc2uv commonKévin Redon3-9/+3
2018-07-11host sniff: add functions to print flagsKévin Redon1-29/+61
2018-07-11host sniff: process remaining usb messages in bufferKévin Redon1-3/+6
2018-07-11sniffer: fix inverted reset meaningKévin Redon1-7/+7
2018-07-11sniffer: only allocate USB message if queue is not too longKévin Redon1-0/+8
2018-07-11sniffer: also send malformed message over USBKévin Redon1-1/+15
2018-07-11minor: fix linker warningKévin Redon1-1/+1
2018-07-11sniffer: set LED patternKévin Redon2-3/+8
2018-07-11LED: add need patternKévin Redon2-0/+13
2018-07-11sniffer: move reset handling from ISR to main loopKévin Redon1-8/+16