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
/
stm32x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-31
/
+31
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-32
/
+32
2009-06-23
- Fixes '[|]' whitespace
zwelch
1
-9
/
+9
2009-06-23
- Fixes '=' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '<<' whitespace
zwelch
1
-6
/
+6
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Replace 'switch(' with 'switch ('.
zwelch
1
-4
/
+4
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-25
/
+25
2009-06-21
C99 printf() -Werror fixes
duane
1
-4
/
+4
2009-06-18
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
1
-24
/
+24
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
-10
/
+10
2009-06-01
David Brownell <david-b@pacbell.net>:
zwelch
1
-210
/
+210
2009-05-31
Add target_run_algorithm wrapper:
zwelch
1
-1
/
+1
2009-05-11
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
1
-8
/
+0
2009-05-07
Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...
zwelch
1
-12
/
+8
2009-04-29
Clear FLASH_SR error flags after flash errors to avoid reset befor further fl...
mlu
1
-1
/
+10
2009-04-19
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe
1
-1
/
+1
2009-04-18
The following patches was applied:
mifi
1
-38
/
+40
2009-04-14
Improved (for humans) error reporting for flash programming errors.
mlu
1
-1
/
+21
2009-04-02
Cortex-M3 cleanup and performance patch
mlu
1
-1
/
+1
2009-02-26
- stm32x flash driver - add support for stm32105/107 (connectivity line)
ntfreak
1
-1
/
+33
2008-11-27
- stm32x flash driver: add support for low density devices
ntfreak
1
-1
/
+33
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
/
+10
2008-07-23
- more fixes to high density stm32x flash driver
ntfreak
1
-10
/
+114
2008-07-22
- fix bug with stm32 high density write protection
ntfreak
1
-7
/
+35
2008-07-15
- stm32 flash driver correctly handles early silicon
ntfreak
1
-29
/
+35
2008-06-11
- probe incorrect for high density stm32 flash
ntfreak
1
-2
/
+1
2008-06-06
- stm32 erase will use mass_erase if all banks selected
ntfreak
1
-30
/
+43
2008-06-04
- luminary, stm32 and str7 flash driver error cleanup
ntfreak
1
-0
/
+1
2008-05-27
- moved flash erase_check target code to target.c
ntfreak
1
-1
/
+1
2008-05-26
- corrected error with stm32 page calculation
ntfreak
1
-1
/
+2
2008-05-24
- update sectors on stm32x mass erase
ntfreak
1
-0
/
+7
2008-05-23
- add support for newer high density stm32 parts
ntfreak
1
-30
/
+52
2008-04-29
- stm32x default to 128k if flash size failed.
ntfreak
1
-1
/
+6
2008-04-10
- single core context used, removed debug context as thought unnecessary.
ntfreak
1
-1
/
+0
2008-04-03
- Work on fixing erase check. Many implementations are plain broken.
oharboe
1
-46
/
+5
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-14
/
+14
2008-03-07
- correct spelling typo in stm32x flash driver
ntfreak
1
-1
/
+1
2008-02-28
Pavel Chromy cleaned up checks for halted, error messages, etc.
oharboe
1
-1
/
+16
2008-02-25
dos2unix fix.
oharboe
1
-988
/
+988
2008-02-25
- "flash write_binary" is now "flash write_bank" to clarify the focus of the
oharboe
1
-998
/
+988
2008-02-14
- added check for revA silicon in stm32 flash driver
ntfreak
1
-0
/
+9
2008-02-10
- stm32 flash driver now checks for correct target
ntfreak
1
-0
/
+11
2008-02-10
- add autoprobe support to the stm32 flash driver
ntfreak
1
-44
/
+37
2008-01-27
- added autoprobe functionality
mifi
1
-0
/
+1
2007-11-21
- reset_run now works as expected on cortex-m3
ntfreak
1
-106
/
+250
2007-10-08
- cleaned up str7, str9 and stm32 flash drivers
ntfreak
1
-15
/
+9
2007-08-10
- renamed M5960 USB JTAG to "flyswatter"
drath
1
-25
/
+12
[next]