index
:
openpcd
master
minxu-fixes
OpenPCD (SIMtrace) firmware
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-22
fix a wrong memset length (we want length of atqa, not length of the pointer ...
laforge
1
-1
/
+1
2006-09-21
DFU works (fix various bugs such as forgetting to shift the page number, chec...
laforge
7
-93
/
+176
2006-09-21
some code cleanup
laforge
1
-7
/
+15
2006-09-21
use POSITIVE_EDGE as a workaround to the irq storm if HIGH_LEVEL is used. Th...
laforge
1
-1
/
+5
2006-09-21
add some debugging output to flash_page()
laforge
1
-1
/
+6
2006-09-20
add dfu flash header file
laforge
1
-0
/
+4
2006-09-20
- add support for flashing to DFU
laforge
4
-54
/
+59
2006-09-20
re-set SAK during every chaining iteration (Henryk Ploetz)
laforge
1
-0
/
+1
2006-09-20
- Add OpenPICC register definition (and USB command handling)
laforge
28
-186
/
+486
2006-09-20
- fix linker scripts and Cstartup.S to correctly relocate shared data
laforge
3
-3
/
+5
2006-09-20
fix _edata_shared address definition
laforge
2
-4
/
+2
2006-09-20
- fix relocation of _data_shared segment
laforge
3
-12
/
+40
2006-09-20
- add linker scripts for SAM7S128
laforge
3
-1
/
+113
2006-09-20
Add DFU debugging capabilities (makes DFU compile if DEBUG=1)
laforge
2
-0
/
+160
2006-09-20
- add some more flash related definitions
laforge
1
-8
/
+4
2006-09-20
- implement some more missing DFU bits
laforge
6
-35
/
+145
2006-09-20
move flash code into dfu
laforge
1
-0
/
+0
2006-09-20
fix location of dfu_api
laforge
1
-1
/
+1
2006-09-17
fix typo (Henryk Ploetz)
laforge
1
-1
/
+1
2006-09-14
add flash size definitions for AT91SAM7S64/32, correct/complete those for S12...
laforge
1
-8
/
+24
2006-09-14
spi_transceive cannot work without a rx_buffer due to hardware restrictions (...
laforge
1
-4
/
+2
2006-09-13
add GPL disclaimer to all C files that I wrote
laforge
37
-33
/
+949
2006-09-13
Completely separate DFU from application program, we now have a real bootloader.
laforge
13
-203
/
+1056
2006-09-12
move to new directory
laforge
22
-0
/
+0
2006-09-12
move to new directory
laforge
16
-0
/
+0
2006-09-12
move to new directory
laforge
113
-0
/
+0
2006-09-12
- we now have two interfaces in the USB device
(no author)
1
-2
/
+2
2006-09-12
- add SSC READ and LOOP commands
(no author)
1
-3
/
+14
2006-09-12
add some more documentation / notes
(no author)
4
-0
/
+267
2006-09-12
usb performance benchmark
(no author)
1
-0
/
+55
2006-09-12
add some WDT skeleton code
(no author)
1
-0
/
+23
2006-09-12
some more debug related options (PLL lock status, button status, ssc start/st...
(no author)
1
-8
/
+48
2006-09-12
optimize for size, rather than performance
(no author)
1
-1
/
+1
2006-09-12
pio_irq USB access
(no author)
3
-20
/
+67
2006-09-12
- fix bootloader switch detection
(no author)
5
-6
/
+34
2006-09-12
further development of PICC ADC and SSC drivers
(no author)
2
-28
/
+75
2006-09-12
base address of SPI controller is 'const'
(no author)
1
-1
/
+1
2006-09-10
- don't configure PA15 as MISO, since poti's are write-only
(no author)
1
-1
/
+1
2006-09-10
enable clock of TC2 before configuring it
(no author)
1
-0
/
+3
2006-09-10
- Add notification in case PLL PIO status changes (serial + LED1)
(no author)
1
-0
/
+16
2006-09-10
Further PIO IRQ fixes
(no author)
2
-10
/
+22
2006-09-10
- Introduce new "BOARD=" make parameter to distinguish between PICC and PCD PIO
(no author)
2
-9
/
+35
2006-09-10
remove DFU specfic part that is replicated in dfu.c
(no author)
1
-6
/
+0
2006-09-10
make PWM 'main' build with current environment
(no author)
1
-4
/
+13
2006-09-10
add PWM and load modulation to main_openpicc
(no author)
3
-15
/
+119
2006-09-10
use SPI controllers internal timeout
(no author)
2
-8
/
+21
2006-09-10
move PWM code to OS
(no author)
1
-0
/
+0
2006-09-10
move PWM code to OS
(no author)
1
-0
/
+0
2006-09-10
add PLL inhibit support code for PICC
(no author)
4
-31
/
+47
2006-09-10
add unfinished code to read ADC
(no author)
1
-1
/
+15
[next]