Skip to content
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

counter_basic_api test fails to build on STM32 platforms #52235

Closed
lpawelcz opened this issue Nov 15, 2022 · 0 comments · Fixed by #52279
Closed

counter_basic_api test fails to build on STM32 platforms #52235

lpawelcz opened this issue Nov 15, 2022 · 0 comments · Fixed by #52279
Assignees
Labels
area: Counter bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: low Low impact/importance bug

Comments

@lpawelcz
Copy link
Contributor

tests/drivers/counter/counter_basic_api fails to build in CI on platforms:

  • stm32f103_mini
  • nucleo_l4a6zg
  • nucleo_f103rb

This happens on current main branch (27ec69e) and in CIs (see: https://github.com/zephyrproject-rtos/zephyr/pull/50352/checks?check_run_id=9478691624). The issue is caused by warnings about deprecated Kconfigs

To Reproduce
Steps to reproduce the behavior:

  1. checkout on current main branch (tested on 27ec69e)
  2. west build -p always -b nucleo_l4a6zg tests/drivers/counter/counter_basic_api
  3. see preprocessor warning: #warning Kconfig COUNTER_RTC_STM32_CLOCK_LS* are deprecated. Please define clock source in dtsi file

Expected behavior
Build process for tests/drivers/counter/counter_basic_api on platforms stm32f103_mini, nucleo_l4a6zg, nucleo_f103rb should not throw any warnings.

Impact
CI failures in PRs, e.g. in #50352, CI run:https://github.com/zephyrproject-rtos/zephyr/pull/50352/checks?check_run_id=9478691624

@lpawelcz lpawelcz added the bug The issue is a bug, or the PR is fixing a bug label Nov 15, 2022
@FRASTM FRASTM added the platform: STM32 ST Micro STM32 label Nov 15, 2022
@erwango erwango added priority: low Low impact/importance bug area: Counter labels Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Counter bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants