1. 36f888f Patch actual board name into the USB iProduct string descriptor by Harald Welte · 4 years, 10 months ago
  2. 0a7c691 usb_strings.txt: s/SIMtrace Phone/SIMtrace Card Emulation/ by Harald Welte · 4 years, 10 months ago
  3. d70836f DFU: restart bootloader when USB conf failed by Kévin Redon · 4 years, 10 months ago
  4. ed3ceec DFU: increase USB reset duration to 50 ms by Kévin Redon · 4 years, 10 months ago
  5. 98fbf23 dfu: minor: make debug output only verbose in info level by Kévin Redon · 6 years ago
  6. 9b36787 minor: updated copyright years by Kévin Redon · 6 years ago
  7. f7f1ea8 add/fix mcp23017 i2c gpio expander functions and tests by Joachim Steiger · 5 years ago
  8. b1a81c1 add new board and app for gpio testing on octsimtest board by Joachim Steiger · 5 years ago
  9. bb9b0dc Add freq_ctr app by Harald Welte · 6 years ago
  10. ad0958e minor: update copyright by Kévin Redon · 6 years ago
  11. 4f3a035 minor: fix typo in comment by Kévin Redon · 6 years ago
  12. 7d5d011 minor: add checks on configurations and functions by Kévin Redon · 6 years ago
  13. ba15387 DFU: fix Wformat compile warning by Kévin Redon · 6 years ago
  14. c394109 firmware: Enable -Wformat and resolve all related compiler warnings by Harald Welte · 6 years ago
  15. ff3d849 USB: increase USB reset time by Kévin Redon · 6 years ago
  16. d8ebd6a cardem: increase watchdog to 2 seconds by Kévin Redon · 6 years ago
  17. 738a04a cardem: show detailed reset cause by Kévin Redon · 6 years ago
  18. da5578b sniffer: set LED pattern by Kévin Redon · 6 years ago
  19. 33d1eb7 replace leading spaces with tabs by Kévin Redon · 6 years ago
  20. 9a12d68 firmware: set license to GPLv2+ by Kévin Redon · 6 years ago
  21. 9918c28 DFU: use central DFU override check by Kévin Redon · 6 years ago
  22. 86f48fc minor style change: use ARRAY_SIZE by King Kévin · 6 years ago
  23. cf59919 sniff: print parsed ATR and PPS; use red LED to show main application is running; use green LED to indicate activity (message parsed) by Kévin Redon · 6 years ago
  24. 9def763 DFU: switch green LED on to indicate DFU mode, and red LED to indicate flashing activity by Kévin Redon · 6 years ago
  25. 866d20b trace: increase watchdog for 500 to 2000 ms to provide more time handling buffered data by Kévin Redon · 6 years ago
  26. 353351d simtrace: add support for sniffing on both USART by Kévin Redon · 6 years ago
  27. 45ad62d sniff: use USART 0 instead of USART 1 by Kévin Redon · 6 years ago
  28. 7b73462 sniff mode: handle USART 1 RX interrupt to show sniffer data by Kévin Redon · 6 years ago
  29. f9997e9 copy working cardem app to trace by Kévin Redon · 6 years ago
  30. 4689345 echo all command characters entered on serial console by Harald Welte · 6 years ago
  31. 9d90d28 Use system include <foo.h> notation for libosmocore headers by Harald Welte · 6 years ago
  32. 1cfc261 apps/dfu/main.c: Avoid variable declaration in for loop initial by Harald Welte · 6 years ago
  33. 51c128b DFU: fix typo in USB strings by Kévin Redon · 6 years ago
  34. 869dbfa DFU: incread watchdog timeout and restart watchdog before writing in flash to prevent the watchdog to trigger while flashing by Kévin Redon · 6 years ago
  35. b73f0a0 DFU: unlock the flash before writing, verify written data, and relock it by Kévin Redon · 6 years ago
  36. f5869d4 USB: implement USB reset by setting the on-board pull-up on D+ low by Kévin Redon · 6 years ago
  37. 318309f dfu: fix address destination check and add stack overwrite check in USBDFU_handle_dnload by Kévin Redon · 6 years ago
  38. 75cf93e rename ccid.c to mode_ccid.c to align with mode_cardemu.c by Harald Welte · 7 years ago
  39. 2afd57f cardem: Don't dispatch UART IRQs to possible NULL pointers by Harald Welte · 7 years ago
  40. 27f5fc6 DFU: Move "Override DFU" (force DFU) code to board-specific section by Harald Welte · 7 years ago
  41. 5e6e8dc Make build of CCID code succeed again on BOARD=simtrace by Harald Welte · 7 years ago
  42. 8e7fca3 migrate from req_ctx to msgb by Harald Welte · 7 years ago
  43. 3bbaba0 DFU: Disable LED blinking code by Harald Welte · 8 years ago
  44. 5b108d8 DFU: initialize g_dfu during real power up by Harald Welte · 8 years ago
  45. abba8a8 LED: Introduce LED blinking pattern code by Harald Welte · 8 years ago
  46. 912b183 qmod: Use different Interface Strings for Modem1+2 / Modem 3+4 by Harald Welte · 8 years ago
  47. 2363fa0 Generate USB Strings from apps/*/usb_strings.txt files at compile time by Harald Welte · 8 years ago
  48. 1405100 DFU: Introduce board/app-specific override for booting in DFU mode by Harald Welte · 8 years ago
  49. 7214b47 Make sure to print CPU Reset Cause when starting the software by Harald Welte · 8 years ago
  50. 45ebe45 Enable Watchdog (500ms) by Harald Welte · 8 years ago
  51. 8adf0ac DFU app: call into board_main_top() for qmod related initialization by Harald Welte · 8 years ago
  52. f415d71 Call USBD_Disconnect before software-triggered CPU reset by Harald Welte · 8 years ago
  53. ec0837c change from \r\n (CRLF) to \n\r (LFCR) by Harald Welte · 8 years ago
  54. e8eea29 dfu: fix cosmetic issue in debug message by Harald Welte · 8 years ago
  55. ec9b5ff dfu/main.c: Initialize FLASHD driver before using it by Harald Welte · 8 years ago
  56. e36970c dfu: print Chip ID during boot by Harald Welte · 8 years ago
  57. adba0ce fix g_dfu access from both DFU and runtime access by Harald Welte · 8 years ago
  58. 32852bc DFU: towards a more complete implementation by Harald Welte · 8 years ago
  59. d09829d Remove newlib dependency, include own stdio/string/assert by Harald Welte · 8 years ago
  60. d525231 fix some compiler warnings by Harald Welte · 8 years ago
  61. d8a003d Structure build system to build for multiple boards/apps/environments by Harald Welte · 8 years ago