Skip to content

Commit

Permalink
READMEs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jan 30, 2023
1 parent af00549 commit e79ff4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
13 changes: 7 additions & 6 deletions README-MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ Then it is possible to start openocd:

```console
$ .../xpack-openocd-0.12.0-1/bin/openocd -f "board/stm32f4discovery.cfg"
xPack OpenOCD x86_64 Open On-Chip Debugger 0.12.0+dev (2022-09-01-20:26)
xPack Open On-Chip Debugger 0.12.0-01004-g9ea7f3d64-dirty (2023-01-30-16:23)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Expand All @@ -583,13 +583,14 @@ srst_only separate srst_nogate srst_open_drain connect_deassert_srst
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : clock speed 2000 kHz
Info : STLINK V2J14S0 (API v2) VID:PID 0483:3748
Info : Target voltage: 2.893326
Info : stm32f4x.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : STLINK V2J39S0 (API v2) VID:PID 0483:3748
Info : Target voltage: 2.901598
Info : [stm32f4x.cpu] Cortex-M4 r0p1 processor detected
Info : [stm32f4x.cpu] target has 6 breakpoints, 4 watchpoints
Info : starting gdb server for stm32f4x.cpu on 3333
Info : Listening on port 3333 for gdb connections
target halted due to breakpoint, current mode: Thread
xPSR: 0x21000000 pc: 0x0800113c msp: 0x2001ff78
[stm32f4x.cpu] halted due to breakpoint, current mode: Handler HardFault
xPSR: 0x61000003 pc: 0x080002d6 msp: 0x2001ff78
^C
shutdown command invoked
```
Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,12 @@ $ tree -L 2 /Users/ilg/Library/xPacks/\@xpack-dev-tools/openocd/0.12.0-1.1/.cont
│   ├── libftdi1.2.dylib -> libftdi1.2.5.0.dylib
│   ├── libhidapi.0.13.1.dylib
│   └── libusb-1.0.0.dylib
├── openocd
│   ├── OpenULINK
│   ├── contrib
│   └── scripts
└── share
└── doc
└── openocd
├── OpenULINK
├── contrib
└── scripts

12 directories, 7 files
10 directories, 7 files
```

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

0 comments on commit e79ff4c

Please sign in to comment.