Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

bradjc
Copy link
Contributor

@bradjc bradjc commented May 16, 2024

Pull Request Overview

This pull request updates the hil::radio:Radio interface and the mac interface to not pass buffers to capsules via the initialize() function and instead use the conventional method of passing them in the new() constructor.

I think this is just an artifact of not knowing exactly which approach would work best at the time.

This also enables some improvements to the rf233 component and initialization in the imix board.

Testing Strategy

travis

TODO or Help Wanted

n/a

Documentation Updated

  • Updated the relevant files in /docs, or no updates are required.

Formatting

  • Ran make prepush.

bradjc added 2 commits May 16, 2024 12:09
These buffers should be passed to the object directly as not all users
are likely to want the same buffers (and this is in fact true today).
@github-actions github-actions bot added chips/nrf Change pertains to the nRF5x family of MCUs. HIL This affects a Tock HIL interface. component WG-Network In the purview of the Network working group. labels May 16, 2024
Buffer should just be passed to the object when it is created, not on
initialization.
@bradjc bradjc force-pushed the hil-radio-init-buffers branch from 2e54d96 to 6289b6c Compare May 16, 2024 16:38
@ppannuto ppannuto force-pushed the hil-radio-init-buffers branch from 4face54 to 2b5b08d Compare May 17, 2024 17:15
jrvanwhy
jrvanwhy previously approved these changes May 17, 2024
ppannuto
ppannuto previously approved these changes May 17, 2024
@ppannuto ppannuto enabled auto-merge May 17, 2024 17:34
jrvanwhy
jrvanwhy previously approved these changes May 17, 2024
@ppannuto ppannuto dismissed stale reviews from jrvanwhy and themself via 2390dc4 May 17, 2024 20:45
@ppannuto ppannuto force-pushed the hil-radio-init-buffers branch from e9785c0 to 2390dc4 Compare May 17, 2024 20:45
@ppannuto ppannuto added this pull request to the merge queue May 17, 2024
Merged via the queue into master with commit b2a3fdf May 17, 2024
@ppannuto ppannuto deleted the hil-radio-init-buffers branch May 17, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chips/nrf Change pertains to the nRF5x family of MCUs. component HIL This affects a Tock HIL interface. WG-Network In the purview of the Network working group.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants