aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/usart_rx_ringbuffered.rs
Commit message (Expand)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-141-2/+1
* Fix testsDion Dokter2024-08-051-1/+1
* stm32/usart: remove instance generic paramsJan Špaček2024-05-231-2/+2
* stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-161-1/+2
* stm32/dma: add AnyChannel, add support for BDMA on H7.Dario Nieuwenhuis2024-02-241-1/+1
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-271-1/+0
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-4/+4
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-261-1/+1
* tests/stm32: centralize pin configuration.Dario Nieuwenhuis2023-09-251-96/+9
* ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-301-3/+3
* stm32: move to bind_interruptsxoviat2023-05-241-42/+37
* stm32/test: workaround #1426Dario Nieuwenhuis2023-05-021-2/+5
* stm32/test: cleanup ringbuffer test, exit on success (transferring 100kb)Dario Nieuwenhuis2023-05-011-39/+38
* stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet.Dario Nieuwenhuis2023-05-011-0/+2
* Support overflow detection for more than one ring-periodRasmus Melchior Jacobsen2023-05-011-4/+15
* Ring-buffered uart rx with one-period overrun detectionRasmus Melchior Jacobsen2023-05-011-0/+188