From 902978e428006c72338cfb7cc5833a7076a3b68b Mon Sep 17 00:00:00 2001 From: JianjunJiang <8192542@qq.com> Date: Wed, 4 Aug 2021 13:49:08 +0800 Subject: [PATCH] [xfel]bump version to v1.1.4 --- README.md | 2 +- main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ec0599..02656fb 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.1.3) - https://github.com/xboot/xfel +xfel(v1.1.4) - 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 e7c60cd..4ff544e 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.1.3) - https://github.com/xboot/xfel\r\n"); + printf("xfel(v1.1.4) - 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");