Skip to content

STM32F7 : Fix RTC Wake Up Timer issue #5208

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 2, 2017

Conversation

jeromecoutant
Copy link
Collaborator

Description

This corrects #5136
Function from L4 family makes F7 works.

Status

READY

Tests results

| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.04 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.07 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.04 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.06 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.05 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.04 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.08 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.04 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.06 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-GCC_ARM | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.07 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.09 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.07 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| DISCO_F746NG-IAR | DISCO_F746NG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.07 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.03 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.09 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.07 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| DISCO_F769NI-ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.09 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.06 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.04 |
| DISCO_F769NI-GCC_ARM | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.04 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.04 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.06 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.07 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.04 |
| DISCO_F769NI-IAR | DISCO_F769NI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.04 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| NUCLEO_F746ZG-ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.07 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.08 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.04 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| NUCLEO_F746ZG-GCC_ARM | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.07 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.04 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.08 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.06 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.07 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.09 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.06 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| NUCLEO_F746ZG-IAR | NUCLEO_F746ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.08 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| NUCLEO_F756ZG-ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.06 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.07 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.11 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-GCC_ARM | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.1 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.06 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.07 |
| NUCLEO_F756ZG-IAR | NUCLEO_F756ZG | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.07 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.06 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.09 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.06 |
| NUCLEO_F767ZI-ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.04 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.1 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1ms LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout | 1 | 0 | OK | 1.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from deepsleep | 1 | 0 | OK | 1.08 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 1sec LowPowerTimeout from sleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 500us LowPowerTimeout | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_drivers-lp_timeout | 5sec LowPowerTimeout | 1 | 0 | OK | 5.05 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1ms lp_ticker | 1 | 0 | OK | 0.03 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker | 1 | 0 | OK | 1.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker deepsleep | 1 | 0 | OK | 1.06 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 1s lp_ticker sleep | 1 | 0 | OK | 1.05 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 500us lp_ticker | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_ticker | 5s lp_ticker | 1 | 0 | OK | 5.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Init | 1 | 0 | OK | 0.04 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | lp ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Init | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read | 1 | 0 | OK | 0.05 |
| NUCLEO_F767ZI-IAR | NUCLEO_F767ZI | tests-mbed_hal-lp_us_tickers | us ticker HAL - Read in the loop | 1 | 0 | OK | 0.08 |

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 2, 2017

/morph test

@mbed-bot
Copy link

mbed-bot commented Oct 2, 2017

Result: SUCCESS

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

/morph test

Output

mbed Build Number: 1487

All builds and test passed!

@theotherjimmy theotherjimmy merged commit c60194f into ARMmbed:master Oct 2, 2017
@theotherjimmy theotherjimmy changed the title STM32F7 : RTC Wake Up Timer issue STM32F7 : Fix RTC Wake Up Timer issue Oct 2, 2017
@jeromecoutant
Copy link
Collaborator Author

Label is not set ?
Thx

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 3, 2017

Thanks @jeromecoutant ! Done

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