1. 657cce1 dfu: let the device reset itself by Eric · 3 years, 8 months ago
  2. e424929 pio_it.c: Permit repeated calls to PIO_ConfigureIt() by Harald Welte · 4 years, 6 months ago
  3. a625ef0 USBD.c: Don't reset EP0 on SetConfiguration(0) by Harald Welte · 4 years, 6 months ago
  4. 37220cc Disable interrupts during EEFC_ReadUniqueID() by Harald Welte · 4 years, 7 months ago
  5. b6e2f0f DFU: add DFU application by Kévin Redon · 4 years, 10 months ago
  6. 5b13602 host_communication: Send zero-length-packet on wMaxPacketSize by Harald Welte · 4 years, 9 months ago
  7. b0b457d USBD_HAL: Don't disable UDP peripheral clock on suspend by Harald Welte · 4 years, 9 months ago
  8. 3c003cc Fix format string related warnings (int vs. long) by Harald Welte · 4 years, 9 months ago
  9. 75a5f22 minor: improve trace output by Kévin Redon · 4 years, 10 months ago
  10. 198c3fb improve shared bootloader/application memory by Kévin Redon · 4 years, 10 months ago
  11. 15f48b2 minor: fix typo by Kévin Redon · 4 years, 10 months ago
  12. e051ddd minor: move USB debug output from info to debug level by Kévin Redon · 6 years ago
  13. 5db9402 add serial and version info in USB description by Kévin Redon · 4 years, 10 months ago
  14. 8daba9c gcc: fix warning by Kévin Redon · 6 years ago
  15. 1836ac0 add synchronous UART transmission and use it in exceptions by Kévin Redon · 6 years ago
  16. 93717e4 set linux end of line by Kévin Redon · 6 years ago
  17. a1012b1 USB: add central file to define USB IDs, classes, and endpoints by Kévin Redon · 6 years ago
  18. 4136c24 USBD: send empty packet when non-existing descriptor string is requested by Kévin Redon · 6 years ago
  19. a38a126 fix: initialize uninitialized variable in USBDFU_DFU_RequestHandler by Kévin Redon · 6 years ago
  20. 7f62c24 USB: Handle DFU requests by USBD.c to keep application callback by Harald Welte · 7 years ago
  21. f231541 Fix typos in usb.c, llist_irqsafe.h and dfu.h by Harald Welte · 7 years ago
  22. f8c83a4 Make hardfault handler a bit more verbose by Harald Welte · 7 years ago
  23. e8869fb DFU: Resolve DFU runtime descriptor dynamically from descriptors by Harald Welte · 8 years ago
  24. c6e482d qmod eeprom/i2c: Re-start watchdog while slow bit-banging by Harald Welte · 8 years ago
  25. 2363fa0 Generate USB Strings from apps/*/usb_strings.txt files at compile time 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. 0de99cd DFU: String descriptors for DFU alt-interfaces by Harald Welte · 8 years ago 0.2
  28. ac4f66e DFU: Set 10ms bwPollTimeout (lowest possible as per spec) 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. b04f4f0 DFU Runtime: Add missing return after handling USB standard requests by Harald Welte · 8 years ago
  31. d1e9634 DFU: fix transitions between runtime and DFU mode 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. 479e97e DFU: Add missing 'return' after handling generic USB control request by Harald Welte · 8 years ago
  35. 203abf5 dfu_desc: Add some string descriptors and fix configuration desc table by Harald Welte · 8 years ago
  36. b2ad7f7 dfu_des.c: Cosmetic changes, use named initializers by Harald Welte · 8 years ago
  37. adba0ce fix g_dfu access from both DFU and runtime access by Harald Welte · 8 years ago
  38. 65cca7c ensure g_dfu is linked to start of RAM when building DFU loader by Harald Welte · 8 years ago
  39. 32852bc DFU: towards a more complete implementation by Harald Welte · 8 years ago
  40. 37b6e41 move last few files from src_board / include_board by Harald Welte · 8 years ago
  41. 964f509 remove pio_capture, we don't use it by Harald Welte · 8 years ago
  42. d8a003d Structure build system to build for multiple boards/apps/environments by Harald Welte · 8 years ago
  43. 3f5e3dd Change directory structure to align with Atmel softpack by Harald Welte · 8 years ago
  44. 7ed6f3b WIP: Introduce USB DFU code from my at91lib DFU port by Harald Welte · 8 years ago
  45. ae82155 USBDDriver.c: swaped args to memset by Christina Quast · 9 years ago
  46. 590c221 Remove redundant ccid files in atmel lib by Christina Quast · 9 years ago
  47. 86bf2c3 atmellib: Remove pngs in usb/ by Christina Quast · 9 years ago
  48. 0cc6142 Remove USBLib_Trace.h by Christina Quast · 9 years ago
  49. b0bbb1b Removed sym links, replaced them with actual folders by Christina Quast · 9 years ago
  50. d0339af Removed unused code and header files from atmel lib by Christina Quast · 9 years ago
  51. 5a67c0f Renamed main folder to firmware by Christina Quast · 9 years ago