Skip to content

Commit

Permalink
[xrock]bump version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjunjiang committed Oct 28, 2021
1 parent 515489a commit 478eb88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For 64-bits windows, you can using `x86_64-w64-mingw32-` instead of `i686-w64-mi
## Usage

```shell
xrock(v1.0.1) - https://github.com/xboot/xrock
xrock(v1.0.2) - https://github.com/xboot/xrock
usage:
xrock maskrom <ddr> <usbplug> - Initial chip using ddr and usbplug in maskrom mode
xrock version - Show chip version
Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static const char * manufacturer[] = {

static void usage(void)
{
printf("xrock(v1.0.1) - https://github.com/xboot/xrock\r\n");
printf("xrock(v1.0.2) - https://github.com/xboot/xrock\r\n");
printf("usage:\r\n");
printf(" xrock maskrom <ddr> <usbplug> - Initial chip using ddr and usbplug in maskrom mode\r\n");
printf(" xrock version - Show chip version\r\n");
Expand Down

0 comments on commit 478eb88

Please sign in to comment.