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

samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr_rv32m1_vega_ri5cy fails to build on rv32m1_vega_ri5cy #29062

Closed
galak opened this issue Oct 8, 2020 · 0 comments · Fixed by #29067
Assignees
Labels
area: Bluetooth bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug

Comments

@galak
Copy link
Collaborator

galak commented Oct 8, 2020

./scripts/sanitycheck -p rv32m1_vega_ri5cy -s samples/bluetooth/peripheral_hr/sample.bluetooth.peripheral_hr_rv32m1_vega_ri5cy

Gets

/home/galak/git/zephyr/subsys/bluetooth/controller/ll_sw/openisa/lll/lll_conn.c: In function 'isr_done':
/home/galak/git/zephyr/subsys/bluetooth/controller/ll_sw/openisa/lll/lll_conn.c:600:5: error: 'struct event_done_extra' has no member named 'slave'
  600 |    e->slave.start_to_address_actual_us =
      |     ^~
/home/galak/git/zephyr/subsys/bluetooth/controller/ll_sw/openisa/lll/lll_conn.c:602:5: error: 'struct event_done_extra' has no member named 'slave'
  602 |    e->slave.window_widening_event_us =
      |     ^~
/home/galak/git/zephyr/subsys/bluetooth/controller/ll_sw/openisa/lll/lll_conn.c:604:5: error: 'struct event_done_extra' has no member named 'slave'
  604 |    e->slave.preamble_to_addr_us = preamble_to_addr_us;
      |     ^~
gmake[2]: *** [zephyr/subsys/bluetooth/controller/CMakeFiles/subsys__bluetooth__controller.dir/build.make:343: zephyr/subsys/bluetooth/controller/CMakeFiles/subsys__bluetooth__controller.dir/ll_sw/openisa/lll/lll_conn.c.obj] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:3187: zephyr/subsys/bluetooth/controller/CMakeFiles/subsys__bluetooth__controller.dir/all] Error 2
gmake: *** [Makefile:104: all] Error 2
@galak galak added the bug The issue is a bug, or the PR is fixing a bug label Oct 8, 2020
@galak galak added area: Bluetooth priority: high High impact/importance bug labels Oct 8, 2020
cvinayak added a commit to cvinayak/zephyr that referenced this issue Oct 9, 2020
Port minor anchor point synchronization drift implementation
changes.

Relates to changes in commit 732de50 ("Bluetooth:
controller: Refactor out drift compensation code").

Fixes zephyrproject-rtos#29062.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
carlescufi pushed a commit that referenced this issue Oct 9, 2020
Port minor anchor point synchronization drift implementation
changes.

Relates to changes in commit 732de50 ("Bluetooth:
controller: Refactor out drift compensation code").

Fixes #29062.

Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants