-
Notifications
You must be signed in to change notification settings - Fork 23
ETR01SDK-466: Refactor model #404
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
andreondra
merged 49 commits into
ETR01SDK-466-New-example-structure-proposal
from
ETR01SDK-466-New-example-structure-proposal-refactor-model
Jan 9, 2026
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
79a354e
refactor(tropic01_model): moved config-related files to scripts/tropiβ¦
andreondra 8b1337e
examples(model): added hello world.
andreondra fd5ef9c
scripts: added model installation script for Linux.
andreondra 719119c
scripts: added default model config.
andreondra 9e13ee7
refactor: move model_runner
andreondra 2e010d7
tests(model): initial config.
andreondra a303f50
fix(functional tests): ASAN config.
andreondra 4c65506
refactor(model): removed old main.c.
andreondra 7b6f39b
refactor(integration_tests.yml): reflected structure changes.
andreondra 9ed0828
refactor(integration_tests.yml): add temp branch.
andreondra e1bf299
refactor(integration_tests.yml): add pyaml dependency.
andreondra f777538
refactor: clang-format.
andreondra 4b3e677
ci(integration_tests): activate venv where required.
andreondra e5a6b76
ci(integration_tests): remove temporary trigger
andreondra e37b189
ci(coverage): reflect structural changes.
andreondra 886ce41
ci(coverage): fix gcovr params.
andreondra 06a284a
refactor(functional_mock_tests): remove symlink to Libtropic.
andreondra ced628a
ci(coverage): remove temp trigger.
andreondra 13c09e7
ci(run_examples): reflected structural changes.
andreondra 3ef4e76
ci(coverage): added temp trigger for debugging.
andreondra 2bbbab8
ci(run_examples): added backslashes for escaping newlines
andreondra a065a52
ci(run_examples): use valgrind, correct run_logs path.
andreondra 2813618
ci(run_examples): escape backslash.
andreondra 262d629
ci(run_examples): install valgrind.
andreondra 21f58eb
ci(run_examples): rename run_logs.
andreondra 72a8834
doc(code_coverage): update gcovr commands.
andreondra eccacfe
ci(run_examples): remove temp trigger.
andreondra da887df
refactor: remove tropic01_model directory from repo root.
andreondra b86cd7c
refactor(functional tests, model): change __lt_handle__ to pointer.
andreondra 91a59e8
build(functional tests, model): fixed comments, logging
andreondra e9609f8
scripts(install_linux): remove spellcheck settings.
andreondra 3b15afc
build(model/hello_world): clarified compat message.
andreondra 72ac3f6
doc(functional tests/model): added file description.
andreondra 1bc05f0
doc: moved tropic01_model information to a tutorial.
andreondra 9561473
doc(model): added installation guide, added tabs for platform-specifiβ¦
andreondra 90175fd
doc(model): added tutorial 2. link
andreondra f7f7290
doc(changelog): added mention of moving model.
andreondra d7857fd
ci: add ninja-build to dependencies.
andreondra de8e85d
doc(model): typo
andreondra 37925ac
doc(model): fix paths
andreondra 077ecfa
doc(model): fix paths
andreondra a9032ad
doc(model): typo
andreondra f4b957c
ci(run_examples): remove redundant path.
andreondra 0e15222
build(functional tests/model): fixed test properties.
andreondra 03d80b6
scripts(download_deps): use hash/checksum
andreondra 3db8844
fix(functional/model): add prng seed
andreondra b62f67f
fix(examples/model/hello_world): add file doxy tag
andreondra 1bfda1b
doc: fixed provisioning data link
andreondra a8d6e07
doc: clarifications, wording.
andreondra 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
Some comments aren't visible on the classic Files Changed page.
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
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
medexs marked this conversation as resolved.
Show resolved
Hide resolved
|
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 |
|---|---|---|
|
|
@@ -6,6 +6,5 @@ docs_build/ | |
| venv/ | ||
| __pycache__/ | ||
| .model_config_save.yaml | ||
| model_cfg.yml | ||
| *.whl | ||
| _deps/ | ||
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
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.