aboutsummaryrefslogtreecommitdiff
path: root/embassy-hal-internal/src/atomic_ring_buffer.rs
Commit message (Collapse)AuthorAgeFilesLines
* STM32: USART: Change eager_reads from bool to Option<usize>Adam Greig2025-10-011-9/+13
|
* STM32: USART: Add `eager_reads` config optionAdam Greig2025-10-011-2/+37
|
* fix(embassy-rp): fix drop implementation of BufferedUartRx and BufferedUartTxtact1m4n32024-05-171-0/+5
|
* hal-internal: fix failing test due to not initializing ringbuf.Dario Nieuwenhuis2024-05-121-0/+4
|
* nrf/buffered_uart: refactor so rx/tx halves are independent.Dario Nieuwenhuis2024-02-211-3/+30
|
* docs: document all public apis of embedded-hal-internalUlf Lilleengen2023-12-081-1/+13
| | | | | * Make some fields and functions non-public where possible. * Enable doc warnings for missing public API docs.
* Rename embassy-hal-common to embassy-hal-internal, document it's for ↵Dario Nieuwenhuis2023-07-281-0/+556
internal use only. (#1700)