1. 878fadd firmware: disable stack protector by default by Oliver Smith · 3 years, 6 months ago
  2. 9e0e0dd firmware: qmod-dfu: disable stack protector by Oliver Smith · 3 years, 6 months ago
  3. 9316890 firmware: allow verbose builds by Eric Wild · 4 years, 6 months ago
  4. 19cd3b0 firmware: do not allow undefined symbols by Eric Wild · 4 years, 6 months ago
  5. 1031d9b firmware: create duplicate files for upload only by Oliver Smith · 3 years, 7 months ago
  6. 09c3d45 firmware/Makefile: fix UNKNOWN in OBS packages by Oliver Smith · 3 years, 7 months ago
  7. 1afb70a firmware: fix builds with gcc stack smashing protection enabled by Harald Welte · 4 years, 2 months ago
  8. b6e2f0f DFU: add DFU application by Kévin Redon · 4 years, 10 months ago
  9. e3b2de4 firmware: move printing of welcome banner to common function print_banner() by Harald Welte · 4 years, 9 months ago
  10. 98cf47a Makefile: add linker option showing memory usage by Kévin Redon · 4 years, 10 months ago
  11. 87940f1 Build only 'reasonable' combinations of APP/MEMORY by Harald Welte · 4 years, 10 months ago 0.7.0
  12. 36f888f Patch actual board name into the USB iProduct string descriptor by Harald Welte · 4 years, 10 months ago
  13. 0b7e5f3 fix baudrate of 'make log' by Harald Welte · 4 years, 10 months ago
  14. 72a62cf minor: fix spacing by Kévin Redon · 6 years ago
  15. d14970f publish: also upload latest by Kévin Redon · 5 years ago
  16. 155f57a firmware: name binaries including their git version number by Harald Welte · 5 years ago
  17. 6349036 remove unused make define by Kévin Redon · 5 years ago
  18. 6228d18 add make DEFINE to remove assert ERASE code by Kévin Redon · 5 years ago
  19. c394109 firmware: Enable -Wformat and resolve all related compiler warnings by Harald Welte · 6 years ago
  20. f7f61cd Makefiles: Add "make install" target by Harald Welte · 6 years ago
  21. ebe8b20 Makefile: fix automatic creation of obj directory by Harald Welte · 6 years ago
  22. c35998e Makefile: Disable -Wundef and -Wsign-compare for now by Harald Welte · 7 years ago
  23. 8e7fca3 migrate from req_ctx to msgb by Harald Welte · 7 years ago
  24. 0380d74 Makefile: remove .p files during 'make clean' by Harald Welte · 7 years ago
  25. 9457bf7 Makefile: Don't warn about failed inlines by Harald Welte · 7 years ago
  26. caca0b1 Makefile: Add new 'combined' target to build combined DFU+APP image by Harald Welte · 7 years ago
  27. 912b183 qmod: Use different Interface Strings for Modem1+2 / Modem 3+4 by Harald Welte · 8 years ago
  28. 2363fa0 Generate USB Strings from apps/*/usb_strings.txt files at compile time by Harald Welte · 8 years ago
  29. adbe72a Makefile: Define APPLICATION_foo BOARD_bar and ENVIRONMENT_baz #defines by Harald Welte · 8 years ago
  30. edf9c9d Makefile: Optimize for size by Harald Welte · 8 years ago
  31. 37b6e41 move last few files from src_board / include_board by Harald Welte · 8 years ago
  32. d09829d Remove newlib dependency, include own stdio/string/assert by Harald Welte · 8 years ago
  33. d8a003d Structure build system to build for multiple boards/apps/environments by Harald Welte · 8 years ago
  34. 3f5e3dd Change directory structure to align with Atmel softpack by Harald Welte · 8 years ago
  35. 7ed6f3b WIP: Introduce USB DFU code from my at91lib DFU port by Harald Welte · 8 years ago
  36. aa3b867 WIP: split main from board-speciic parts by Harald Welte · 8 years ago
  37. a05ccc9 build efc.o and flashd.o as part of build process by Harald Welte · 8 years ago
  38. 6732248 Add support for board version reading via ADC by Harald Welte · 8 years ago
  39. 987f59a Import libosmocore timer infrastructure and use it for PERST by Harald Welte · 8 years ago
  40. b41598b Introudce an include_libosmocore directory and move (updated) linuxlist there by Harald Welte · 8 years ago
  41. 31f817c Add support for controlling PERST of WWAN modems (on qmod) by Harald Welte · 8 years ago
  42. 2819e9c wwan_led: Read + report status changes of WWAN LED inputs by Harald Welte · 8 years ago
  43. 226b40a WIP: bit-banging I2C support for EEPROM access on QMOD by Harald Welte · 8 years ago
  44. a02b641 Add support for 'qmod' (quad-modem) board by Harald Welte · 8 years ago
  45. 8ee15db read SAM3S unique serial number at start and print it by Harald Welte · 9 years ago
  46. 2315e6b ensure git version ends up in firmware image by Harald Welte · 9 years ago
  47. 7abdb51 ringbuffer: Make ring buffer access irq-save by Harald Welte · 9 years ago
  48. f672e9d req_ctx: Convert from hand-coded linked lists to linuxlist.h by Harald Welte · 9 years ago
  49. ba0c688 owhw: Make owhw/board.h the default for now by Harald Welte · 9 years ago
  50. 2a6d3af re-introduce req_ctx buffers into the host communication by Harald Welte · 9 years ago
  51. 54a7cec Add card_emu_target.c to bind card_emu.c code into target firmware by Harald Welte · 9 years ago
  52. 2d3371e split board.h into generic part and simtrace-specific part by Harald Welte · 9 years ago
  53. 9d3e382 initial commit of more code towards card emulation by Harald Welte · 9 years ago
  54. 30a53f8 Move Fi/Di calculation functions to separate C file by Harald Welte · 9 years ago
  55. 2c68f9c Makefile: Removed unused object file target tc_etu by Christina Quast · 9 years ago
  56. 6246000 iso7816_uart.c: Do not compile by Christina Quast · 9 years ago
  57. be23527 Added not working PTS parsing to host communication by Christina Quast · 9 years ago
  58. c63da3f Makefile: Check for already opened ttyUSBx by Christina Quast · 9 years ago
  59. 2b8a18b Sniffer with ringbuf, works SOMETIMES by Christina Quast · 9 years ago
  60. 5c6a299 phone.c: Sniffer bus config make switch by Christina Quast · 9 years ago
  61. 4db82e0 ringbuffer implementation by Christina Quast · 9 years ago
  62. e2dddd5 Renamed simtrace_src to src_simtrace by Christina Quast · 9 years ago
  63. 55cd873 Makefile: 'make log' for debug dumps over serial by Christina Quast · 9 years ago
  64. 4396fee Rename simtrace/ to simtrace_src by Christina Quast · 9 years ago
  65. b6f77d3 Makefile: Compile silently and show code files used by Christina Quast · 9 years ago
  66. 29c99b9 Makefile: Enabled iprintf, removed comment by Christina Quast · 9 years ago
  67. 5a67c0f Renamed main folder to firmware by Christina Quast · 9 years ago[Renamed from sam3s_example/Makefile]
  68. 58c1ae3 Makefile: local openocd config folder by Christina Quast · 9 years ago
  69. 076396f Makefile: disable format warnings by Christina Quast · 9 years ago
  70. c1cc1b7 Remove any Baselibc remains from Makefile by Christina Quast · 9 years ago
  71. 8ed72bd Makefile: Compile mitm.c by Christina Quast · 9 years ago
  72. 531d10b Timer counter functions, Makefile adjusted by Christina Quast · 10 years ago
  73. ce8fa7e Add optional TRACE_*_WP switch by Christina Quast · 10 years ago
  74. 6838fb6 Remove atmel lib ccid targets from Makefile by Christina Quast · 10 years ago
  75. 33864fa Set default trace level to FATAL by Christina Quast · 10 years ago
  76. f5462b4 Change Makefile to compile simtrace firmware by Christina Quast · 10 years ago
  77. 32906bb simtrace main with phone as clk master by Christina Quast · 10 years ago
  78. 87d141e Reanabled some compiler warnings by Christina Quast · 10 years ago
  79. d20f26d Makefile: Disable unused variable warnings by Christina Quast · 10 years ago
  80. 9649361 Makefile: included USB library files by Christina Quast · 10 years ago
  81. 0f1b36f Using existing atmel led routines by Christina Quast · 10 years ago
  82. 99f9f7b working printf by Christina Quast · 10 years ago
  83. f1192c6 UART with stdio functions by Christina Quast · 10 years ago
  84. 8be71e4 Makefile with libs and atmel source by Christina Quast · 10 years ago
  85. 637ace9 Real AT91 lib defines by Christina Quast · 10 years ago
  86. c8ae58b at91 lib dir for src files by Christina Quast · 10 years ago
  87. b0a0570 initial by Christina Quast · 10 years ago