-
Notifications
You must be signed in to change notification settings - Fork 1
Improve EEPROM naming and scan UX #3
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
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
df7d073
Add .gitattributes to ignore specific files and folders
Robotmad 48bf981
Upgrade setup-python action to version 5
Robotmad 370c598
Fix python-version formatting in release.yml
Robotmad e5ec3ee
eliminate pylance issues
Robotmad c5e3554
allow .mpy files into repo
Robotmad 72383a7
export-ignore entries in .gitattributes for release
Robotmad 4756c45
mpy files for release
Robotmad cc04f40
Fix typo in .gitattributes for typings export-ignore
Robotmad cf3b278
Add .gitattributes to export-ignore list in .gitattributes
Robotmad bf1e315
added missing serialise_mgr.mpy
Robotmad 56958fd
Bump version number to 0.3
Robotmad 46241ed
Merge pull request #1 from TeamRobotmad/release-v0.3
Robotmad 4b47e8e
Update .gitattributes to change export-ignore settings and adjust bin…
Robotmad 6c5499b
Bump version number to 0.4
Robotmad 564c3ec
Update app version to 0.4
Robotmad 3b84464
Merge branch 'main' of https://github.com/TeamRobotmad/HexManager
Robotmad 40473bc
v0.4 to be consistent with versions
Robotmad 677fb29
Add 'serialise_mgr' to runtime modules list
Robotmad 6b5ff01
Refactor minimum BadgeOS version check to use a constant for better m…
lincoltd7 68f1413
Use HexDrive2 for V2 EEPROM deployment
lincoltd7 bc9c7fe
Vendor HexCurrent for EEPROM deployment
lincoltd7 ec894ab
Bump vendored HexDrive2 submodule
lincoltd7 772035f
Bump vendored HexCurrent submodule
lincoltd7 36b0e01
Refresh compiled EEPROM artifacts
lincoltd7 4ce2d0b
Auto-detect blank EEPROM geometry
lincoltd7 bf865a8
Improve warning handling and EEPROM scan UX
lincoltd7 6b9d7b9
Separate display and header friendly names
lincoltd7 a62b452
Potential fix for pull request finding
Robotmad 706d5cd
fix: refresh release file set after mpy generation
Copilot 10e99f9
fix: init submodules in release workflow and remove debug prints
Copilot bd15dab
Potential fix for pull request finding
Robotmad a795bbc
Simplify submodule management in tests workflow
Robotmad f63d815
Merge branch 'main' into eeprom-geometry-autodetect
Robotmad 0381d16
Update tests.yml to include badge repo checkout step
Robotmad e4f78e3
Change Python setup to use version 3.11
Robotmad 1e96d15
Merge branch 'main' into eeprom-geometry-autodetect
Robotmad 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| .gitignore export-ignore | ||
| .gitattributes export-ignore | ||
| download.bat export-ignore | ||
| download.sh export-ignore | ||
| pyproject.toml export-ignore | ||
| README.md export-ignore | ||
| .github/ export-ignore | ||
| .vscode/ export-ignore | ||
| dev/ export-ignore | ||
| tests/ export-ignore | ||
| typings/ export-ignore | ||
| *.py export-ignore | ||
| *.mpy binary -diff |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,7 @@ | ||
| *.pyc | ||
| *.pyo | ||
| *.mpy | ||
| HexManager.code-workspace | ||
| .deploy_state/test_device_download_state.json | ||
| .editorconfig | ||
| .venv/ | ||
| .venv-wsl*/ | ||
|
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| [submodule "vendor/HexDrive2"] | ||
| path = vendor/HexDrive2 | ||
| url = https://github.com/TeamRobotmad/HexDrive2.git | ||
| [submodule "vendor/HexCurrent"] | ||
| path = vendor/HexCurrent | ||
| url = https://github.com/TeamRobotmad/HexCurrent.git |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
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
Binary file not shown.
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
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
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
Binary file not shown.
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.
Uh oh!
There was an error while loading. Please reload this page.