1. 8456e67 make it work, async uart (mode 0x1/0x7 does not matter), requires delay by Eric Wild · 4 years, 8 months ago hoernchen/kevin
  2. 986f06a debug for single slot v1 prototype, uart sync clock output by Eric Wild · 4 years, 8 months ago
  3. 8ebd7d6 prevent uart interrupts before having proper structs by Eric Wild · 4 years, 8 months ago
  4. 30f21bd make it work by Eric Wild · 4 years, 8 months ago
  5. ff5c390 wip broken atr by Eric Wild · 4 years, 8 months ago
  6. c619c0c WIP: change IRQ endpoint re-submit logic. by Eric Wild · 4 years, 9 months ago
  7. 1648e81 SRAM linker script: shift start of RAM by 64kByte by Eric Wild · 4 years, 9 months ago
  8. 532ed42 WIP: attempt to use iso7816_fsm + Cuart from firmware by Harald Welte · 4 years, 9 months ago
  9. 4aab33f WIP: Add card_uart driver for ASF4 USART by Harald Welte · 4 years, 9 months ago
  10. 0634836 ISO7816-3 FSMs as osmo_fsm by Harald Welte · 5 years ago
  11. 6a902a3 allow different prefixes, print memory usage by Eric Wild · 4 years, 9 months ago
  12. d5eaa9f split ccid into common and host-only code by Eric Wild · 4 years, 9 months ago
  13. 2de998a ccid_gen_notify_slot_status: Fix bitmask of card slot insert status by Eric Wild · 4 years, 9 months ago
  14. 1209152 ccid_df: Ensure all three endpoints are correctly set by Eric Wild · 4 years, 9 months ago
  15. 7603390 Fix USB descriptor bugs (wrong interface, ProtocolsSuported, ...) by Eric Wild · 4 years, 9 months ago
  16. 37ab4ba name binaries including their git version number by Harald Welte · 5 years ago
  17. 99d82ab Makefile: automatically get output directory list by Kévin Redon · 5 years ago
  18. 78bb885 ASF: add new utils by Kévin Redon · 5 years ago
  19. f041136 ASF: minor, update copyright by Kévin Redon · 5 years ago
  20. a6c44f1 ASF: update E54 SERCOM library by Kévin Redon · 5 years ago
  21. e108e61 ASF: update e54 library by Kévin Redon · 5 years ago
  22. 6a739d1 Makefile: Allow user to override libosmocore install prefix by Harald Welte · 5 years ago
  23. b14518c ASF: add related RTC files by Kévin Redon · 5 years ago
  24. f80ad40 Makefile: add missing hpl/rtc directory by Kévin Redon · 5 years ago
  25. c175f66 Add missing linuxlist_atomic.h by Harald Welte · 5 years ago
  26. 23f4fc1 add ccid symlink to use ccid code from within sysmoOCTSIM directory by Harald Welte · 5 years ago
  27. 1017a75 main: add timer-test command for testing libosmocore timers by Harald Welte · 5 years ago
  28. 3450fec Fix SystemCoreClock for our use case (120 MHz) by Harald Welte · 5 years ago
  29. b98478a libosmo_emb: Implement _gettimeofday() on simplistic 'jiffies' counter. by Harald Welte · 5 years ago
  30. 8a534f1 move _gettimeofday() from main.c to libosmo_emb.c by Harald Welte · 5 years ago
  31. 9ab4bc8 main: Print reset causes on boot by Harald Welte · 5 years ago
  32. 2dc67e9 Command to obtain RTC date/time by Harald Welte · 5 years ago
  33. bd5d3e4 Enable OXC32K at start by Harald Welte · 5 years ago
  34. d1bd5c4 Add RTC peripheral from ASF4 (CALENDAR) by Harald Welte · 5 years ago
  35. 9bb8bfe Update from Atmel START 1.0.87 to 1.1.134 by Harald Welte · 5 years ago
  36. fa9ea77 Makefile: build ccid_{device,proto} as part of firmware by Harald Welte · 5 years ago
  37. 71d01e4 Makefile: cosmetics (indent, alphabetic sort) by Harald Welte · 5 years ago
  38. c85aab2 Makefile: Ensure the firmware binary is called sysmoOCTSIM.bin by Harald Welte · 5 years ago
  39. 729a762 main.c: Visible banner with firmware version + copyright statement by Harald Welte · 5 years ago
  40. 059d1b0 Ensure the git version ends up in compiled firmware binary by Harald Welte · 5 years ago
  41. 488ddae Makefile: Use Variables for generating compiler/binutils names by Harald Welte · 5 years ago
  42. fad379a Makefile: Move compiler flags to variable by Harald Welte · 5 years ago
  43. b2fc511 Makefile: Move include directories to INC_DIRS variable by Harald Welte · 5 years ago
  44. 6135be9 Makefile: Update comment; this is no longer automatucally generated by Harald Welte · 5 years ago
  45. e4ea2b2 Makefile: Remove {OBJS,DEPS}_AS_ARGS variables by Harald Welte · 5 years ago
  46. bdf1b35 integrate libosmocore logging into firmware by Harald Welte · 5 years ago
  47. dda661c Makefile: Use -fdata-sections, not just -ffunction-sections by Harald Welte · 5 years ago
  48. 5a8af4d Add support for polling card detect from main loop; report it by Harald Welte · 5 years ago
  49. 08ea062 ncn8025: ncn8025_interrupt_active -> ncn8025_interrupt_level by Harald Welte · 5 years ago
  50. c7a58ba WIP: Actual 'main' integration of CCID using msgb queues for USB transfers by Harald Welte · 5 years ago
  51. 65101be obtain chip-unique serial number and print it during startup. by Harald Welte · 5 years ago
  52. 3304ca2 WIP integrate with libosmocore in as far as msgb_alloc() works by Harald Welte · 5 years ago
  53. 34a8706 Re-structure USB descriptors by Harald Welte · 5 years ago
  54. cdb1ee3 Add a new (skeleton of a) USB CCID class driver by Harald Welte · 5 years ago
  55. 8049d66 some basic talloc related vty commands by Harald Welte · 5 years ago
  56. 189f43d talloc: \n -> \r\n for serial output by Harald Welte · 5 years ago
  57. 5df0be6 Import libtalloc-2.1.14 into the tree by Harald Welte · 5 years ago
  58. 36efc6d finish implementing sim-iccid by Kévin Redon · 5 years ago
  59. 5188e9f add function to transfer TPDU by Kévin Redon · 5 years ago
  60. 096c505 add debug command to communicate with card by Kévin Redon · 5 years ago
  61. 0f05072 add slot_set_isorate to the baud rate using ISO 7816 values by Kévin Redon · 5 years ago
  62. 632502d add ISO 7816-3 definitions and utilities by Kévin Redon · 5 years ago
  63. 072951b add function to set baudrate by Kévin Redon · 5 years ago
  64. 5e7cfae configure GCLK for ISO baud rates by Kévin Redon · 5 years ago
  65. f53d366 output 50 MHz for RMII by Kévin Redon · 5 years ago
  66. 0c3533f UART_debug now uses the async library with tx ring by Kévin Redon · 5 years ago
  67. de9fb2e add async library with ring on TX by Kévin Redon · 5 years ago
  68. ba3a2fa switch UART_debug to ASYNC by Kévin Redon · 5 years ago
  69. 0772581 sim-atr: Print slot number when printing ATR by Harald Welte · 5 years ago
  70. dcf5783 sim-atr command: enable the LED when the command is active. by Harald Welte · 5 years ago
  71. 70b867a remove SWO pin initialisation by Kévin Redon · 5 years ago
  72. a562a14 update ASFv4 library to 1.0.1465 by Kévin Redon · 5 years ago
  73. 0bc0d74 update CMSIS to 5.1.2 by Kévin Redon · 5 years ago
  74. 18c2dbb minor: update atmel start project configuration by Kévin Redon · 5 years ago
  75. 34fabac command.c: don't print "unknown command" for empty commands by Harald Welte · 5 years ago
  76. c89bb8c add sim-atr command by Kévin Redon · 5 years ago
  77. 37e5fa9 change SERCOM clock to 3.3 MHz by Kévin Redon · 5 years ago
  78. ee49129 change ISO baud rate default to 6720 bps by Kévin Redon · 5 years ago
  79. 4be5276 minor: improve documentation by Kévin Redon · 5 years ago
  80. 0c7ea79 remove example code by Kévin Redon · 5 years ago
  81. c94e0fc add ASFv4 M2M (memory-to-memory DMA) middleware by Kévin Redon · 5 years ago
  82. 6ddca8b minor: remove unnecessary hello world command by Kévin Redon · 5 years ago
  83. b40c3ee minor: fix typo by Kévin Redon · 5 years ago
  84. 67b2aba manual_test.c: New manual board testing mode by Harald Welte · 5 years ago
  85. 1762506 ncn8025: Invert the software logic of RSTIN by Harald Welte · 5 years ago
  86. e7aa534 command.c: Print prompt when starting up by Harald Welte · 5 years ago
  87. 255da5e main.c: Call ncn8025_init also for SIM7 by Harald Welte · 5 years ago
  88. 5af7c8c ncn8025: Add support for reading SIMx_INT status by Harald Welte · 5 years ago
  89. 1b9a5b8 Add various SIM card related debug command by Harald Welte · 5 years ago
  90. ff9f4ce Add mnimalistic command line interface "command.c" by Harald Welte · 5 years ago
  91. 3c045b2 minor: rename MUX_SSTAT to MUX_STAT by Kévin Redon · 5 years ago
  92. 361ed20 Switch SERCOM7 (Debug UART) to sync mode + add STDIO by Harald Welte · 5 years ago
  93. d0903f7 fix ASFv4 USB stack by Kévin Redon · 5 years ago
  94. 93f628a PA11: Increase drive strength to 8mA by Harald Welte · 5 years ago
  95. f53f226 Enable cache via CMCC for higher performance by Harald Welte · 5 years ago
  96. 092494e Update from AtmelStart: Define all used GPIO pins by Harald Welte · 5 years ago
  97. 863ea29 update from Atmel Start (just loading + re-exporting the project) by Harald Welte · 5 years ago
  98. c3f170d Support for sysmoOCTSIM NCN8025/SX1503 control by Harald Welte · 5 years ago
  99. 9c85463 add README file by Kévin Redon · 5 years ago
  100. e4c9a17 add GPLv2 license by Kévin Redon · 5 years ago