Skip to content

Added examples uvisor-thread and uvisor-number-store #3306

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 3 commits into from
Nov 29, 2016

Conversation

mazimkhan
Copy link

@mazimkhan mazimkhan commented Nov 21, 2016

Notes:

  • Pull requests will not be accepted until the submitter has agreed to the contributer agreement.
  • This is just a template, so feel free to use/remove the unnecessary things

Description

Added examples uvisor-thread and uvisor-number-store
https://github.com/ARMmbed/mbed-os-example-uvisor-thread
https://github.com/ARMmbed/mbed-os-example-uvisor-number-store

Status

READY

Migrations

If this PR changes any APIs or behaviors, give a short description of what API users should do when this PR is merged.

NO

@bridadan please review

Copy link
Contributor

@bridadan bridadan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mazimkhan Could you please edit the PR comment and fill out some of the sections of the template? Or just remove the non relevant sections, thanks!

@bridadan
Copy link
Contributor

/morph test

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1138

Example Build failed!

@bridadan
Copy link
Contributor

The example build failure didn't get captured by the public results, so here's the failure from CI:

11:50:09 + python ../mbed-os/tools/test/examples/examples.py compile GCC_ARM --mcu EFM32GG_STK3700
11:50:09 + tee C:/Jenkins/workspace/bm_wrap/1108/.axes/target/EFM32GG_STK3700/toolchain/GCC_ARM/example_build_log_EFM32GG_STK3700_GCC_ARM.txt
11:50:19 Image: .\.build\EFM32GG_STK3700\GCC_ARM\mbed-os-example-blinky.bin
11:50:26 [ERROR] .\mbed-os\platform\mbed_alloc_wrappers.cpp:78:35: fatal error: uvisor-lib/uvisor-lib.h: No such file or directory
11:50:26  #include "uvisor-lib/uvisor-lib.h"
11:50:26                                    ^
11:50:26 compilation terminated.
11:50:26 
11:50:26 [mbed] ERROR: "python" returned error code 1.
11:50:26 [mbed] ERROR: Command "python -u C:\Jenkins\workspace\bm_wrap\1108\examples\mbed-os-example-uvisor\mbed-os\tools\make.py -t GCC_ARM -m EFM32GG_STK3700 --source . --build .\.build\EFM32GG_STK3700\GCC_ARM --silent" in "C:\Jenkins\workspace\bm_wrap\1108\examples\mbed-os-example-uvisor"
11:50:26 ---
11:50:32 [ERROR] .\mbed-os\platform\mbed_alloc_wrappers.cpp:78:35: fatal error: uvisor-lib/uvisor-lib.h: No such file or directory
11:50:32  #include "uvisor-lib/uvisor-lib.h"
11:50:32                                    ^
11:50:32 compilation terminated.
11:50:32 
11:50:32 [mbed] ERROR: "python" returned error code 1.
11:50:32 [mbed] ERROR: Command "python -u C:\Jenkins\workspace\bm_wrap\1108\examples\mbed-os-example-uvisor-thread\mbed-os\tools\make.py -t GCC_ARM -m EFM32GG_STK3700 --source . --build .\.build\EFM32GG_STK3700\GCC_ARM --silent" in "C:\Jenkins\workspace\bm_wrap\1108\examples\mbed-os-example-uvisor-thread"
11:50:32 ---
11:50:38 [ERROR] .\mbed-os\platform\mbed_alloc_wrappers.cpp:78:35: fatal error: uvisor-lib/uvisor-lib.h: No such file or directory
11:50:38  #include "uvisor-lib/uvisor-lib.h"
11:50:38                                    ^
11:50:38 compilation terminated.
11:50:38 
11:50:38 [mbed] ERROR: "python" returned error code 1.
11:50:38 [mbed] ERROR: Command "python -u C:\Jenkins\workspace\bm_wrap\1108\examples\mbed-os-example-uvisor-number-store\mbed-os\tools\make.py -t GCC_ARM -m EFM32GG_STK3700 --source . --build .\.build\EFM32GG_STK3700\GCC_ARM --silent" in "C:\Jenkins\workspace\bm_wrap\1108\examples\mbed-os-example-uvisor-number-store"

@mazimkhan Are you sure the EFM32GG_STK3700 is supported by uvisor? The repositories state that they are only intended to work with the K64F.

@mazimkhan
Copy link
Author

@AlessandroA can you please check uvisor build errors.

@mazimkhan
Copy link
Author

retest uvisor

@mazimkhan
Copy link
Author

target EFM32GG_STK3700 removed after dicussion with @AlessandroA

@adbridge
Copy link
Contributor

/morph test

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1149

Example Build failed!

@mazimkhan
Copy link
Author

/morph test

1 similar comment
@adbridge
Copy link
Contributor

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1151

All builds and test passed!

@adbridge
Copy link
Contributor

CI looks good now from the uvisor perspective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants