Add methods to get devices and boards (#1277)#2164
Merged
edriouk merged 2 commits intoJul 29, 2025
Conversation
* Added GetDeviceList and GetDeviceData methods and corresponding structures * Unit Tests and corrections * Use id string * Board data * Tests and fixes * Update `csolution-rpc` version * add #include <list> --------- Co-authored-by: Daniel Brondani <daniel.brondani@arm.com>
edriouk
previously approved these changes
Jul 29, 2025
Test Results 33 files 66 suites 10s ⏱️ Results for commit 3c51303. ♻️ This comment has been updated with latest results. |
Remove redudant line
JonatanAntoni
approved these changes
Jul 29, 2025
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2164 +/- ##
==========================================
- Coverage 66.59% 66.58% -0.02%
==========================================
Files 181 181
Lines 37867 38243 +376
Branches 22079 22375 +296
==========================================
+ Hits 25219 25464 +245
- Misses 8064 8076 +12
- Partials 4584 4703 +119
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
csolution-rpcversionCo-authored-by: Daniel Brondani daniel.brondani@arm.com