index
:
riscv-tools/riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flash
/
at91sam7.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-02
move nor drivers to src/flash/nor
Zachary T Welch
1
-1213
/
+0
2009-11-24
remove flash_driver->register_callbacks
Zachary T Welch
1
-6
/
+1
2009-11-24
at91sam7: use register_commands()
Zachary T Welch
1
-9
/
+21
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-2
/
+2
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-3
/
+3
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-16
/
+16
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-3
/
+3
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
1
-2
/
+2
2009-11-13
command_t -> struct command
Zachary T Welch
1
-1
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-1
/
+1
2009-11-13
flash_bank_t -> struct flash_bank
Zachary T Welch
1
-24
/
+24
2009-11-13
target_t -> struct target
Zachary T Welch
1
-11
/
+11
2009-11-13
flash_driver_t -> struct flash_driver
Zachary T Welch
1
-1
/
+1
2009-11-13
flash_sector_t -> struct flash_sector
Zachary T Welch
1
-2
/
+2
2009-11-13
at91sam7_flash_bank_t -> struct at91sam7_flash_bank
Zachary T Welch
1
-14
/
+14
2009-11-13
use FLASH_BANK_COMMAND_HANDLER macro
Zachary T Welch
1
-1
/
+1
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-1
/
+1
2009-11-09
flash/at91sam[37].c: remove useless declarations
Zachary T Welch
1
-37
/
+31
2009-11-05
Improve at91sam7.c command argument parsing.
Zachary T Welch
1
-20
/
+24
2009-08-30
David Brownell <david-b@pacbell.net> start phasing out integers as target IDs
oharboe
1
-18
/
+18
2009-06-23
Remove whitespace at end of lines, step 1.
zwelch
1
-21
/
+21
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-2
/
+2
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-4
/
+4
2009-06-23
- Fixes '[<>]' whitespace
zwelch
1
-12
/
+12
2009-06-23
- Fixes '[|]' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '+' whitespace
zwelch
1
-10
/
+10
2009-06-23
- Fixes '=' whitespace
zwelch
1
-15
/
+15
2009-06-23
- Fixes '==' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '<<' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '>>' whitespace
zwelch
1
-21
/
+21
2009-06-23
- Fixes '<=' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '&&' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-2
/
+2
2009-06-21
C99 printf() -Werror fixes
duane
1
-14
/
+18
2009-06-18
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
1
-29
/
+29
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-15
/
+15
2009-06-18
Transform 'u8' to 'uint8_t' in src/flash
zwelch
1
-11
/
+11
2009-05-31
Add target_write_memory wrapper:
zwelch
1
-1
/
+1
2009-05-31
Add target_read_memory wrapper:
zwelch
1
-1
/
+1
2009-05-16
fix naming of at91sam7 driver
oharboe
1
-2
/
+2
2009-05-11
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
1
-10
/
+0
2009-04-21
Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warnings
oharboe
1
-5
/
+5
2009-04-19
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe
1
-1
/
+2
2009-04-18
The following patches was applied:
mifi
1
-37
/
+39
2008-10-15
Laurentiu Cocanu - memory read/write and exit() error path fixes
oharboe
1
-1
/
+5
2008-09-29
- at91sam7.c remove build warnings
ntfreak
1
-1
/
+1
2008-09-27
- convert spaces to tabs in at91sam7.[ch]
ntfreak
1
-1027
/
+1021
2008-09-26
Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...
oharboe
1
-826
/
+1085
2008-08-19
search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.
oharboe
1
-1
/
+1
2008-08-17
fixed not halted error messages
oharboe
1
-0
/
+5
[next]