Skip to content

Commit

Permalink
update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jun 26, 2020
1 parent 2f40be5 commit c520041
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ Releases in reverse chronological order.

- prepare v0.10.0-14
- add binaries for Arm 32/64-bit
- update for XBB v3.2
- based on openocd.git 8833c889da07eae750bcbc11215cc84323de9b74 from June 23rd, 2020

### 2020-03-26

Expand Down
8 changes: 4 additions & 4 deletions README-BUILD.md
Expand Up @@ -108,7 +108,7 @@ No need to add a tag here, it'll be added when the release is created.

To prepare a new release, first determine the OpenOCD version
(like `0.10.0`) and update the `scripts/VERSION` file. The format is
`0.10.0-13`. The fourth number is the xPack release number
`0.10.0-14`. The fourth number is the xPack release number
of this version. A fifth number will be added when publishing
the package on the `npm` server.

Expand Down Expand Up @@ -395,7 +395,7 @@ program from there. For example on macOS the output should
look like:

```console
$ /Users/ilg/Downloads/xPacks/openocd/0.10.0-13/bin/openocd --version
$ /Users/ilg/Downloads/xPacks/openocd/0.10.0-14/bin/openocd --version
xPack OpenOCD, 64-bit Open On-Chip Debugger 0.10.0+dev (2019-07-17-15:21)
```

Expand All @@ -405,8 +405,8 @@ After install, the package should create a structure like this (macOS files;
only the first two depth levels are shown):

```console
$ tree -L 2 /Users/ilg/Library/xPacks/\@xpack-dev-tools/openocd/0.10.0-13.1/.content/
/Users/ilg/Library/xPacks/\@xpack-dev-tools/openocd/0.10.0-13.1/.content/
$ tree -L 2 /Users/ilg/Library/xPacks/\@xpack-dev-tools/openocd/0.10.0-14.1/.content/
/Users/ilg/Library/xPacks/\@xpack-dev-tools/openocd/0.10.0-14.1/.content/
├── OpenULINK
│   └── ulink_firmware.hex
├── README.md
Expand Down
8 changes: 4 additions & 4 deletions scripts/README-0.10.0-14.md
Expand Up @@ -14,12 +14,12 @@ The xPack OpenOCD generally follows the official
The current version is based on:

- OpenOCD version 0.10.0, the development commit
[f0909fe9e](https://github.com/xpack-dev-tools/openocd/commit/f0909fe9e5f819d83c90c2622e27d98fa1b59046)
from May 6, 2020.
[e5be992df](https://github.com/xpack-dev-tools/openocd/commit/e5be992df1a893e2e865419a02a564d5f9ccd9dd)
from June 23, 2020.

## Changes

Compared to the master branch, the following changes were applied:
Compared to the upstream master branch, the following changes were applied:

- a configure option was added to configure branding (`--enable-branding`)
- the src/openocd.c file was edited to display the branding string
Expand All @@ -32,7 +32,7 @@ The scripts used to build this distribution are in:
- `distro-info/scripts`

For the prerequisites and more details on the build procedure, please see the
[How to build?](https://github.com/xpack-dev-tools/openocd-xpack/blob/xpack/README-BUILD.md) page.
[How to build](https://github.com/xpack-dev-tools/openocd-xpack/blob/xpack/README-BUILD.md) page.

## Documentation

Expand Down

0 comments on commit c520041

Please sign in to comment.