1. 6b7f8d1 make sim switch board specific by Kévin Redon · 5 years ago
  2. 19cd3b0 firmware: do not allow undefined symbols by Eric Wild · 4 years, 6 months ago
  3. b6e2f0f DFU: add DFU application by Kévin Redon · 4 years, 10 months ago
  4. 198c3fb improve shared bootloader/application memory by Kévin Redon · 4 years, 10 months ago
  5. 9acff5e make LED definitions board specific by Kévin Redon · 5 years ago
  6. e5efbb1 hw: put board specific pin definition in corresponding file by Kévin Redon · 5 years ago
  7. acb7bd9 disable ERASE pin by Kévin Redon · 5 years ago
  8. ad0958e minor: update copyright by Kévin Redon · 6 years ago
  9. 80d9476 UART: switch baud rate to 921600 bps by Kévin Redon · 6 years ago
  10. e2b0f97 set main clock for using UART at 921600 bps by Kévin Redon · 6 years ago
  11. c394109 firmware: Enable -Wformat and resolve all related compiler warnings by Harald Welte · 6 years ago
  12. ff3d849 USB: increase USB reset time by Kévin Redon · 6 years ago
  13. 1836ac0 add synchronous UART transmission and use it in exceptions by Kévin Redon · 6 years ago
  14. ac0843a make adc2uv common by Kévin Redon · 6 years ago
  15. d975411 LED: add need pattern by Kévin Redon · 6 years ago
  16. 33d1eb7 replace leading spaces with tabs by Kévin Redon · 6 years ago
  17. 93717e4 set linux end of line by Kévin Redon · 6 years ago
  18. 9a12d68 firmware: set license to GPLv2+ by Kévin Redon · 6 years ago
  19. 9918c28 DFU: use central DFU override check by Kévin Redon · 6 years ago
  20. 2bdaa73 UART: remove unused code by Kévin Redon · 6 years ago
  21. fcf2743 UART: make IRQ/ISR enabling simpler by Kévin Redon · 6 years ago
  22. d44cb80 DFU: disable configured console UART before starting main app by Kévin Redon · 6 years ago
  23. 9e29a3e DFU: set stack pointer before starting main app by Kévin Redon · 6 years ago
  24. 4cbdc7c fix LED switching on/off by King Kévin · 6 years ago
  25. 30f90a7 console: drop data to be send when buffer is already full by Kévin Redon · 6 years ago
  26. a1012b1 USB: add central file to define USB IDs, classes, and endpoints by Kévin Redon · 6 years ago
  27. 11914d9 LED: add short LED pulse blinking pattern by Kévin Redon · 6 years ago
  28. ca9e4bf board: fix LED pin definition by Kévin Redon · 6 years ago
  29. 4091d78 board: comment USART definitions and add corresponding IRQ numbers by Kévin Redon · 6 years ago
  30. eac1bec console: use buffer and interrupts instead of busy loops for UART debug output by Kévin Redon · 6 years ago
  31. 80303c1 DFU: only boot the application if it has a valid start by Kévin Redon · 6 years ago
  32. f5869d4 USB: implement USB reset by setting the on-board pull-up on D+ low by Kévin Redon · 6 years ago
  33. 76be7c8 fix pointer casting warning by Kévin Redon · 6 years ago
  34. 432ba51 add copyright notice by Kévin Redon · 6 years ago
  35. 27f5fc6 DFU: Move "Override DFU" (force DFU) code to board-specific section by Harald Welte · 7 years ago
  36. eb50c9f [firmware] sim_switch + wwan_perst: Don't re-initialize by Harald Welte · 7 years ago
  37. c47fc5f set local slot LED according to remote/local state. by Harald Welte · 7 years ago
  38. 02d0ec6 uart_console: Re-start watchdog during busy-waiting for serial chars by Harald Welte · 7 years ago
  39. 0709d2d perst/sim_switch: Log events using TRACE_INFO by Harald Welte · 7 years ago
  40. 44622df consistently use 0-based counting of modems/slots by Harald Welte · 7 years ago
  41. 5c583d3 Generalize SIM switching code and allow local/remote switching via USB by Harald Welte · 7 years ago
  42. 2cbc9b2 use same USB Product ID for DFU and runtime mode by Harald Welte · 7 years ago
  43. abba8a8 LED: Introduce LED blinking pattern code by Harald Welte · 8 years ago
  44. c6e482d qmod eeprom/i2c: Re-start watchdog while slow bit-banging by Harald Welte · 8 years ago
  45. 1405100 DFU: Introduce board/app-specific override for booting in DFU mode by Harald Welte · 8 years ago
  46. aaba4af Use Supply Controller to avoid running SAM3 on voltages lower than 3.0V by Harald Welte · 8 years ago
  47. 3ecbf67 only simtrace is bus-powered, SAM3 on qmod + owhw are self-powered by Harald Welte · 8 years ago
  48. 91fc402 DFU: make sure to properly initialize g_dfu pointer before using it by Harald Welte · 8 years ago
  49. d1e9634 DFU: fix transitions between runtime and DFU mode by Harald Welte · 8 years ago
  50. db17e83 cstartup: (re-)enable interrupts before calling main() by Harald Welte · 8 years ago
  51. 0af4948 cstartup / USBD: Use correct Makefile conditionals for DFU by Harald Welte · 8 years ago
  52. cab6641 flashd: Set 6 Wait states as per Errata requiremens for Revision A by Harald Welte · 8 years ago
  53. 0395bd1 move PLLB (for USB) initialization to board_lowlevel.c by Harald Welte · 8 years ago
  54. adba0ce fix g_dfu access from both DFU and runtime access by Harald Welte · 8 years ago
  55. 65cca7c ensure g_dfu is linked to start of RAM when building DFU loader by Harald Welte · 8 years ago
  56. 32852bc DFU: towards a more complete implementation by Harald Welte · 8 years ago
  57. d09829d Remove newlib dependency, include own stdio/string/assert by Harald Welte · 8 years ago
  58. d8a003d Structure build system to build for multiple boards/apps/environments by Harald Welte · 8 years ago
  59. 3f5e3dd Change directory structure to align with Atmel softpack by Harald Welte · 8 years ago