index
:
openpcd
master
Firmware for the OpenPCD, OpenPICC and SIMtrace hardware
laforge@gnumonks.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
src
/
dfu
/
dfu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: Do not send ZLP when we have filled the window
v0.4
Holger Hans Peter Freyther
2011-12-14
1
-23
/
+23
*
dfu: Remove unused variable, mark method as not retuning
Holger Hans Peter Freyther
2011-11-10
1
-3
/
+1
*
dfu: Use {} for possible empty if statement (in case debug is off)
Holger Hans Peter Freyther
2011-11-10
1
-1
/
+3
*
dfu: Mark unsued variables as __unused for now
Holger Hans Peter Freyther
2011-11-10
1
-4
/
+4
*
dfu: udp_ep0_recv_clean is static and is not called anywhere
Holger Hans Peter Freyther
2011-11-10
1
-14
/
+0
*
dfu: The i variable to disable interrupts shadows the outer index
Holger Hans Peter Freyther
2011-11-10
1
-3
/
+3
*
DFU: Fix execution of software that was loaded to RAM via DFU
v0.1
Harald Welte
2011-07-30
1
-8
/
+17
*
DFU: Support re-flashing of DFU via DFU
Harald Welte
2011-07-30
1
-16
/
+132
*
sam7dfu: update copyright years
Harald Welte
2011-07-29
1
-1
/
+1
*
sam7dfu: make sure we can use USB reset to get from DFU -> APP
Harald Welte
2011-07-29
1
-2
/
+14
*
dfu: fix EP0 IN trasnfers that are even multiple of 8
Harald Welte
2011-07-07
1
-4
/
+14
*
allow GETSTATE and GETSTATUS requests in MANIFEST state (compatibility with d...
laforge
2008-02-17
1
-3
/
+19
*
Add watchdog reset to dfu
henryk
2007-11-07
1
-1
/
+8
*
moved flash code to seperate file
meri
2007-04-10
1
-2
/
+2
*
- add new DAC driver (instead of poti) for PICC
laforge
2006-12-18
1
-0
/
+6
*
- add svn:ignore property to make 'svn st' output more realistic
laforge
2006-10-15
1
-0
/
+12
*
v0.4 of the readers uses a different pin for the USB pullup
laforge
2006-10-04
1
-0
/
+2
*
acknowledge SET_INTERFACE request
laforge
2006-09-30
1
-1
/
+3
*
- fix minor issues with USB string support
laforge
2006-09-25
1
-1
/
+1
*
- Include tool for Converting ASCII to UTF-16LE in C-Header
laforge
2006-09-25
1
-19
/
+32
*
- Implement runtime DFU switching and reset-after-update. This means
laforge
2006-09-23
1
-17
/
+17
*
make sure DFU loader always prints some informational / copyright message upo...
laforge
2006-09-22
1
-7
/
+11
*
- we increase the DFU size from 4k to 16k size. This is mainly due to the
laforge
2006-09-22
1
-15
/
+55
*
DFU works (fix various bugs such as forgetting to shift the page number, chec...
laforge
2006-09-21
1
-69
/
+122
*
- add support for flashing to DFU
laforge
2006-09-20
1
-38
/
+28
*
- Add OpenPICC register definition (and USB command handling)
laforge
2006-09-20
1
-10
/
+28
*
- implement some more missing DFU bits
laforge
2006-09-20
1
-11
/
+107
*
add GPL disclaimer to all C files that I wrote
laforge
2006-09-13
1
-0
/
+14
*
Completely separate DFU from application program, we now have a real bootloader.
laforge
2006-09-13
1
-0
/
+681
personal git repositories of
Harald Welte
. Your mileage may vary