1. 8e7fca3 migrate from req_ctx to msgb by Harald Welte · 7 years ago
  2. 0380d74 Makefile: remove .p files during 'make clean' by Harald Welte · 7 years ago
  3. 9457bf7 Makefile: Don't warn about failed inlines by Harald Welte · 7 years ago
  4. caca0b1 Makefile: Add new 'combined' target to build combined DFU+APP image by Harald Welte · 7 years ago
  5. 912b183 qmod: Use different Interface Strings for Modem1+2 / Modem 3+4 by Harald Welte · 8 years ago
  6. 2363fa0 Generate USB Strings from apps/*/usb_strings.txt files at compile time by Harald Welte · 8 years ago
  7. adbe72a Makefile: Define APPLICATION_foo BOARD_bar and ENVIRONMENT_baz #defines by Harald Welte · 8 years ago
  8. edf9c9d Makefile: Optimize for size by Harald Welte · 8 years ago
  9. 37b6e41 move last few files from src_board / include_board by Harald Welte · 8 years ago
  10. d09829d Remove newlib dependency, include own stdio/string/assert by Harald Welte · 8 years ago
  11. d8a003d Structure build system to build for multiple boards/apps/environments by Harald Welte · 8 years ago
  12. 3f5e3dd Change directory structure to align with Atmel softpack by Harald Welte · 8 years ago
  13. 7ed6f3b WIP: Introduce USB DFU code from my at91lib DFU port by Harald Welte · 8 years ago
  14. aa3b867 WIP: split main from board-speciic parts by Harald Welte · 8 years ago
  15. a05ccc9 build efc.o and flashd.o as part of build process by Harald Welte · 8 years ago
  16. 6732248 Add support for board version reading via ADC by Harald Welte · 8 years ago
  17. 987f59a Import libosmocore timer infrastructure and use it for PERST by Harald Welte · 8 years ago
  18. b41598b Introudce an include_libosmocore directory and move (updated) linuxlist there by Harald Welte · 8 years ago
  19. 31f817c Add support for controlling PERST of WWAN modems (on qmod) by Harald Welte · 8 years ago
  20. 2819e9c wwan_led: Read + report status changes of WWAN LED inputs by Harald Welte · 8 years ago
  21. 226b40a WIP: bit-banging I2C support for EEPROM access on QMOD by Harald Welte · 8 years ago
  22. a02b641 Add support for 'qmod' (quad-modem) board by Harald Welte · 8 years ago
  23. 8ee15db read SAM3S unique serial number at start and print it by Harald Welte · 9 years ago
  24. 2315e6b ensure git version ends up in firmware image by Harald Welte · 9 years ago
  25. 7abdb51 ringbuffer: Make ring buffer access irq-save by Harald Welte · 9 years ago
  26. f672e9d req_ctx: Convert from hand-coded linked lists to linuxlist.h by Harald Welte · 9 years ago
  27. ba0c688 owhw: Make owhw/board.h the default for now by Harald Welte · 9 years ago
  28. 2a6d3af re-introduce req_ctx buffers into the host communication by Harald Welte · 9 years ago
  29. 54a7cec Add card_emu_target.c to bind card_emu.c code into target firmware by Harald Welte · 9 years ago
  30. 2d3371e split board.h into generic part and simtrace-specific part by Harald Welte · 9 years ago
  31. 9d3e382 initial commit of more code towards card emulation by Harald Welte · 9 years ago
  32. 30a53f8 Move Fi/Di calculation functions to separate C file by Harald Welte · 9 years ago
  33. 2c68f9c Makefile: Removed unused object file target tc_etu by Christina Quast · 9 years ago
  34. 6246000 iso7816_uart.c: Do not compile by Christina Quast · 9 years ago
  35. be23527 Added not working PTS parsing to host communication by Christina Quast · 9 years ago
  36. c63da3f Makefile: Check for already opened ttyUSBx by Christina Quast · 9 years ago
  37. 2b8a18b Sniffer with ringbuf, works SOMETIMES by Christina Quast · 9 years ago
  38. 5c6a299 phone.c: Sniffer bus config make switch by Christina Quast · 9 years ago
  39. 4db82e0 ringbuffer implementation by Christina Quast · 9 years ago
  40. e2dddd5 Renamed simtrace_src to src_simtrace by Christina Quast · 9 years ago
  41. 55cd873 Makefile: 'make log' for debug dumps over serial by Christina Quast · 9 years ago
  42. 4396fee Rename simtrace/ to simtrace_src by Christina Quast · 9 years ago
  43. b6f77d3 Makefile: Compile silently and show code files used by Christina Quast · 9 years ago
  44. 29c99b9 Makefile: Enabled iprintf, removed comment by Christina Quast · 9 years ago
  45. 5a67c0f Renamed main folder to firmware by Christina Quast · 9 years ago[Renamed from sam3s_example/Makefile]
  46. 58c1ae3 Makefile: local openocd config folder by Christina Quast · 9 years ago
  47. 076396f Makefile: disable format warnings by Christina Quast · 9 years ago
  48. c1cc1b7 Remove any Baselibc remains from Makefile by Christina Quast · 9 years ago
  49. 8ed72bd Makefile: Compile mitm.c by Christina Quast · 9 years ago
  50. 531d10b Timer counter functions, Makefile adjusted by Christina Quast · 10 years ago
  51. ce8fa7e Add optional TRACE_*_WP switch by Christina Quast · 10 years ago
  52. 6838fb6 Remove atmel lib ccid targets from Makefile by Christina Quast · 10 years ago
  53. 33864fa Set default trace level to FATAL by Christina Quast · 10 years ago
  54. f5462b4 Change Makefile to compile simtrace firmware by Christina Quast · 10 years ago
  55. 32906bb simtrace main with phone as clk master by Christina Quast · 10 years ago
  56. 87d141e Reanabled some compiler warnings by Christina Quast · 10 years ago
  57. d20f26d Makefile: Disable unused variable warnings by Christina Quast · 10 years ago
  58. 9649361 Makefile: included USB library files by Christina Quast · 10 years ago
  59. 0f1b36f Using existing atmel led routines by Christina Quast · 10 years ago
  60. 99f9f7b working printf by Christina Quast · 10 years ago
  61. f1192c6 UART with stdio functions by Christina Quast · 10 years ago
  62. 8be71e4 Makefile with libs and atmel source by Christina Quast · 10 years ago
  63. 637ace9 Real AT91 lib defines by Christina Quast · 10 years ago
  64. c8ae58b at91 lib dir for src files by Christina Quast · 10 years ago
  65. b0a0570 initial by Christina Quast · 10 years ago