Skip to content

Commit

Permalink
tests: pm: add soc pm tests for stm32f4x chip
Browse files Browse the repository at this point in the history
Add soc power management test for the nucleo_f429zi board.

Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>
  • Loading branch information
niedzwiecki-dawid committed Nov 10, 2023
1 parent d16fbe8 commit cd6a9d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/subsys/pm/power_mgmt_soc/boards/nucleo_f429zi.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2022 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
chosen {
zephyr,cortex-m-idle-timer = &rtc;
};
};
1 change: 1 addition & 0 deletions tests/subsys/pm/power_mgmt_soc/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tests:
- cc1352r1_launchxl
- mec15xxevb_assy6853
- mec1501modular_assy6885
- nucleo_f429zi
- nucleo_wb55rg
- nucleo_l476rg
- twr_ke18f
Expand Down

0 comments on commit cd6a9d8

Please sign in to comment.