Skip to content

[STM32L1XX] Update STM32CUBE_L1 to v1.6 #2220

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
Aug 12, 2016
Merged

Conversation

svastm
Copy link
Contributor

@svastm svastm commented Jul 22, 2016

Update the STM32CUBE_L1 package from v1.5 to v1.6

previous version new version
STM32CUBE 1.5 1.6
CMSIS Device 2.1.3 2.2.0
CUBE HAL 1.1.3 1.2.0

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 26, 2016

The integration shall happen most likely the next week (should be in for the next mbed lib release). Thanks for understanding, we are currently finalizing some modules within this repository.

@0xc0170
Copy link
Contributor

0xc0170 commented Aug 11, 2016

LGTM

@0xc0170
Copy link
Contributor

0xc0170 commented Aug 11, 2016

Can you share tests results?

@svastm
Copy link
Contributor Author

svastm commented Aug 11, 2016

Here is the report, same as before the update:

Test summary:
+---------------+---------------------+-----------+-------------+---------------------------------------+--------------------+---------------+-------+
| Result        | Target              | Toolchain | Test ID     | Test Description                      | Elapsed Time (sec) | Timeout (sec) | Loops |
+---------------+---------------------+-----------+-------------+---------------------------------------+--------------------+---------------+-------+
| OK            | NUCLEO_L152RE[96B4] | uARM      | DTCT_1      | Simple detect test                    |        0.5         |       10      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | EXAMPLE_1   | /dev/null                             |        3.43        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_10     | Hello World                           |        0.37        |       5       |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_11     | Ticker Int                            |       11.37        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_12     | C++                                   |        1.36        |       10      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_16     | RTC                                   |        4.61        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_2      | stdio                                 |        0.75        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_23     | Ticker Int us                         |       11.37        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_24     | Timeout Int us                        |       11.74        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_25     | Time us                               |       11.37        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_26     | Integer constant division             |        1.39        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_34     | Ticker Two callbacks                  |       11.39        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_37     | Serial NC RX                          |       11.91        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_38     | Serial NC TX                          |       10.87        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_A1     | Basic                                 |        1.36        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_A21    | Call function before main (mbed_main) |        1.42        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_A9     | Serial Echo at 115200                 |        6.24        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | uARM      | MBED_BUSOUT | BusOut                                |        2.24        |       15      |  1/1  |
| NOT_SUPPORTED | NUCLEO_L152RE       | uARM      | RTOS_1      | Basic thread                          |         0          |       0       |   -   |
| NOT_SUPPORTED | NUCLEO_L152RE       | uARM      | RTOS_2      | Mutex resource lock                   |         0          |       0       |   -   |
| NOT_SUPPORTED | NUCLEO_L152RE       | uARM      | RTOS_3      | Semaphore resource lock               |         0          |       0       |   -   |
| NOT_SUPPORTED | NUCLEO_L152RE       | uARM      | RTOS_4      | Signals messaging                     |         0          |       0       |   -   |
| NOT_SUPPORTED | NUCLEO_L152RE       | uARM      | RTOS_5      | Queue messaging                       |         0          |       0       |   -   |
| NOT_SUPPORTED | NUCLEO_L152RE       | uARM      | RTOS_6      | Mail messaging                        |         0          |       0       |   -   |
| NOT_SUPPORTED | NUCLEO_L152RE       | uARM      | RTOS_7      | Timer                                 |         0          |       0       |   -   |
| NOT_SUPPORTED | NUCLEO_L152RE       | uARM      | RTOS_8      | ISR (Queue)                           |         0          |       0       |   -   |
| OK            | NUCLEO_L152RE[96B4] | ARM       | DTCT_1      | Simple detect test                    |        0.5         |       10      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | EXAMPLE_1   | /dev/null                             |        3.42        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_10     | Hello World                           |        0.38        |       5       |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_11     | Ticker Int                            |       11.38        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_12     | C++                                   |        1.36        |       10      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_16     | RTC                                   |        4.59        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_2      | stdio                                 |        0.78        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_23     | Ticker Int us                         |       11.39        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_24     | Timeout Int us                        |       11.73        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_25     | Time us                               |       11.37        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_26     | Integer constant division             |        1.4         |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_34     | Ticker Two callbacks                  |       11.38        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_37     | Serial NC RX                          |       11.94        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_38     | Serial NC TX                          |        10.9        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_A1     | Basic                                 |        1.36        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_A21    | Call function before main (mbed_main) |        1.44        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_A9     | Serial Echo at 115200                 |        6.28        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | MBED_BUSOUT | BusOut                                |        2.26        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | RTOS_1      | Basic thread                          |       11.39        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | RTOS_2      | Mutex resource lock                   |       11.37        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | RTOS_3      | Semaphore resource lock               |        8.38        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | RTOS_4      | Signals messaging                     |        6.37        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | RTOS_5      | Queue messaging                       |        2.39        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | RTOS_6      | Mail messaging                        |        2.39        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | RTOS_7      | Timer                                 |       11.36        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | ARM       | RTOS_8      | ISR (Queue)                           |        6.37        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | DTCT_1      | Simple detect test                    |        0.49        |       10      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | EXAMPLE_1   | /dev/null                             |        3.45        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_10     | Hello World                           |        0.36        |       5       |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_11     | Ticker Int                            |       11.39        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_12     | C++                                   |        1.38        |       10      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_16     | RTC                                   |        4.59        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_2      | stdio                                 |        0.76        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_23     | Ticker Int us                         |       11.41        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_24     | Timeout Int us                        |       11.87        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_25     | Time us                               |       11.38        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_26     | Integer constant division             |        1.39        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_34     | Ticker Two callbacks                  |       11.39        |       15      |  1/1  |
| FAIL          | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_37     | Serial NC RX                          |        5.91        |       20      |  0/1  |
| FAIL          | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_38     | Serial NC TX                          |        5.91        |       20      |  0/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_A1     | Basic                                 |        1.36        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_A21    | Call function before main (mbed_main) |        1.41        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_A9     | Serial Echo at 115200                 |        6.26        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | MBED_BUSOUT | BusOut                                |        2.29        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | RTOS_1      | Basic thread                          |       11.39        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | RTOS_2      | Mutex resource lock                   |       11.38        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | RTOS_3      | Semaphore resource lock               |        8.41        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | RTOS_4      | Signals messaging                     |        6.36        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | RTOS_5      | Queue messaging                       |        2.42        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | RTOS_6      | Mail messaging                        |        2.42        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | RTOS_7      | Timer                                 |       11.38        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | GCC_ARM   | RTOS_8      | ISR (Queue)                           |        6.37        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | DTCT_1      | Simple detect test                    |        0.49        |       10      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | EXAMPLE_1   | /dev/null                             |        3.42        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_10     | Hello World                           |        0.37        |       5       |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_11     | Ticker Int                            |       11.37        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_12     | C++                                   |        1.37        |       10      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_16     | RTC                                   |        4.58        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_2      | stdio                                 |        0.73        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_23     | Ticker Int us                         |       11.39        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_24     | Timeout Int us                        |       11.76        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_25     | Time us                               |        11.4        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_26     | Integer constant division             |        1.4         |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_34     | Ticker Two callbacks                  |        11.4        |       15      |  1/1  |
| FAIL          | NUCLEO_L152RE[96B4] | IAR       | MBED_37     | Serial NC RX                          |        5.9         |       20      |  0/1  |
| FAIL          | NUCLEO_L152RE[96B4] | IAR       | MBED_38     | Serial NC TX                          |        5.9         |       20      |  0/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_A1     | Basic                                 |        1.36        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_A21    | Call function before main (mbed_main) |        1.41        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_A9     | Serial Echo at 115200                 |        6.25        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | MBED_BUSOUT | BusOut                                |        2.26        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | RTOS_1      | Basic thread                          |       11.38        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | RTOS_2      | Mutex resource lock                   |       11.37        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | RTOS_3      | Semaphore resource lock               |        8.38        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | RTOS_4      | Signals messaging                     |        6.35        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | RTOS_5      | Queue messaging                       |        2.41        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | RTOS_6      | Mail messaging                        |        2.36        |       20      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | RTOS_7      | Timer                                 |       11.38        |       15      |  1/1  |
| OK            | NUCLEO_L152RE[96B4] | IAR       | RTOS_8      | ISR (Queue)                           |        6.37        |       20      |  1/1  |
+---------------+---------------------+-----------+-------------+---------------------------------------+--------------------+---------------+-------+
Result: 4 FAIL / 92 OK / 8 NOT_SUPPORTED

Completed in 1314.06 sec

@0xc0170 0xc0170 removed the needs: CI label Aug 12, 2016
@0xc0170 0xc0170 merged commit 58d9926 into ARMmbed:master Aug 12, 2016
@svastm svastm deleted the update_cube_l1 branch August 16, 2016 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants