Feature/ota placeholder#58
Merged
Merged
Conversation
Implemented a singletone flash holder as flash is a resource shared among configuration and future features, e.g. sftp-ota
To be tested in target esp32c6
- builds, run and produces a working ssh<--->uart tunnel in a target esp32c6 - fixing clippy errors - Borrowing github workflows from [PR fix/ci-actions](brainstorm#56) to pass the github ci - workflow locally run with act without Failure
A placeholder for the sftp-ota package
Doing some renaming and optimizations I have to check what happens if an sftp session is requested with/without sftp-ota compilation flag
10 tasks
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
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.
A new workspace package (ota) a new feature (sftp-ota) and placeholders in main.rs and serve.rs to add the sftp subsystem for ota updates.
Based on #57 and tested on an esp32c6 requesting sftp with and without the feature sftp-ota.