-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Networking/Filesystem: add 9P2000 network file client. #28977
Draft
IamPete1
wants to merge
34
commits into
ArduPilot:master
Choose a base branch
from
IamPete1:9P2000
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,898
−0
Draft
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
3ef185b
AP_Vehicle: add 9P2000 param tree
IamPete1 9ca326a
AP_Networking: Add 9P2000 filesystem client.
IamPete1 ef0dfc7
AP_Filesystem: add 9P2000 network file system
IamPete1 156db04
AP_Networking: add more 9P2000 functions
IamPete1 111bf04
AP_File system: 9P2000: directory listing
IamPete1 e2a13eb
AP_Networking: directory listing
IamPete1 331dbc4
AP_Filesystem: 9P2000: add stat
IamPete1 8b6893a
AP_Networking: 9P2000: add stat and fix muli message per buffer
IamPete1 5cde0d5
AP_Filesystem: 9P2000: add read and write
IamPete1 af05ab1
AP_Networking: 9P2000: add support for read a write
IamPete1 ab70d42
AP_Filesystem: 9P2000: support file creation
IamPete1 53b5d88
AP_Networking: 9P2000: support create
IamPete1 19d1dd4
AP_Filesystem: 9P2000: add support for mkdir
IamPete1 00275be
AP_Filesystem: 9P2000 support unlink
IamPete1 ee861d2
AP_Networking: 9P2000: add support for remove
IamPete1 4ebd370
AP_Filesystem: 9P2000: add rename
IamPete1 b3f65b5
AP_Filesystem: 9P2000: add support for re-name
IamPete1 b3aa294
AP_Networking: 9P2000: add set mtime
IamPete1 6bc425d
AP_Filesystem: 9P2000: add set_mtime
IamPete1 4b78653
AP_Networking: 9P2000: rework to use union where posible
IamPete1 2d09231
AP_Filesystem: remove `AP_FILESYSTEM_P92000_ENABLED` and use `AP_NETW…
IamPete1 97ae1b7
AP_Networking: `AP_NETWORKING_FILESYSTEM_ENABLED` disable by defualt …
IamPete1 66cef5d
Tools: scripts: add `AP_NETWORKING_FILESYSTEM_ENABLED` to build optio…
IamPete1 c2ec4db
AP_Fileststem: update location of `NineP2000` object
IamPete1 4e1c299
AP_Networking: move NineP2000 to its own header
IamPete1 1964f83
AP_Networking: ensure networking is enabled for AP_NETWORKING_FILESYS…
IamPete1 04e1b87
AP_Filesystem: 9P2000: remvoe variable size object initializer
IamPete1 17bbe5d
AP_Scripting: Example: sequnetial read and write speed benchmark
IamPete1 46afb49
AP_Filesystem: 9P2000: split large reads and writes into chunks
IamPete1 0e21a1a
AP_Networking: 9P2000: add getters for max read and write lengths
IamPete1 bf4e936
AP_Filesystem: 9P2000: pass structures to be filled in request not re…
IamPete1 9a2810c
AP_Networking: 9P2000: re-work to remove the need for a buffer per ac…
IamPete1 ee9f6ac
AP_Networking: 9P2000: combine send and recevie buffer
IamPete1 a5b03df
AP_Networking: 9P2000: add write buffer and increase message size
IamPete1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.