Releases: FujiNetWIFI/fujinet-rs232
Releases · FujiNetWIFI/fujinet-rs232
v0.0.1.d4a5c3
fujinet.sys
MS-DOS driver for RS232 FujiNet
What's Changed
Full Changelog: v0.0.1.326d4f...v0.0.1.d4a5c3
v0.0.1.326d4f
fujinet.sys
MS-DOS driver for RS232 FujiNet
What's Changed
- added stldlib reference by @nullvalue0 in #1
- Able to set time and read sectors with SYS driver by @FozzTexx in #2
- Better serial I/O by @FozzTexx in #3
- Support multiple drives. by @FozzTexx in #4
- DOS sticks a space at the end of the filename even when there are no parameters. by @FozzTexx in #5
- Flush any RX bytes before trying to send a command. by @FozzTexx in #6
- Define more constants for FujiNet commands. by @FozzTexx in #7
- If command isn't sector based then retrying data is bad by @FozzTexx in #8
- Restore 15 second timeout. Use 16bit timeout counter since we're counting millis not micros. by @FozzTexx in #9
- Media_check_cmd() queries FujiNet to see if mount time has changed. by @FozzTexx in #10
- Print name & version of compiler used. by @FozzTexx in #11
- Simplify DOS driver structs by @FozzTexx in #12
- Build driver as COM instead of EXE for compatibility with older DOS versions by @FozzTexx in #13
- Expand aux in cmdFrame_t from 16bit to 32bit by @FozzTexx in #14
- Support drives larger than 32MB (aka "huge") by @FozzTexx in #15
- Add ability to write sectors by @FozzTexx in #16
- Return write protect error when trying to write to slot not mounted read/write by @FozzTexx in #18
- Build fujinet.sys via GitHub Actions by @benjamink in #19
New Contributors
- @nullvalue0 made their first contribution in #1
- @FozzTexx made their first contribution in #2
- @benjamink made their first contribution in #19
Full Changelog: https://github.com/FujiNetWIFI/fujinet-rs232/commits/v0.0.1.326d4f