[xfel]upgrade to v1.2.4-alpha

This commit is contained in:
JianjunJiang 2022-01-04 16:12:40 +08:00
parent f6518f52b1
commit 2dd188b709
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright(c) 2007-2021 Jianjun Jiang <8192542@qq.com>
Copyright(c) 2007-2022 Jianjun Jiang <8192542@qq.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

2
main.c
View File

@ -81,7 +81,7 @@ static void hexdump(uint32_t addr, void * buf, size_t len)
static void usage(void)
{
printf("xfel(v1.2.3) - https://github.com/xboot/xfel\r\n");
printf("xfel(v1.2.4-alpha) - https://github.com/xboot/xfel\r\n");
printf("usage:\r\n");
printf(" xfel version - Show chip version\r\n");
printf(" xfel hexdump <address> <length> - Dumps memory region in hex\r\n");