1. 059d1b0 Ensure the git version ends up in compiled firmware binary by Harald Welte · 5 years ago
  2. 488ddae Makefile: Use Variables for generating compiler/binutils names by Harald Welte · 5 years ago
  3. fad379a Makefile: Move compiler flags to variable by Harald Welte · 5 years ago
  4. b2fc511 Makefile: Move include directories to INC_DIRS variable by Harald Welte · 5 years ago
  5. 6135be9 Makefile: Update comment; this is no longer automatucally generated by Harald Welte · 5 years ago
  6. e4ea2b2 Makefile: Remove {OBJS,DEPS}_AS_ARGS variables by Harald Welte · 5 years ago
  7. bdf1b35 integrate libosmocore logging into firmware by Harald Welte · 5 years ago
  8. dda661c Makefile: Use -fdata-sections, not just -ffunction-sections by Harald Welte · 5 years ago
  9. 5a8af4d Add support for polling card detect from main loop; report it by Harald Welte · 5 years ago
  10. 08ea062 ncn8025: ncn8025_interrupt_active -> ncn8025_interrupt_level by Harald Welte · 5 years ago
  11. c7a58ba WIP: Actual 'main' integration of CCID using msgb queues for USB transfers by Harald Welte · 5 years ago
  12. 65101be obtain chip-unique serial number and print it during startup. by Harald Welte · 5 years ago
  13. 3304ca2 WIP integrate with libosmocore in as far as msgb_alloc() works by Harald Welte · 5 years ago
  14. 34a8706 Re-structure USB descriptors by Harald Welte · 5 years ago
  15. cdb1ee3 Add a new (skeleton of a) USB CCID class driver by Harald Welte · 5 years ago
  16. 6982fab ccid: Implement class-specific requests in core ccid_device.c layer by Harald Welte · 5 years ago
  17. 29ae5d4 ccid_slot_sim: Claim that a card is inserted; send fake ATR by Harald Welte · 5 years ago
  18. d338507 ccid_device: Add missing call to slot_ops.init on start-up by Harald Welte · 5 years ago
  19. 505d441 ccid: Handle IccPowerOn and XfrBlock asynchronously by Harald Welte · 5 years ago
  20. 005b09d ccid_device: Export functions for generating async responses by Harald Welte · 5 years ago
  21. a74fe0c ccid: Fix INT endpoint AIO completion handling by Harald Welte · 5 years ago
  22. cab5d15 ccid: Introduce ccid_slot_ops + implement simulator/stub for it by Harald Welte · 5 years ago
  23. 922ff93 ccid: Fix msgb_free() of messages received on OUT after processing by Harald Welte · 5 years ago
  24. e6ac416 ccid: Add comments clarifying msgb ownership on Rx/Tx */ by Harald Welte · 5 years ago
  25. 824406d ccid_functionfs: SIGUSR1 handler for talloc report by Harald Welte · 5 years ago
  26. a7da504 ccid: connect f_fs/aio code INT EP handling with CCID core by Harald Welte · 5 years ago
  27. 63976d4 ccid: Fix AIO handling of IN and IRQ endpoint by Harald Welte · 5 years ago
  28. e73a1df ccid: Integrate libosmocore logging by Harald Welte · 5 years ago
  29. e6b963c ccid: Add README and kernel patch related to CCID on functionfs by Harald Welte · 5 years ago
  30. bcbc197 ccid_main_functionfs: Fix full chain of IN/OUT EP by Harald Welte · 5 years ago
  31. 0bc79a2 ccid: rename ccid_descriptors.c to ccid_main_functionfs by Harald Welte · 5 years ago
  32. d5d555c ccid: tie ccid_device implementation into ccid_descriptors.c by Harald Welte · 5 years ago
  33. 8d186ad Add ccid_device.h file for ccid_device.c by Harald Welte · 5 years ago
  34. 8579ce5 ccid: Implement encode/decode of ProtocolParameters by Harald Welte · 5 years ago
  35. a412521 ccid: Build with -Wall by Harald Welte · 5 years ago
  36. 8772f58 ccid_device: Return errors in case of invalid slot numbers by Harald Welte · 5 years ago
  37. 92e7c0b ccid_device: Make it compile by Harald Welte · 5 years ago
  38. 575531b ccid_proto: Fix ccid_rdr_to_pc_{data_rate_and_clock,escape} by Harald Welte · 5 years ago
  39. 4f25df6 CICD: Add ccid_proto.c with value_string of important enumerations by Harald Welte · 5 years ago
  40. eb93f63 ccid_proto.h: Add enum ccid_class_spec_req by Harald Welte · 5 years ago
  41. 8049d66 some basic talloc related vty commands by Harald Welte · 5 years ago
  42. 189f43d talloc: \n -> \r\n for serial output by Harald Welte · 5 years ago
  43. 5df0be6 Import libtalloc-2.1.14 into the tree by Harald Welte · 5 years ago
  44. 36efc6d finish implementing sim-iccid by Kévin Redon · 5 years ago
  45. 5188e9f add function to transfer TPDU by Kévin Redon · 5 years ago
  46. 096c505 add debug command to communicate with card by Kévin Redon · 5 years ago
  47. 0f05072 add slot_set_isorate to the baud rate using ISO 7816 values by Kévin Redon · 5 years ago
  48. 632502d add ISO 7816-3 definitions and utilities by Kévin Redon · 5 years ago
  49. 072951b add function to set baudrate by Kévin Redon · 5 years ago
  50. 5e7cfae configure GCLK for ISO baud rates by Kévin Redon · 5 years ago
  51. f53d366 output 50 MHz for RMII by Kévin Redon · 5 years ago
  52. 0c3533f UART_debug now uses the async library with tx ring by Kévin Redon · 5 years ago
  53. de9fb2e add async library with ring on TX by Kévin Redon · 5 years ago
  54. ba3a2fa switch UART_debug to ASYNC by Kévin Redon · 5 years ago
  55. 0772581 sim-atr: Print slot number when printing ATR by Harald Welte · 5 years ago
  56. dcf5783 sim-atr command: enable the LED when the command is active. by Harald Welte · 5 years ago
  57. 70b867a remove SWO pin initialisation by Kévin Redon · 5 years ago
  58. a562a14 update ASFv4 library to 1.0.1465 by Kévin Redon · 5 years ago
  59. 0bc0d74 update CMSIS to 5.1.2 by Kévin Redon · 5 years ago
  60. 18c2dbb minor: update atmel start project configuration by Kévin Redon · 5 years ago
  61. 34fabac command.c: don't print "unknown command" for empty commands by Harald Welte · 5 years ago
  62. c89bb8c add sim-atr command by Kévin Redon · 5 years ago
  63. 37e5fa9 change SERCOM clock to 3.3 MHz by Kévin Redon · 5 years ago
  64. ee49129 change ISO baud rate default to 6720 bps by Kévin Redon · 5 years ago
  65. 4be5276 minor: improve documentation by Kévin Redon · 5 years ago
  66. 0c7ea79 remove example code by Kévin Redon · 5 years ago
  67. 61dad91 jenkins.sh: use PARALLEL_MAKE to accelerate build speed by Harald Welte · 5 years ago
  68. c94e0fc add ASFv4 M2M (memory-to-memory DMA) middleware by Kévin Redon · 5 years ago
  69. 6ddca8b minor: remove unnecessary hello world command by Kévin Redon · 5 years ago
  70. b40c3ee minor: fix typo by Kévin Redon · 5 years ago
  71. 67b2aba manual_test.c: New manual board testing mode by Harald Welte · 5 years ago
  72. 1762506 ncn8025: Invert the software logic of RSTIN by Harald Welte · 5 years ago
  73. e7aa534 command.c: Print prompt when starting up by Harald Welte · 5 years ago
  74. 255da5e main.c: Call ncn8025_init also for SIM7 by Harald Welte · 5 years ago
  75. 5af7c8c ncn8025: Add support for reading SIMx_INT status by Harald Welte · 5 years ago
  76. 1b9a5b8 Add various SIM card related debug command by Harald Welte · 5 years ago
  77. ff9f4ce Add mnimalistic command line interface "command.c" by Harald Welte · 5 years ago
  78. 3c045b2 minor: rename MUX_SSTAT to MUX_STAT by Kévin Redon · 5 years ago
  79. 361ed20 Switch SERCOM7 (Debug UART) to sync mode + add STDIO by Harald Welte · 5 years ago
  80. d0903f7 fix ASFv4 USB stack by Kévin Redon · 5 years ago
  81. 93f628a PA11: Increase drive strength to 8mA by Harald Welte · 5 years ago
  82. f53f226 Enable cache via CMCC for higher performance by Harald Welte · 5 years ago
  83. 092494e Update from AtmelStart: Define all used GPIO pins by Harald Welte · 5 years ago
  84. 863ea29 update from Atmel Start (just loading + re-exporting the project) by Harald Welte · 5 years ago
  85. c3f170d Support for sysmoOCTSIM NCN8025/SX1503 control by Harald Welte · 5 years ago
  86. 9c85463 add README file by Kévin Redon · 5 years ago
  87. e4c9a17 add GPLv2 license by Kévin Redon · 5 years ago
  88. eff5cb5 relocate application to after the DFU bootloader by Kévin Redon · 5 years ago
  89. d7dfb6e add debug welcome message output by Kévin Redon · 5 years ago
  90. 1f8ecef add ISO7816 peripherals by Kévin Redon · 5 years ago
  91. 6a8295c name pin according to schematic by Kévin Redon · 5 years ago
  92. d4ed1ec add 20 MHz clock output by Kévin Redon · 5 years ago
  93. 4e39b01 switch from dev board to prototype by Kévin Redon · 5 years ago
  94. 8e53800 echo back UART input by Kévin Redon · 5 years ago
  95. 293c841 fix DPLL input clock division by Kévin Redon · 5 years ago
  96. 78d2f44 blink LED on UART activity by Kévin Redon · 5 years ago
  97. 5908a5c add system LED definition by Kévin Redon · 5 years ago
  98. ccbed0b add SERCOM HAL Async library by Kévin Redon · 5 years ago
  99. e676557 rename application to main by Kévin Redon · 5 years ago
  100. 4cd3f7d add SERCOM peripheral for UART debug by Kévin Redon · 5 years ago