-
Notifications
You must be signed in to change notification settings - Fork 0
Dev #12
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
Open
Paran-oid
wants to merge
14
commits into
main
Choose a base branch
from
dev
base: main
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.
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
- improved performance by replacing many if statements inside command handler implementation to unorderedmap - added to do task to make software part of code catch up
- Updated command execution functions to use consistent naming (e.g., `ls_exec` to `lsExec`). - Changed return types and status handling to use `Status` enum instead of `status`. - Improved variable naming for clarity (e.g., `is_dir` to `isDir`, `timeout_ms` to `timeoutMS`). - Refactored filesystem functions to follow consistent naming conventions (e.g., `is_file` to `isFile`). - Added a new naming conventions document to guide future development. - Ensured all changes maintain functionality while improving code readability and maintainability.
- Deleted the entire 'etl' subproject as it is no longer needed. - Removed the 'scal' library, including all source files, headers, and CMake configuration. - Cleaned up associated documentation and license files related to the 'scal' library. - This commit streamlines the project by eliminating obsolete code and dependencies.
- Added sd_filesystem.hpp and sd_filesystem.cpp to manage SD card operations using FATFS. - Introduced SDFile class for file handling on the SD card. - Replaced previous filesystem references with new sd_filesystem in command implementations (cat, cd, cp, echo, ls, mv, rm, touch). - Implemented UART_Scan function for reading user input via UART. - Updated main application flow to utilize UART for command input. - Removed obsolete send and receive command implementations. - Adjusted HAL initialization to include USART2 interrupt handling. - Updated project configuration to remove unused scal library.
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.
No description provided.