Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openocd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
openocd
Graph
da767f48da13464b6bd03b08270b529273c995f4
Select Git revision
Branches
2
dw-cmsisdap-path
max32xxx
default
protected
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Jun
16
11
10
6
5
4
3
29
May
28
27
26
25
24
23
22
21
20
19
16
14
12
11
10
9
8
7
6
3
2
1
30
Apr
29
28
26
25
24
23
22
21
20
19
18
17
16
15
14
13
11
10
9
8
7
6
5
4
3
2
1
31
Mar
28
26
25
22
21
17
14
13
12
11
10
9
8
7
6
5
4
3
2
1
29
Feb
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
7
6
4
2
27
Jan
25
24
23
22
21
20
17
14
11
10
9
7
29
Dec
21
20
19
18
17
16
14
10
9
5
4
23
Nov
21
26
Oct
22
8
1
10
Sep
5
25
Aug
21
20
17
16
14
13
10
9
31
Jul
26
25
15
28
Jun
24
21
16
15
14
31
May
30
29
10
5
28
Apr
26
25
16
12
11
30
Mar
29
28
26
16
15
20
Feb
3
31
Jan
26
25
22
18
9
22
Nov
7
5
23
Oct
19
12
6
3
28
Sep
12
9
7
4
31
Aug
20
17
14
11
6
1
30
Jul
17
25
Jun
23
16
12
5
2
Pavel Chromy:
Pavel Chromy: TAP state changed to TLR when SRST goes active with srst_pulls_trst, as in all other drivers
Spen spotted a bug in warning for missing srst_pulls_trst
- added missing install entries for eir-sam7se512 target
- added target and event script for the eir-sam7se512 target
fallback for no implementation of multi word CFI write. Successful codepath not affected.
GDB timeout fix. If a script takes a long time and does not produce any output, ping between every command.
- removed duplicate cortex_m3_register_commands
- probe incorrect for high density stm32 flash
- error message cleanup in jlink driver
- stm32 erase will use mass_erase if all banks selected
Nicolas Pitre: Feroceon fixes
- erase bank using bank erase rather than each sector
Pavel Chromy: TCK returns to zero before state of reset line is changed.
Pavel Chromy: fix logging syntax error + formatting & removing obsolete comments.
- fix jlink accessing incorrect buffer element
- luminary, stm32 and str7 flash driver error cleanup
- str9 driver remove the duplicate target_free_working_area and reformat spaces to tabs.
Fredrik Hederstierna: fix leak + clean up return codes
Fredrik Hederstierna: fix leak + clean up return codes
- added checksum_memory and blank_check_memory for xscale
- stellaris flash driver changed warning to info
- moved flash erase_check target code to target.c
flash_write will attempt to pad image sections
- fixed typo in wp command
- fix issue if jlink sends result in single usb in packet
- added check for max. value of jtag_speed in ft2232_khz.
- renamed EMU_CMD_HW_JTAG to EMU_CMD_HW_JTAG3
found out why str912 reset halt failed.
clock 1/0 in idle now configurable.
- corrected error with stm32 page calculation
- changed some buffer defines to increase performance
- comment out usb_set_altinterface, because it is not working under Mac OS X.
- updated docs for new stellaris mass_erase command
- added stellaris flash mass_erase command
- update sectors on stm32x mass erase
- swap processing of reset handling. First srst and than trst.
- removed compiler warnings
- corrected copy/paste type and renamed jlink_usb_read_result to jlink_usb_read_emu_result
- removed obsolete cmd JLINK_TAP_SEQUENCE_COMMAND, use EMU_CMD_HW_JTAG instead
Loading