aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-09fix firmware compilation, split ccid into shared/host only codehoernchen/ccidsplitEric Wild32-34/+48
2019-10-07WIP: attempt to use iso7816_fsm + Cuart from firmwareHarald Welte2-1/+5
2019-10-07WIP: Add card_uart driver for ASF4 USARTHarald Welte3-1/+252
2019-10-07iso7816_fsm: Implement single-byte RX/TXHarald Welte1-17/+52
2019-10-07card_uart_tx: Remove last argument (we always have the receiver active)Harald Welte5-8/+8
2019-10-07make ccid_main_functionfs use iso7816_fsm and cuart_driver_ttyHarald Welte3-2/+215
2019-10-07Make cuart_fsm_test work (ATR + TPDU)Harald Welte2-5/+121
2019-10-07add .gitignore fileHarald Welte1-0/+4
2019-10-07cuart_driver_tty: Work around linux kernel bug ignoring CREADHarald Welte4-4/+24
2019-10-07'cuart' Card-UART abstraction + driver for simple serial readerHarald Welte7-1/+833
2019-10-07ISO7816-3 FSMs as osmo_fsmHarald Welte9-30/+1318
2019-10-01WIP: change IRQ endpoint re-submit logic.Eric Wild1-1/+4
2019-10-01SRAM linker script: shift start of RAM by 64kByteEric Wild1-1/+1
2019-10-01ccid: Fix overflow in Fi valueHarald Welte2-4/+4
2019-10-01ccid_gen_notify_slot_status: Fix bitmask of card slot insert statusEric Wild1-11/+25
2019-10-01ccid_df: Ensure all three endpoints are correctly setEric Wild1-3/+3
2019-10-01Fix USB descriptor bugs (wrong interface, ProtocolsSuported, ...)Eric Wild3-6/+7
2019-10-01CCID: fix length checks in PC_to_RDR_{GetSlotStatus,SetParameters}Eric Wild1-2/+3
2019-09-12add small program to play with how Linux reacts to hubs with many portsHarald Welte4-0/+589
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