-
Notifications
You must be signed in to change notification settings - Fork 78
Lynx code WIP merge #1032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Lynx code WIP merge #1032
Conversation
This file contains hidden or 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
- partial blocks accounted for - checksum, ack/nack receive in disk block send media type changes - basically removed media type detection, treat all files the same misc cleanup
General cleanup, fixes
some fixes in json parse function, took code from sio implementation
merge with upstream
merged with upstream implemented SYSTEM_BUS changes in Lynx
tschak909
approved these changes
Oct 20, 2025
Collaborator
tschak909
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
FozzTexx
pushed a commit
to FozzTexx/fujinet-platformio
that referenced
this pull request
Oct 29, 2025
* Lynx WIP code * Added checksum checking to Fujinet commands * Further cleanup and small fixes * Added checksum to fuji, disk and network. General cleanup * lynx disk changes - partial blocks accounted for - checksum, ack/nack receive in disk block send media type changes - basically removed media type detection, treat all files the same misc cleanup * Use MEDIA_BLOCK_SIZE in all disk routines, general cleanup * Fixed bug in blocksize calculation General cleanup, fixes * mostly debugging message cleanup (lynx serial packets start with ---) some fixes in json parse function, took code from sio implementation * Fixes differences from upstream * fixed out of bounds write to array in comlynx_send_buffer debugging statement
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging my WIP Lynx code to upstream, all my changes should be in lynx files only. There's a bug still in the disk reading routines, introduced with recent changes, that I'm working on fixing.