-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Description
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:
- mkdir build; cd build
- cmake -DBOARD=disco_l475_iot1_xyz
- make
- 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.