1. 34200e4 firmware: apps/cardem/main.c: Synchronize with apps/trace/main.c by Harald Welte · 4 years, 8 months ago
  2. e3b2de4 firmware: move printing of welcome banner to common function print_banner() by Harald Welte · 4 years, 8 months ago
  3. 6011831 update copyright statement by Harald Welte · 4 years, 9 months ago
  4. 9b36787 minor: updated copyright years by Kévin Redon · 6 years ago
  5. ad0958e minor: update copyright by Kévin Redon · 6 years ago
  6. 4f3a035 minor: fix typo in comment by Kévin Redon · 6 years ago
  7. 7d5d011 minor: add checks on configurations and functions by Kévin Redon · 6 years ago
  8. c394109 firmware: Enable -Wformat and resolve all related compiler warnings by Harald Welte · 6 years ago
  9. d8ebd6a cardem: increase watchdog to 2 seconds by Kévin Redon · 6 years ago
  10. 738a04a cardem: show detailed reset cause by Kévin Redon · 6 years ago
  11. 33d1eb7 replace leading spaces with tabs by Kévin Redon · 6 years ago
  12. 9a12d68 firmware: set license to GPLv2+ by Kévin Redon · 6 years ago
  13. 4689345 echo all command characters entered on serial console by Harald Welte · 6 years ago
  14. 9d90d28 Use system include <foo.h> notation for libosmocore headers by Harald Welte · 6 years ago
  15. 2afd57f cardem: Don't dispatch UART IRQs to possible NULL pointers by Harald Welte · 7 years ago
  16. 8e7fca3 migrate from req_ctx to msgb by Harald Welte · 7 years ago
  17. abba8a8 LED: Introduce LED blinking pattern code by Harald Welte · 8 years ago
  18. 7214b47 Make sure to print CPU Reset Cause when starting the software by Harald Welte · 8 years ago
  19. 45ebe45 Enable Watchdog (500ms) by Harald Welte · 8 years ago
  20. f415d71 Call USBD_Disconnect before software-triggered CPU reset by Harald Welte · 8 years ago
  21. ec0837c change from \r\n (CRLF) to \n\r (LFCR) by Harald Welte · 8 years ago
  22. d525231 fix some compiler warnings by Harald Welte · 8 years ago
  23. d8a003d Structure build system to build for multiple boards/apps/environments by Harald Welte · 8 years ago[Renamed from firmware/src_simtrace/main.c]
  24. aa3b867 WIP: split main from board-speciic parts by Harald Welte · 8 years ago
  25. 6732248 Add support for board version reading via ADC by Harald Welte · 8 years ago
  26. 987f59a Import libosmocore timer infrastructure and use it for PERST by Harald Welte · 8 years ago
  27. b41598b Introudce an include_libosmocore directory and move (updated) linuxlist there by Harald Welte · 8 years ago
  28. 7e5c7d5 Add debug commands '1' and '2' to generate 1ms reset pulses to modems by Harald Welte · 8 years ago
  29. 2819e9c wwan_led: Read + report status changes of WWAN LED inputs by Harald Welte · 8 years ago
  30. af61479 qmod: Remove 'U' debug command and directly initialize USB by Harald Welte · 8 years ago
  31. b871363 qmod: cosmetic changes to EEPROM hex array by Harald Welte · 8 years ago
  32. b30783c qmod EEPROM: Dont't mark any ports as non-removable by Harald Welte · 8 years ago
  33. ae8a465 qmod: Commit missing changes to EEPROM by Harald Welte · 8 years ago
  34. 6dfcf70 qmod: Start with _HUB_RESET=0 -> HUB_RESET=1 (not in reset) by Harald Welte · 8 years ago
  35. f9a182d qmod: breal the command loop when 'U' is pressed and proceed to USB init by Harald Welte · 8 years ago
  36. afbb747 qmod: do not automatically clear _HUB_RESET after EEPROM write by Harald Welte · 8 years ago
  37. e07aed6 qmod: debug menu: Add 'U' command to proceed to USB by Harald Welte · 8 years ago
  38. 396354c qmod: debug menu: make sure to always print something by Harald Welte · 8 years ago
  39. 006b16d quad-modem: Add debug console commands for debugging by Harald Welte · 8 years ago
  40. e974fbb Issue ST12_PRTPWR_OVERRIDE before putting hub in reset by Harald Welte · 8 years ago
  41. 15e026e qmod: Set PIN_PRTPWR_OVERRIDE to output/low by Harald Welte · 8 years ago
  42. 4e3b9a5 qmod: attempt to swithc the DN/DP wires of the SAM3 by Harald Welte · 8 years ago
  43. 67415e3 HACK: Add EEPROM writing at boot of SAM3 on qmod by Harald Welte · 8 years ago
  44. 226b40a WIP: bit-banging I2C support for EEPROM access on QMOD by Harald Welte · 8 years ago
  45. 3bafe43 dynamically dispatch USART IRQs by Harald Welte · 9 years ago
  46. 8ee15db read SAM3S unique serial number at start and print it by Harald Welte · 9 years ago
  47. cf1c19a src_simtrace/main: debug/trace logging improvements by Harald Welte · 9 years ago
  48. 04e37a8 firmware/main: Disable the rotor unless TRACE_DEBUG by Harald Welte · 9 years ago
  49. 2315e6b ensure git version ends up in firmware image by Harald Welte · 9 years ago
  50. 7dd3dfd convert all src_simtrace code to kernel coding style by Harald Welte · 9 years ago
  51. 1605564 ensure USB config numbers always start from 1 by Harald Welte · 9 years ago
  52. 072dadd main.c: Only call the configure() function of a configuration if it exists by Harald Welte · 9 years ago
  53. 40901a0 various printf/debug output improvements by Harald Welte · 9 years ago
  54. ebbb645 req_ctx: Fix allocation (allocate 1 block, not all) and call _init() by Harald Welte · 9 years ago
  55. 54cb3d0 host_communication/card_emu: adapt to nwe req_ctx / queuing paradignm by Harald Welte · 9 years ago
  56. 2a6d3af re-introduce req_ctx buffers into the host communication by Harald Welte · 9 years ago
  57. 2fb5996 owhw: fix GPIO definitions (output low level by default) by Harald Welte · 9 years ago
  58. 8d6a5d8 move USBDDriverCallbacks_ConfigurationChanged() to main.c by Harald Welte · 9 years ago
  59. d4c1421 conf_func: Mark const and static. by Harald Welte · 9 years ago
  60. fefd571 conf_func: Use named struct initializers and named array subscripts by Harald Welte · 9 years ago
  61. 15d72cc add some comments on the conf_func members by Harald Welte · 9 years ago
  62. 3d8c093 main: Increase timeout for USB configured state by Christina Quast · 9 years ago
  63. 560ade3 main.c: Removed TC_Start/_Stop (was commented out) by Christina Quast · 9 years ago
  64. 9dbf1c9 main.c: Set green LED when USB is configured by Christina Quast · 9 years ago
  65. 2379ac8 main.c: Removed double declaration of var i by Christina Quast · 9 years ago
  66. de68867 main.c: Reset board if USB not configured by Christina Quast · 9 years ago
  67. 95d6616 Split init into configure and init by Christina Quast · 9 years ago
  68. e2dddd5 Renamed simtrace_src to src_simtrace by Christina Quast · 9 years ago[Renamed from firmware/simtrace_src/main.c]
  69. 4396fee Rename simtrace/ to simtrace_src by Christina Quast · 9 years ago[Renamed from firmware/simtrace/main.c]
  70. fbcd8a1 simtrace: Rename main by Christina Quast · 9 years ago[Renamed from firmware/simtrace/simtrace_main.c]
  71. 5a67c0f Renamed main folder to firmware by Christina Quast · 9 years ago[Renamed from sam3s_example/simtrace/simtrace_main.c]
  72. c5a78d7 simtrace: wait until usb is configured by Christina Quast · 10 years ago
  73. b5ebebe main: configure red led, just in case by Christina Quast · 10 years ago
  74. 541656c Add CCID functions to func ptrs struct by Christina Quast · 10 years ago
  75. cafde00 conf initially sniff conf by Christina Quast · 10 years ago
  76. fb524b9 Function pointer struct in main for run,init by Christina Quast · 10 years ago
  77. 10b2e5a Consistent config num enum for main.c and usb.c by Christina Quast · 10 years ago
  78. 1161b27 main while loop: wait for USB by Christina Quast · 10 years ago
  79. c02571e basic structure for main while loop with all configs by Christina Quast · 10 years ago
  80. 32906bb simtrace main with phone as clk master by Christina Quast · 10 years ago