Skip to content

pinctrl error for disco_l475_iot1 board: #29925

@mtahirbutt

Description

@mtahirbutt

Describe the bug
A clear and concise description of what the bug is.
What have you tried to diagnose or workaround this issue?

I tried to run sample/hello_world program on disco_l75_iot1 but on it does not compile as it expects
<st/l4/stm32l475v(c-e-g)tx-pinctrl.dtsi> but it is not there in the specified path. I guess I have to
provide implementation details?

I tried to use previous definition (2.3.0) of disco_l475_iot1 implementation along with pinmux.c that worked but
it is also now problematic with fresh commits in the last 1-4 weeks.

To Reproduce
Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=disco_l475_iot1_xyz
  3. make
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Impact
What impact does this issue have on your progress (e.g., annoyance, showstopper)

I want to create a PR but the problem is now with the recent commits in the last 1-3 (i guess) weeks.
Logs and console output
If applicable, add console logs or other types of debug information
e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
copy-and-paste text and put a code fence (```) before and after, to help
explain the issue. (if unable to obtain text log, add a screenshot)

/home/tahir/fork-new/https:/github.com/mtahirbutt/zephyr/zephyr/boards/arm/disco_l475_iot1/disco_l475_iot1.dts:9:10: fatal error: st/l4/stm32l475v(c-e-g)tx-pinctrl.dtsi: No such file or directory
9 | #include <st/l4/stm32l475v(c-e-g)tx-pinctrl.dtsi>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Environment (please complete the following information):

  • OS: (e.g. Linux)
  • Toolchain (e.g Zephyr SDK, 0.11.4)
  • Commit SHA used: e51226b
    zephyr 2.4.99.

Additional context
Add any other context about the problem here.
If i have to provide implementation, it seems a bit of work.

Metadata

Metadata

Labels

bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions