app: smc: sample.yaml: relocate tt_shell test from bh_arc to app/smc#929
Draft
ShLiTT wants to merge 5 commits intotenstorrent:mainfrom
Draft
app: smc: sample.yaml: relocate tt_shell test from bh_arc to app/smc#929ShLiTT wants to merge 5 commits intotenstorrent:mainfrom
ShLiTT wants to merge 5 commits intotenstorrent:mainfrom
Conversation
8398adb to
3b7cbf7
Compare
We want to test tt_shell on our hardware platforms instead of native_sim Signed-off-by: Sherry Li <xiaoruli@tenstorrent.com>
Due to recent change of increasing buffer size, we want to add a test that ensure memory can be allocated with tracing enabled. Signed-off-by: Sherry Li <xiaoruli@tenstorrent.com>
Upstream uart driver checks `clock-frequency` first, and if present, it uses it directly and skips the `clocks` property path. Before the driver expects an array with a valid `CLK_ID`, but `sysclk` has `#clock-cells = <0>` (no cells). Signed-off-by: Sherry Li <xiaoruli@tenstorrent.com>
`recovery.conf` has been moved under `sysbuild/` Signed-off-by: Sherry Li <xiaoruli@tenstorrent.com>
e371c3c to
3ec91eb
Compare
add a new workflow to test smc app build-only tests Signed-off-by: Sherry Li <xiaoruli@tenstorrent.com>
3ec91eb to
b63caf9
Compare
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.
We want to test tt_shell on our hardware platforms instead of native_sim