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