From 5c7b552554c8aa700e6cbc1f107258ec88acfc4a Mon Sep 17 00:00:00 2001 From: JianjunJiang <8192542@qq.com> Date: Wed, 15 Dec 2021 17:55:24 +0800 Subject: [PATCH] [xfel]bump version to v1.2.3 --- README.md | 2 +- main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f3a801..02ae45b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For 64-bits windows, you can using `x86_64-w64-mingw32-` instead of `i686-w64-mi ## Usage ```shell -xfel(v1.2.2) - https://github.com/xboot/xfel +xfel(v1.2.3) - https://github.com/xboot/xfel usage: xfel version - Show chip version xfel hexdump
- Dumps memory region in hex diff --git a/main.c b/main.c index e74f7e7..0a66789 100644 --- a/main.c +++ b/main.c @@ -81,7 +81,7 @@ static void hexdump(uint32_t addr, void * buf, size_t len) static void usage(void) { - printf("xfel(v1.2.2) - https://github.com/xboot/xfel\r\n"); + printf("xfel(v1.2.3) - https://github.com/xboot/xfel\r\n"); printf("usage:\r\n"); printf(" xfel version - Show chip version\r\n"); printf(" xfel hexdump
- Dumps memory region in hex\r\n");