-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flash userland API and a simple test within example-app (#68)
* Flash userspace async API and simple test inside example-app * Cherry-pick specific files from "origin/pbhogaraju/mctp-userlib" branch to leverage the common API of subcribing ro, rw buffer and test framework for better consistency * flash API test cleanup * Enhance read/write API to support arbitrary length of request by splitting into chunk-based operations * Remove debug prints that were not expected to merge. * Address review comments and relocate flash API under `syscall` folder for consistency
- Loading branch information
1 parent
9077cb2
commit a7181f8
Showing
8 changed files
with
409 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.