Skip to content

Commit e79ff4c

Browse files
committed
READMEs updates
1 parent af00549 commit e79ff4c

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

README-MAINTAINER.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ Then it is possible to start openocd:
573573

574574
```console
575575
$ .../xpack-openocd-0.12.0-1/bin/openocd -f "board/stm32f4discovery.cfg"
576-
xPack OpenOCD x86_64 Open On-Chip Debugger 0.12.0+dev (2022-09-01-20:26)
576+
xPack Open On-Chip Debugger 0.12.0-01004-g9ea7f3d64-dirty (2023-01-30-16:23)
577577
Licensed under GNU GPL v2
578578
For bug reports, read
579579
http://openocd.org/doc/doxygen/bugs.html
@@ -583,13 +583,14 @@ srst_only separate srst_nogate srst_open_drain connect_deassert_srst
583583
Info : Listening on port 6666 for tcl connections
584584
Info : Listening on port 4444 for telnet connections
585585
Info : clock speed 2000 kHz
586-
Info : STLINK V2J14S0 (API v2) VID:PID 0483:3748
587-
Info : Target voltage: 2.893326
588-
Info : stm32f4x.cpu: hardware has 6 breakpoints, 4 watchpoints
586+
Info : STLINK V2J39S0 (API v2) VID:PID 0483:3748
587+
Info : Target voltage: 2.901598
588+
Info : [stm32f4x.cpu] Cortex-M4 r0p1 processor detected
589+
Info : [stm32f4x.cpu] target has 6 breakpoints, 4 watchpoints
589590
Info : starting gdb server for stm32f4x.cpu on 3333
590591
Info : Listening on port 3333 for gdb connections
591-
target halted due to breakpoint, current mode: Thread
592-
xPSR: 0x21000000 pc: 0x0800113c msp: 0x2001ff78
592+
[stm32f4x.cpu] halted due to breakpoint, current mode: Handler HardFault
593+
xPSR: 0x61000003 pc: 0x080002d6 msp: 0x2001ff78
593594
^C
594595
shutdown command invoked
595596
```

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,12 @@ $ tree -L 2 /Users/ilg/Library/xPacks/\@xpack-dev-tools/openocd/0.12.0-1.1/.cont
116116
│   ├── libftdi1.2.dylib -> libftdi1.2.5.0.dylib
117117
│   ├── libhidapi.0.13.1.dylib
118118
│   └── libusb-1.0.0.dylib
119-
├── openocd
120-
│   ├── OpenULINK
121-
│   ├── contrib
122-
│   └── scripts
123-
└── share
124-
└── doc
119+
└── openocd
120+
├── OpenULINK
121+
├── contrib
122+
└── scripts
125123

126-
12 directories, 7 files
124+
10 directories, 7 files
127125
```
128126

129127
No other files are installed in any system folders or other locations.

0 commit comments

Comments
 (0)