Skip to content

Activate FLASH hal support on 2 STM32 boards #5354

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
Oct 23, 2017

Conversation

LMESTM
Copy link
Contributor

@LMESTM LMESTM commented Oct 20, 2017

Description

The generic Flash support for L4 and L0 families is already there,
but was not activated by default on 2 recentely added boards:
DISCO_L475VG_IOT01A and DISCO_L072CZ_LRWAN1
This is done now.

Status

READY

Tests

+-------------------------+---------------------+-----------------------------+--------+--------------------+-------------+
| target                  | platform_name       | test suite                  | result | elapsed_time (sec) | copy_method |
+-------------------------+---------------------+-----------------------------+--------+--------------------+-------------+
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_drivers-flashiap | OK     | 19.08              | default     |
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_hal-flash        | OK     | 18.91              | default     |
+-------------------------+---------------------+-----------------------------+--------+--------------------+-------------+
mbedgt: test suite results: 2 OK
mbedgt: test case report:
+-------------------------+---------------------+-----------------------------+-------------------------------+--------+--------+--------+--------------------+
| target                  | platform_name       | test suite                  | test case                     | passed | failed | result | elapsed_time (sec) |
+-------------------------+---------------------+-----------------------------+-------------------------------+--------+--------+--------+--------------------+
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_drivers-flashiap | FlashIAP - init               | 1      | 0      | OK     | 0.04               |
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_drivers-flashiap | FlashIAP - program            | 1      | 0      | OK     | 0.09               |
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_drivers-flashiap | FlashIAP - program errors     | 1      | 0      | OK     | 0.06               |
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_hal-flash        | Flash - buffer alignment test | 1      | 0      | OK     | 0.09               |
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_hal-flash        | Flash - clock and cache test  | 1      | 0      | OK     | 0.09               |
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_hal-flash        | Flash - erase sector          | 1      | 0      | OK     | 0.07               |
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_hal-flash        | Flash - init                  | 1      | 0      | OK     | 0.08               |
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_hal-flash        | Flash - mapping alignment     | 1      | 0      | OK     | 0.06               |
| DISCO_L475VG_IOT01A-ARM | DISCO_L475VG_IOT01A | tests-mbed_hal-flash        | Flash - program page          | 1      | 0      | OK     | 0.09               |
+-------------------------+---------------------+-----------------------------+-------------------------------+--------+--------+--------+--------------------+
mbedgt: test case results: 9 OK
mbedgt: completed in 53.60 sec



+-------------------------+---------------------+-----------------------------+--------+--------------------+-------------+
| target                  | platform_name       | test suite                  | result | elapsed_time (sec) | copy_method |
+-------------------------+---------------------+-----------------------------+--------+--------------------+-------------+
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_drivers-flashiap | OK     | 24.31              | default     |
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_hal-flash        | OK     | 21.95              | default     |
+-------------------------+---------------------+-----------------------------+--------+--------------------+-------------+
mbedgt: test suite results: 2 OK
mbedgt: test case report:
+-------------------------+---------------------+-----------------------------+-------------------------------+--------+--------+--------+--------------------+
| target                  | platform_name       | test suite                  | test case                     | passed | failed | result | elapsed_time (sec) |
+-------------------------+---------------------+-----------------------------+-------------------------------+--------+--------+--------+--------------------+
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_drivers-flashiap | FlashIAP - init               | 1      | 0      | OK     | 0.05               |
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_drivers-flashiap | FlashIAP - program            | 1      | 0      | OK     | 3.63               |
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_drivers-flashiap | FlashIAP - program errors     | 1      | 0      | OK     | 0.06               |
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_hal-flash        | Flash - buffer alignment test | 1      | 0      | OK     | 0.18               |
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_hal-flash        | Flash - clock and cache test  | 1      | 0      | OK     | 0.16               |
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_hal-flash        | Flash - erase sector          | 1      | 0      | OK     | 0.16               |
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_hal-flash        | Flash - init                  | 1      | 0      | OK     | 0.13               |
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_hal-flash        | Flash - mapping alignment     | 1      | 0      | OK     | 0.05               |
| DISCO_L072CZ_LRWAN1-ARM | DISCO_L072CZ_LRWAN1 | tests-mbed_hal-flash        | Flash - program page          | 1      | 0      | OK     | 0.27               |
+-------------------------+---------------------+-----------------------------+-------------------------------+--------+--------+--------+--------------------+
mbedgt: test case results: 9 OK
mbedgt: completed in 55.54 sec

The generic Flash support for L4 and L0 families is already there,
but was not activated by default on 2 recentely added boards:
DISCO_L475VG_IOT01A and DISCO_L072CZ_LRWAN1
This is done now.
@0xc0170
Copy link
Contributor

0xc0170 commented Oct 21, 2017

/morph build

@mbed-ci
Copy link

mbed-ci commented Oct 21, 2017

Build : SUCCESS

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

Triggering tests

/morph test
/morph uvisor-test

@mbed-ci
Copy link

mbed-ci commented Oct 21, 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.

4 participants