diff options
| author | etiennecollin <[email protected]> | 2025-08-25 21:10:59 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-05 14:43:29 +0200 |
| commit | 50e2e2ec60ca32a2da53b91f4a30c3a71d4e9f30 (patch) | |
| tree | ffaed485eb5b2300b938d8093b3ea03efe4e6e81 /docs/examples/basic | |
| parent | 4291a092bedb0f45d236a1847a9b85fd093d3af9 (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 'docs/examples/basic')
0 files changed, 0 insertions, 0 deletions
