-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: William Goodspeed <[email protected]>
- Loading branch information
William Goodspeed
committed
Jan 26, 2025
1 parent
562c036
commit f6df866
Showing
9 changed files
with
66 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Primary Maintainer: | |
Gong Zhile <[email protected]> | ||
|
||
Contributors: | ||
|
||
- qi-xmu (for MacOS-specific improvements) | ||
|
||
Special Thanks: | ||
- HiFoss Community for sponsoring the hardware. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,47 @@ | ||
2024-11-16 Gong Zhile <[email protected]> | ||
2025-01-26 William Goodspeed <[email protected]> | ||
|
||
Merge branch 'macos-any-baudrate' of https://github.com/goodspeed34/ws63flash | ||
|
||
2025-01-06 Gong Zhile <[email protected]> | ||
|
||
src/ws63flash.c: fix reset regression (workaround) | ||
|
||
2025-01-06 William Goodspeed <[email protected]> | ||
|
||
{src/io.h,src/ws63flash.c}: Minor formating, Provide checks before initiating HAVE_DECL_IOSSIOSPEED | ||
|
||
2025-01-06 qi-xmu <[email protected]> | ||
|
||
fix(io): 增加苹果系统下非标准波特率支持 | ||
- 在 io.h 中添加了苹果系统特有的头文件包含 | ||
- 实现了苹果系统下通过 IOSSIOSPEED ioctl 设置自定义波特率的方法 | ||
- 更新了 uart_open 函数以支持非标准波特率 | ||
- 修改了 ws63flash.c 中的错误处理,以适应苹果系统的特性 | ||
|
||
2024-12-13 Gong Zhile <[email protected]> | ||
|
||
Prepare for 0.2.2 release | ||
|
||
Workflow: fully checkout during CI build to get correct version | ||
|
||
Workflow: Add CI build for amd64 linux static | ||
|
||
README{,.en}: Polish building and flashing instructions | ||
|
||
configure.ac: Downgrading autoconf version req to 2.70 | ||
|
||
2024-11-17 Gong Zhile <[email protected]> | ||
|
||
man/ws63flash.1: add synopsis for write action | ||
|
||
src/ws63flash.c: Support baudrate negotiation during handshake & Make it default | ||
|
||
Prepare for v0.2.1 release | ||
|
||
src/ws63flash.c: Support writing bin(s) to specific address | ||
|
||
2024-11-16 Gong Zhile <[email protected]> | ||
|
||
src/io.h: Fixed compilation error on OpenBSD | ||
|
||
Create Chinese README and default to the Chinese Ver. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters