forked from dfu-programmer/dfu-programmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
95 lines (94 loc) · 3.53 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Original Author:
- Weston Schmidt <weston_schmidt@alumni.purdue.edu>
Contributors:
- Reinhard Arlt
- at89c5131 chip support
- Anton Blad
- at90usb162 and at90usb82 chip support
- David Brownell
- compiler flag improvements
- command line argument processing improvements
- debugging system improvements
- significant man page improvements
- support for the at90usb series AVR chips
- the beginnings of the move over to using stdint.h
- Nick Hibma
- bug fixes
- Markus Schneider
- OS X porting issues
- Geoffrey Wossum
- added reset command
- Sean D'Epagnier
- eeprom bug fix
- 4K bootloader support fix
- Peter Gammie
- at90usb647 PID fix
- Zachary Clifford
- completed AVR32 support
- identified a number of off-by-one errors waiting to happen
- identified that AVR32 "User Pages" aren't supported yet
- patch to allow proper handling of the trampoline code
- patch to allow flashing user flash space & STDIN
- patch to enable support for windows using mingw32
- patch to enable setting/getting fuses for the AVR32 devices
- Donald Davis
- patch with new AVR devices & testing of support for the devices
- Brad Schick
- identified that the flash memory overlaps the bootloader memory
- identified the off-by-one issue when the bootloader is in upper memory
- Xavier Leprevost
- patch to fix an error in the avr32 user flash dump command
- Dave Fletcher
- patch to enable atmega32u2 chips
- Torsten Rottmann
- patch to enable libusb 1.0 support
- Mitko
- patch to enable at32uc3b1512 and at32uc3b0512 chips
- Darren Gibbs
- identified dead/bad code around the bootloader overlap checking
- Holger Steinhaus
- patch to enable atmega8u2
- Martin Guy
- patch to enable automotive AVR32 flashing without a timeout
- Walker Inman
- bugfix flash user page for avr32
- add stm32 devices
- add progress bar
- update algorithm for converting hex and sending program
- simplify command structure
- add ability to dump to hex file (and hex2bin / bin2hex)
- svn -> git migration
- update --help -h text
- also a lot of formatting updates (sorry)
- More info in README
- Add autocomplete for Ubuntu
- Simon Large
- fix atmel_reset function
- get rid of compiler warnings around fprintf statements
- fix build system for selecting libusb-1.0
- atmega16u2 support
- better support for Windows users
- improve layout of help text
- add security fuse support for AVR32
- fix memory bounds for xmega devices
- Johannes Carlsson
- patch to fix use of libusb in configure.ac
- Grégory S.
- identified too-late check for null pointer
- Dmitry Nedospasov
- support for xmega devices
- Kees Bakker
- support for atxmega256a3bu
- David Nelson
- support for at32uc3a4256s
- support for using a specific usb bus/address
- support for device serialisation
- correction to --quiet output
- Olivier Pisano
- support for atxmega16c4
- Neels Hofmeyr
- improvements to progress bar
- John Szakmeister
- Fix exit status of help-related options and improve start sequence
- Alban Bedel
- Fix infinite loop using rpl_malloc