-
Notifications
You must be signed in to change notification settings - Fork 3k
System stats - API addition #6821
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
Conversation
930274b
to
4209608
Compare
@deepikabhavnani Is this blocked on #508? |
2e3a0d7
to
f4395bc
Compare
Rebased on top of master.. No PR dependency now. |
@SenRamakri - Please review |
/morph build |
Build : SUCCESSBuild number : 1998 Triggering tests/morph test |
@0xc0170 - Command used in build does not contain ALL flags enabled. Will have to re-run once @studavekar does that change. |
We should be good to run trigger the build on this PR, Logs from one of the PR new command line looks like |
Exporter Build : SUCCESSBuild number : 1651 |
Test : SUCCESSBuild number : 1809 |
/morph build Rerunning to use new build parameters. |
Build : FAILUREBuild number : 2016 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing I would like to add to the stats is the Mbed OS version.
mbed OS version +1 to consider to be having in system stats if we have there mbed OS version - #6897 - having sha available or dirty flag, this might not be related to this one? |
API added to get the system information like CPU ID, compiler ID and compiler version.
8f5cfd0
f4395bc
to
8f5cfd0
Compare
Rebased, added Mbed OS version and resolved Cortex-A compilation issue. |
CPUID base register is available for Cortex-M processors only. Cortex-A devices have Main ID Register, which can be used in future to get processor info.
8f5cfd0
to
1961428
Compare
Testing build to confirm Cortex-A issues resolved. /morph build |
Build : SUCCESSBuild number : 2037 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1685 |
Test : FAILUREBuild number : 1846 |
/morph test |
Test : SUCCESSBuild number : 1854 |
@0xc0170 @SenRamakri @bulislaw Are y'all alright with the updated changes? |
Description
System Stats Addition.
Dependent on previous PR's. (Commits valid post ec71e4641cd24b4d9993ebf9f487cbe24d014441)Status :
Work in progressDonePull request type