Skip to content
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

EFM32: fix mbed_hal-pinmap test #12496

Merged
merged 1 commit into from
Feb 24, 2020
Merged

Conversation

amq
Copy link
Contributor

@amq amq commented Feb 24, 2020

Summary of changes

Fixes #12371

Documentation

None.


Pull request type

[x] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results

[] No Tests required for this change (E.g docs only update)
[] Covered by existing mbed-os tests (Greentea or Unittest)
[x] Tests / results supplied as part of this PR
mbed test --run -t GCC_ARM -m EFM32PG12_STK3402 -DMBED_EXTENDED_TESTS=1 -n tests-mbed_hal-pinmap -v

mbedgt: test suite report:
| target                    | platform_name     | test suite            | result | elapsed_time (sec) | copy_method |
|---------------------------|-------------------|-----------------------|--------|--------------------|-------------|
| EFM32PG12_STK3402-GCC_ARM | EFM32PG12_STK3402 | tests-mbed_hal-pinmap | OK     | 12.7               | default     |
mbedgt: test suite results: 1 OK
mbedgt: test case report:
| target                    | platform_name     | test suite            | test case           | passed | failed | result | elapsed_time (sec) |
|---------------------------|-------------------|-----------------------|---------------------|--------|--------|--------|--------------------|
| EFM32PG12_STK3402-GCC_ARM | EFM32PG12_STK3402 | tests-mbed_hal-pinmap | pinmap - validation | 1      | 0      | OK     | 0.08               |
mbedgt: test case results: 1 OK
mbedgt: completed in 13.04 sec

Reviewers

@stevew817


@mergify mergify bot added the needs: CI label Feb 24, 2020
@0xc0170
Copy link
Contributor

0xc0170 commented Feb 24, 2020

CI started

@mbed-ci
Copy link

mbed-ci commented Feb 24, 2020

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

@0xc0170 0xc0170 merged commit f47e569 into ARMmbed:master Feb 24, 2020
@mergify mergify bot removed the ready for merge label Feb 24, 2020
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.

EFM32: pinmap test fails
4 participants