zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.48k stars 6.41k forks source link

nrf5340dk_nrf5340_cpunet configuring incomplete #31439

Closed mengxianglinx closed 3 years ago

mengxianglinx commented 3 years ago

Describe the bug Run test case with platform nrf5340dk_nrf5340_cpunet, build error occur.

To Reproduce Steps to reproduce the behavior:

  1. run "twister -T tests/subsys/power/power_mgmt -p nrf5340dk_nrf5340_cpunet
  2. compile failure because of "configuring incomplete", see buld.log

Expected behavior Test cases PASS

Logs and console output In build.log: warning: HAS_NORDIC_DRIVERS (defined at modules/hal_nordic/Kconfig:7) has direct dependencies 0 with value n, but is currently being y-selected by the following symbols:

Additional context Add any other context about the problem here.

anangl commented 3 years ago

Try running west update first.