1. 2bdaa73 UART: remove unused code by Kévin Redon · 6 years ago
  2. fcf2743 UART: make IRQ/ISR enabling simpler by Kévin Redon · 6 years ago
  3. d44cb80 DFU: disable configured console UART before starting main app by Kévin Redon · 6 years ago
  4. 9e29a3e DFU: set stack pointer before starting main app by Kévin Redon · 6 years ago
  5. 4cbdc7c fix LED switching on/off by King Kévin · 6 years ago
  6. 30f90a7 console: drop data to be send when buffer is already full by Kévin Redon · 6 years ago
  7. a1012b1 USB: add central file to define USB IDs, classes, and endpoints by Kévin Redon · 6 years ago
  8. 11914d9 LED: add short LED pulse blinking pattern by Kévin Redon · 6 years ago
  9. ca9e4bf board: fix LED pin definition by Kévin Redon · 6 years ago
  10. 4091d78 board: comment USART definitions and add corresponding IRQ numbers by Kévin Redon · 6 years ago
  11. eac1bec console: use buffer and interrupts instead of busy loops for UART debug output by Kévin Redon · 6 years ago
  12. 80303c1 DFU: only boot the application if it has a valid start by Kévin Redon · 6 years ago
  13. f5869d4 USB: implement USB reset by setting the on-board pull-up on D+ low by Kévin Redon · 6 years ago
  14. 76be7c8 fix pointer casting warning by Kévin Redon · 6 years ago
  15. 432ba51 add copyright notice by Kévin Redon · 6 years ago
  16. 27f5fc6 DFU: Move "Override DFU" (force DFU) code to board-specific section by Harald Welte · 7 years ago
  17. eb50c9f [firmware] sim_switch + wwan_perst: Don't re-initialize by Harald Welte · 7 years ago
  18. c47fc5f set local slot LED according to remote/local state. by Harald Welte · 7 years ago
  19. 02d0ec6 uart_console: Re-start watchdog during busy-waiting for serial chars by Harald Welte · 7 years ago
  20. 0709d2d perst/sim_switch: Log events using TRACE_INFO by Harald Welte · 7 years ago
  21. 44622df consistently use 0-based counting of modems/slots by Harald Welte · 7 years ago
  22. 5c583d3 Generalize SIM switching code and allow local/remote switching via USB by Harald Welte · 7 years ago
  23. 2cbc9b2 use same USB Product ID for DFU and runtime mode by Harald Welte · 7 years ago
  24. abba8a8 LED: Introduce LED blinking pattern code by Harald Welte · 8 years ago
  25. c6e482d qmod eeprom/i2c: Re-start watchdog while slow bit-banging by Harald Welte · 8 years ago
  26. 1405100 DFU: Introduce board/app-specific override for booting in DFU mode by Harald Welte · 8 years ago
  27. aaba4af Use Supply Controller to avoid running SAM3 on voltages lower than 3.0V by Harald Welte · 8 years ago
  28. 3ecbf67 only simtrace is bus-powered, SAM3 on qmod + owhw are self-powered by Harald Welte · 8 years ago
  29. 91fc402 DFU: make sure to properly initialize g_dfu pointer before using it by Harald Welte · 8 years ago
  30. d1e9634 DFU: fix transitions between runtime and DFU mode by Harald Welte · 8 years ago
  31. db17e83 cstartup: (re-)enable interrupts before calling main() by Harald Welte · 8 years ago
  32. 0af4948 cstartup / USBD: Use correct Makefile conditionals for DFU by Harald Welte · 8 years ago
  33. cab6641 flashd: Set 6 Wait states as per Errata requiremens for Revision A by Harald Welte · 8 years ago
  34. 0395bd1 move PLLB (for USB) initialization to board_lowlevel.c by Harald Welte · 8 years ago
  35. adba0ce fix g_dfu access from both DFU and runtime access by Harald Welte · 8 years ago
  36. 65cca7c ensure g_dfu is linked to start of RAM when building DFU loader by Harald Welte · 8 years ago
  37. 32852bc DFU: towards a more complete implementation by Harald Welte · 8 years ago
  38. d09829d Remove newlib dependency, include own stdio/string/assert by Harald Welte · 8 years ago
  39. d8a003d Structure build system to build for multiple boards/apps/environments by Harald Welte · 8 years ago
  40. 3f5e3dd Change directory structure to align with Atmel softpack by Harald Welte · 8 years ago