Skip to content

add target SAKURAIO_EVB_01. #5397

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 1 commit into from
Nov 30, 2017
Merged

Conversation

chibiegg
Copy link

@chibiegg chibiegg commented Oct 30, 2017

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

Add new target (platform).

Already submitted the Mbed Enabled for Mbed OS 2 ("Classic") application form.

Status

READY

(This product is in production now.)

Migrations

NO

Todos

  • Tests
  • Documentation

Steps to test or reproduce

Use mbed test suite.

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 6, 2017

CLA signed

Already submitted the Mbed Enabled for Mbed OS 2 ("Classic") application form.

Thanks for the info, we will check the status for this.

The changes here look fine to me.

Copy link
Contributor

@theotherjimmy theotherjimmy left a comment

Choose a reason for hiding this comment

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

Approved by @0xc0170

@theotherjimmy
Copy link
Contributor

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Nov 6, 2017

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 8, 2017

/morph build

@mbed-ci
Copy link

mbed-ci commented Nov 8, 2017

Build : SUCCESS

Build number : 466
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/5397/

Triggering tests

/morph test
/morph uvisor-test

@chibiegg
Copy link
Author

chibiegg commented Nov 8, 2017

@0xc0170 Thanks a lot!
Which task is fast that shipping samples or decided platform id in MBED.HTM?

@mbed-ci
Copy link

mbed-ci commented Nov 9, 2017

@toyowata
Copy link
Contributor

toyowata commented Nov 9, 2017

@chibiegg I will send you information via support email.

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 9, 2017

/morph uvisor-test

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 9, 2017

@toyowata Please approve this PR once its ready

@0xc0170 0xc0170 requested a review from toyowata November 9, 2017 16:14
@theotherjimmy theotherjimmy changed the title add target TARGET_SAKURAIO_EVB_01. add target SAKURAIO_EVB_01. Nov 13, 2017
Copy link
Contributor

@toyowata toyowata left a comment

Choose a reason for hiding this comment

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

@0xc0170 LGTM. Approve this PR.

@toyowata
Copy link
Contributor

Test result by singletests.py is below:

Test summary:
+---------------+-----------------+-----------+-------------+---------------------------------------+--------------------+---------------+-------+
| Result        | Target          | Toolchain | Test ID     | Test Description                      | Elapsed Time (sec) | Timeout (sec) | Loops |
+---------------+-----------------+-----------+-------------+---------------------------------------+--------------------+---------------+-------+
| OK            | SAKURAIO_EVB_01 | ARM       | DTCT_1      | Simple detect test                    |        5.4         |       10      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | EXAMPLE_1   | /dev/null                             |        0.0         |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_10     | Hello World                           |        0.39        |       5       |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_11     | Ticker Int                            |       11.42        |       15      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_12     | C++                                   |        1.45        |       10      |  1/1  |
| NOT_SUPPORTED | SAKURAIO_EVB_01 | ARM       | MBED_16     | RTC                                   |         0          |       0       |   -   |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_2      | stdio                                 |        0.83        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_23     | Ticker Int us                         |       11.47        |       15      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_24     | Timeout Int us                        |        11.4        |       15      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_25     | Time us                               |        11.4        |       15      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_26     | Integer constant division             |        1.45        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_34     | Ticker Two callbacks                  |       11.31        |       15      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_37     | Serial NC RX                          |        7.0         |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_38     | Serial NC TX                          |        6.13        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_A1     | Basic                                 |        1.37        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_A21    | Call function before main (mbed_main) |        1.48        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_A9     | Serial Echo at 115200                 |        1.67        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | ARM       | MBED_BUSOUT | BusOut                                |        2.31        |       30      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | DTCT_1      | Simple detect test                    |        0.51        |       10      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | EXAMPLE_1   | /dev/null                             |        3.49        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_10     | Hello World                           |        0.41        |       5       |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_11     | Ticker Int                            |       11.47        |       15      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_12     | C++                                   |        1.4         |       10      |  1/1  |
| NOT_SUPPORTED | SAKURAIO_EVB_01 | GCC_ARM   | MBED_16     | RTC                                   |         0          |       0       |   -   |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_2      | stdio                                 |        0.8         |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_23     | Ticker Int us                         |       11.45        |       15      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_24     | Timeout Int us                        |       11.45        |       15      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_25     | Time us                               |        11.4        |       15      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_26     | Integer constant division             |        1.4         |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_34     | Ticker Two callbacks                  |       11.33        |       15      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_37     | Serial NC RX                          |        7.07        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_38     | Serial NC TX                          |        6.08        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_A1     | Basic                                 |        1.39        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_A21    | Call function before main (mbed_main) |        1.48        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_A9     | Serial Echo at 115200                 |        1.51        |       20      |  1/1  |
| OK            | SAKURAIO_EVB_01 | GCC_ARM   | MBED_BUSOUT | BusOut                                |        2.31        |       30      |  1/1  |
+---------------+-----------------+-----------+-------------+---------------------------------------+--------------------+---------------+-------+
Result: 34 OK / 2 NOT_SUPPORTED

Completed in 882.73 sec

@theotherjimmy
Copy link
Contributor

/morph uvisor-test

@0xc0170 0xc0170 merged commit c7e5eb2 into ARMmbed:master Nov 30, 2017
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.

7 participants