aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-27wiphoernchen/wipEric Wild13-30/+75
2019-08-01proper link orderEric WIld1-1/+1
2019-08-01ensure kernel >= 5.0 is happyEric WIld2-3/+7
2019-06-20name binaries including their git version numberHarald Welte1-1/+1
2019-06-13Makefile: automatically get output directory listKévin Redon1-28/+2
2019-06-13ASF: add new utilsKévin Redon2-0/+378
2019-06-13ASF: minor, update copyrightKévin Redon95-46611/+46611
2019-06-13ASF: update E54 SERCOM libraryKévin Redon1-19/+19
2019-06-13ASF: update e54 libraryKévin Redon6-2057/+1
2019-06-13contrib/jenkins.sh: Build libosmocore for Cortex-M4 during build testingHarald Welte1-2/+29
2019-06-13Makefile: Allow user to override libosmocore install prefixHarald Welte1-2/+3
2019-06-06ASF: add related RTC filesKévin Redon2-0/+124
2019-06-06Makefile: add missing hpl/rtc directoryKévin Redon1-0/+1
2019-05-23Add missing linuxlist_atomic.hHarald Welte1-0/+150
2019-05-17add ccid symlink to use ccid code from within sysmoOCTSIM directoryHarald Welte1-0/+1
2019-05-17main: add timer-test command for testing libosmocore timersHarald Welte1-0/+16
2019-05-17Fix SystemCoreClock for our use case (120 MHz)Harald Welte1-1/+2
2019-05-17libosmo_emb: Implement _gettimeofday() on simplistic 'jiffies' counter.Harald Welte1-4/+13
2019-05-17move _gettimeofday() from main.c to libosmo_emb.cHarald Welte2-9/+15
2019-05-17main: Print reset causes on bootHarald Welte1-0/+26
2019-05-17Command to obtain RTC date/timeHarald Welte1-0/+10
2019-05-17Enable OXC32K at startHarald Welte1-5/+5
2019-05-17Add RTC peripheral from ASF4 (CALENDAR)Harald Welte13-0/+2121
2019-05-17Update from Atmel START 1.0.87 to 1.1.134Harald Welte26-1402/+603
2019-05-17Makefile: build ccid_{device,proto} as part of firmwareHarald Welte1-0/+4
2019-05-17Makefile: cosmetics (indent, alphabetic sort)Harald Welte1-78/+79
2019-05-17Makefile: Ensure the firmware binary is called sysmoOCTSIM.binHarald Welte1-1/+1
2019-05-17main.c: Visible banner with firmware version + copyright statementHarald Welte1-2/+6
2019-05-17Ensure the git version ends up in compiled firmware binaryHarald Welte3-1/+156
2019-05-17Makefile: Use Variables for generating compiler/binutils namesHarald Welte1-13/+23
2019-05-17Makefile: Move compiler flags to variableHarald Welte1-11/+7
2019-05-17Makefile: Move include directories to INC_DIRS variableHarald Welte1-3/+33
2019-05-17Makefile: Update comment; this is no longer automatucally generatedHarald Welte1-1/+1
2019-05-17Makefile: Remove {OBJS,DEPS}_AS_ARGS variablesHarald Welte1-110/+3
2019-05-17integrate libosmocore logging into firmwareHarald Welte4-3/+129
2019-05-17Makefile: Use -fdata-sections, not just -ffunction-sectionsHarald Welte1-3/+3
2019-05-16Add support for polling card detect from main loop; report itHarald Welte1-0/+51
2019-05-16ncn8025: ncn8025_interrupt_active -> ncn8025_interrupt_levelHarald Welte2-4/+4
2019-05-16WIP: Actual 'main' integration of CCID using msgb queues for USB transfersHarald Welte3-1/+194
2019-05-16obtain chip-unique serial number and print it during startup.Harald Welte1-0/+36
2019-05-16WIP integrate with libosmocore in as far as msgb_alloc() worksHarald Welte3-2/+16
2019-05-16Re-structure USB descriptorsHarald Welte5-25/+250
2019-05-16Add a new (skeleton of a) USB CCID class driverHarald Welte3-3/+314
2019-05-16ccid: Implement class-specific requests in core ccid_device.c layerHarald Welte3-11/+173
2019-05-16ccid_slot_sim: Claim that a card is inserted; send fake ATRHarald Welte1-1/+18
2019-05-16ccid_device: Add missing call to slot_ops.init on start-upHarald Welte1-4/+8
2019-05-16ccid: Handle IccPowerOn and XfrBlock asynchronouslyHarald Welte3-12/+79
2019-05-16ccid_device: Export functions for generating async responsesHarald Welte2-7/+16
2019-05-16ccid: Fix INT endpoint AIO completion handlingHarald Welte1-2/+2
2019-05-16ccid: Introduce ccid_slot_ops + implement simulator/stub for itHarald Welte6-32/+142