index
:
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-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
-1
/
+1
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
-6
/
+6
2009-11-09
{pic32m,stm32}x.c: remove useless declarations
Zachary T Welch
1
-48
/
+38
2009-11-05
Improve stm32x.c command argument parsing.
Zachary T Welch
1
-35
/
+20
2009-09-20
Enhancement: stm32 flash protection error message
dbrownell
1
-1
/
+1
2009-07-01
- correct stm32 connectivity line programming as per latest manual
ntfreak
1
-7
/
+12
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
[next]