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

tests/drivers/counter/maxim_ds3231_api failed on frdm_k64f. #25177

Closed
chen-png opened this issue May 10, 2020 · 0 comments · Fixed by #25524
Closed

tests/drivers/counter/maxim_ds3231_api failed on frdm_k64f. #25177

chen-png opened this issue May 10, 2020 · 0 comments · Fixed by #25524
Assignees
Labels
area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug

Comments

@chen-png
Copy link
Collaborator

To Reproduce
Steps to reproduce the behavior:

  1. west build -b frdm_k64f -p auto tests/drivers/counter/maxim_ds3231_api/
  2. west flash
  3. See error

Screenshots or console output

W: Failed to fetch registers: -5
*** Booting Zephyr OS build zephyr-v2.2.0-2667-g57671d97165f ***
Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/counter/maxim_ds3231_api/src/test_counter.c:945: test_main: (dev is NULL)
Unable to get counter device DS3231
ASSERTION FAIL [!(thread->base.user_options & ((1UL << (0))))] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/thread_abort.c:35
essential thread aborted

E: r0/a1: 0x00000004 r1/a2: 0x00000023 r2/a3: 0x00000080
E: r3/a4: 0x00000000 r12/ip: 0x00004d3f r14/lr: 0x00004b5d
E: xpsr: 0x61000000
E: Faulting instruction address (r15/pc): 0x0000fb76
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x200005fc (main)
E: Halting system

Environment (please complete the following information):

  • OS: fedora28
  • Toolchain: zephyr-sdk-0.11.2
  • Commit ID: 57671d9
@chen-png chen-png added the bug The issue is a bug, or the PR is fixing a bug label May 10, 2020
@carlescufi carlescufi added the area: Tests Issues related to a particular existing or missing test label May 10, 2020
@carlescufi carlescufi added the priority: medium Medium impact/importance bug label May 12, 2020
nashif added a commit to nashif/zephyr that referenced this issue May 21, 2020
This test depends on additional hardware being connected to the board,
add a fixture and cleanup whitelist.

Fixes zephyrproject-rtos#25177

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
carlescufi pushed a commit that referenced this issue May 24, 2020
This test depends on additional hardware being connected to the board,
add a fixture and cleanup whitelist.

Fixes #25177

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
krip-tip pushed a commit to krip-tip/zephyr-local that referenced this issue May 30, 2020
This test depends on additional hardware being connected to the board,
add a fixture and cleanup whitelist.

Fixes zephyrproject-rtos#25177

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants