aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf51/src
diff options
context:
space:
mode:
authoretiennecollin <[email protected]>2025-08-25 21:10:59 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-05 14:43:29 +0200
commit50e2e2ec60ca32a2da53b91f4a30c3a71d4e9f30 (patch)
treeffaed485eb5b2300b938d8093b3ea03efe4e6e81 /examples/nrf51/src
parent4291a092bedb0f45d236a1847a9b85fd093d3af9 (diff)
feat: add new_with_table() initializer for ring-buffers and removal of RegisterUpdaters
- It is now possible to pass a linked-list table to the ring-buffer with the `new_with_table()` function or use the `new()` function for a basic ring-buffer setup. - A `simple_ring_buffer_table()` function was added to the read and write ring-buffers to generate the same table as the one created by `new()` in case the user only wants to customize the default table options. - RegisterUpdaters have been removed as the user now has direct access to the table and its items if needed. See: https://github.com/elagil/embassy/pull/1#issuecomment-2891997294
Diffstat (limited to 'examples/nrf51/src')
0 files changed, 0 insertions, 0 deletions