1. 51b2fac debug usb-cdc uart: disable it. by Eric Wild · 2 years, 6 months ago
  2. 648f630 makefile: disable libosmocore logging functions by Eric Wild · 2 years, 6 months ago
  3. 2edf356 ccid usb handler: fix init flag by Eric Wild · 2 years, 6 months ago
  4. 38ac383 sim slots: omit interrupt disabling for status polling by Eric Wild · 2 years, 6 months ago
  5. 30c26f4 remove unused dmac by Eric Wild · 2 years, 9 months ago
  6. eda2b3e proper xosc startup delay by Eric Wild · 2 years, 9 months ago
  7. e69b54f internal ul32k instead of external 32k osc by Eric Wild · 2 years, 9 months ago
  8. c92c1e0 sychronize atmel start config with the headers by Eric Wild · 2 years, 8 months ago
  9. bbdaa71 config: adjust dfll48m (usb) to match the docs by Eric Wild · 2 years, 9 months ago
  10. 2a78f77 cuart: move generic paramete reset upon powerdown to where it belongs by Eric Wild · 3 years ago
  11. af2827d cuart: reset on poweroff by Eric Wild · 3 years ago
  12. 51a3030 asf4 uart: properly handle uart errors by Eric Wild · 3 years, 7 months ago
  13. 83e0dd9 sercom: make waiting for the uart safe... by Eric Wild · 3 years, 7 months ago
  14. 91f1f18 7816 fsm/cuart: support inverse condition cards by Eric Wild · 3 years, 7 months ago
  15. bdaf722 usb: reset the device on usb reset if it was previously running by Eric Wild · 3 years, 9 months ago
  16. 6b8e516 usb: handle failed transfers by Eric Wild · 3 years, 9 months ago
  17. 70f3691 proper card powerup handling by Eric Wild · 4 years, 2 months ago
  18. bf21f24 Enable timers by Eric Wild · 4 years, 2 months ago
  19. 240d009 dfu: proper product name for dfu runtime descriptor by Eric Wild · 4 years, 4 months ago
  20. 1571e75 usb dfu header cleanup by Eric Wild · 4 years, 4 months ago
  21. f659ae8 git version appended to the product usb string descriptor by Eric Wild · 4 years, 4 months ago
  22. 922aba5 support DFU detach to switch from fw to bootloader by Eric Wild · 4 years, 4 months ago
  23. e7b3aa9 Add DFU runtime descriptor by Harald Welte · 4 years, 6 months ago
  24. ce9378d Implement serial number string descriptor in CTRL EP callback by Harald Welte · 5 years ago
  25. e060505 reserve RAM for DFU magic by Kévin Redon · 4 years, 5 months ago
  26. a944129 change iManufacturer to full sysmocom company name by Harald Welte · 4 years, 6 months ago
  27. e84a571 fix the host/emulation build by Eric Wild · 4 years, 6 months ago
  28. 20a8368 prettier slot bitmask code by Eric Wild · 4 years, 6 months ago
  29. 2288703 enable the final slot by Eric Wild · 4 years, 6 months ago
  30. e708088 cuart cleanup by Eric Wild · 4 years, 6 months ago
  31. 9970ca0 cuart: allow getting the icc baud rate and clock freq by Eric Wild · 4 years, 6 months ago
  32. 587d4fb change uart ctl define names by Eric Wild · 4 years, 6 months ago
  33. 474cf59 the magic sauce that makes it work by Eric Wild · 4 years, 6 months ago
  34. 5de00c2 boost uart priority by Eric Wild · 4 years, 6 months ago
  35. 759a646 fsm completion event handling from main loop by Eric Wild · 4 years, 7 months ago
  36. 6ce4e5f fix power descriptor value by Eric Wild · 4 years, 6 months ago
  37. 3e85990 add some volatility to debug missing state changes by Eric Wild · 4 years, 6 months ago
  38. 4c4583a switching rx/tx is too slow, and not necessary by Eric Wild · 4 years, 6 months ago
  39. fd0bace add a "no rx or tx" state by Eric Wild · 4 years, 6 months ago
  40. 9a2279c debug code to measure uart timing using the CAN header by Eric Wild · 4 years, 6 months ago
  41. 9b3fe27 debug code to use the DWT unit by Eric Wild · 4 years, 6 months ago
  42. e8012b6 increase the debug uart buffer size by Eric Wild · 4 years, 6 months ago
  43. 9e622dc attempt at handling card insertion/removal by Eric Wild · 4 years, 6 months ago
  44. b39d832 cuart icc clock freq and divider setting support by Eric Wild · 4 years, 6 months ago
  45. c7d980c move iso7816_3 to common dir by Eric Wild · 4 years, 6 months ago
  46. da142a0 prevent uart interrupts before having proper structs by Eric Wild · 4 years, 6 months ago
  47. 27f6045 no logging, no memory pool by Eric Wild · 4 years, 6 months ago
  48. 8200fcc talloc asserts by Eric Wild · 4 years, 6 months ago
  49. e4f90fe increase the uart ring buffer size by Eric Wild · 4 years, 6 months ago
  50. 03d6ebb Add card_uart driver for ASF4 USART by Harald Welte · 4 years, 8 months ago
  51. f5aa589 split usb descriptor code by Eric Wild · 4 years, 6 months ago
  52. 0cc96aa sercom config for t1 by Eric Wild · 4 years, 6 months ago
  53. f9a979a sysmoOCTSIM: Proper Makefile targets by Harald Welte · 4 years, 7 months ago
  54. 29d8db6 Makefile: Add 'make mrproper' for removing all bin/elf/etc output files by Harald Welte · 4 years, 7 months ago
  55. 977327c Avoid endless loop while printing debug uart ringbuffer by Harald Welte · 4 years, 7 months ago
  56. 5a89cbe Add 'check_ccid_config.py' to test for USB VID/PID in libccid_Info.plist by Harald Welte · 4 years, 7 months ago
  57. 47fc3f2 sysmoOCTSIM: Create symlinks of last-built .bin and .elf by Harald Welte · 4 years, 7 months ago
  58. 458dc4b main: Add missing #include to osmocom/timer.h by Harald Welte · 4 years, 7 months ago
  59. 3450737 fix usb descriptors for CDC_ACM by Harald Welte · 4 years, 7 months ago
  60. eaafa9f change IRQ endpoint re-submit logic. by Eric Wild · 4 years, 8 months ago
  61. 0634836 ISO7816-3 FSMs as osmo_fsm by Harald Welte · 5 years ago
  62. 6a902a3 allow different prefixes, print memory usage by Eric Wild · 4 years, 8 months ago
  63. d5eaa9f split ccid into common and host-only code by Eric Wild · 4 years, 8 months ago
  64. 2de998a ccid_gen_notify_slot_status: Fix bitmask of card slot insert status by Eric Wild · 4 years, 8 months ago
  65. 1209152 ccid_df: Ensure all three endpoints are correctly set by Eric Wild · 4 years, 8 months ago
  66. 7603390 Fix USB descriptor bugs (wrong interface, ProtocolsSuported, ...) by Eric Wild · 4 years, 8 months ago
  67. 37ab4ba name binaries including their git version number by Harald Welte · 5 years ago
  68. 99d82ab Makefile: automatically get output directory list by Kévin Redon · 5 years ago
  69. 78bb885 ASF: add new utils by Kévin Redon · 5 years ago
  70. f041136 ASF: minor, update copyright by Kévin Redon · 5 years ago
  71. a6c44f1 ASF: update E54 SERCOM library by Kévin Redon · 5 years ago
  72. e108e61 ASF: update e54 library by Kévin Redon · 5 years ago
  73. 6a739d1 Makefile: Allow user to override libosmocore install prefix by Harald Welte · 5 years ago
  74. b14518c ASF: add related RTC files by Kévin Redon · 5 years ago
  75. f80ad40 Makefile: add missing hpl/rtc directory by Kévin Redon · 5 years ago
  76. c175f66 Add missing linuxlist_atomic.h by Harald Welte · 5 years ago
  77. 23f4fc1 add ccid symlink to use ccid code from within sysmoOCTSIM directory by Harald Welte · 5 years ago
  78. 1017a75 main: add timer-test command for testing libosmocore timers by Harald Welte · 5 years ago
  79. 3450fec Fix SystemCoreClock for our use case (120 MHz) by Harald Welte · 5 years ago
  80. b98478a libosmo_emb: Implement _gettimeofday() on simplistic 'jiffies' counter. by Harald Welte · 5 years ago
  81. 8a534f1 move _gettimeofday() from main.c to libosmo_emb.c by Harald Welte · 5 years ago
  82. 9ab4bc8 main: Print reset causes on boot by Harald Welte · 5 years ago
  83. 2dc67e9 Command to obtain RTC date/time by Harald Welte · 5 years ago
  84. bd5d3e4 Enable OXC32K at start by Harald Welte · 5 years ago
  85. d1bd5c4 Add RTC peripheral from ASF4 (CALENDAR) by Harald Welte · 5 years ago
  86. 9bb8bfe Update from Atmel START 1.0.87 to 1.1.134 by Harald Welte · 5 years ago
  87. fa9ea77 Makefile: build ccid_{device,proto} as part of firmware by Harald Welte · 5 years ago
  88. 71d01e4 Makefile: cosmetics (indent, alphabetic sort) by Harald Welte · 5 years ago
  89. c85aab2 Makefile: Ensure the firmware binary is called sysmoOCTSIM.bin by Harald Welte · 5 years ago
  90. 729a762 main.c: Visible banner with firmware version + copyright statement by Harald Welte · 5 years ago
  91. 059d1b0 Ensure the git version ends up in compiled firmware binary by Harald Welte · 5 years ago
  92. 488ddae Makefile: Use Variables for generating compiler/binutils names by Harald Welte · 5 years ago
  93. fad379a Makefile: Move compiler flags to variable by Harald Welte · 5 years ago
  94. b2fc511 Makefile: Move include directories to INC_DIRS variable by Harald Welte · 5 years ago
  95. 6135be9 Makefile: Update comment; this is no longer automatucally generated by Harald Welte · 5 years ago
  96. e4ea2b2 Makefile: Remove {OBJS,DEPS}_AS_ARGS variables by Harald Welte · 5 years ago
  97. bdf1b35 integrate libosmocore logging into firmware by Harald Welte · 5 years ago
  98. dda661c Makefile: Use -fdata-sections, not just -ffunction-sections by Harald Welte · 5 years ago
  99. 5a8af4d Add support for polling card detect from main loop; report it by Harald Welte · 5 years ago
  100. 08ea062 ncn8025: ncn8025_interrupt_active -> ncn8025_interrupt_level by Harald Welte · 5 years ago