aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src
Commit message (Expand)AuthorAgeFilesLines
* ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-3012-56/+75
* stm32/ipcc: refactor examples and testsxoviat2023-05-271-4/+3
* stm32/ipcc: update testgoueslati2023-05-261-9/+9
* stm32: move to bind_interruptsxoviat2023-05-244-118/+121
* Merge #1457bors[bot]2023-05-231-3/+7
|\
| * stm32/ipcc: fix hil testxoviat2023-05-211-5/+3
| * updated test casegoueslati2023-05-191-1/+7
* | stm32 uart: Add a test for blocking RX overflowTimo Kröger2023-05-141-1/+21
|/
* Merge #1424bors[bot]2023-05-111-0/+51
|\
| * stm32/tests: add hil test for blexoviat2023-05-031-0/+51
* | stm32/test: remove adsfaDario Nieuwenhuis2023-05-021-1/+0
* | stm32/test: workaround #1426Dario Nieuwenhuis2023-05-022-2/+8
* | stm32/usart: add baudrate calc test.Dario Nieuwenhuis2023-05-022-18/+64
|/
* stm32/test: fix race condition in uart_dma.Dario Nieuwenhuis2023-05-011-9/+18
* stm32/test: cleanup ringbuffer test, exit on success (transferring 100kb)Dario Nieuwenhuis2023-05-011-39/+38
* stm32/test: add real defmt timestampDario Nieuwenhuis2023-05-011-11/+0
* 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
* stm32/rtc: fix datetime and add f4 testxoviat2023-04-251-0/+52
* stm32/sdmmc: add hil test for f4.Dario Nieuwenhuis2023-04-171-0/+148
* stm32/test: add C0 hil tests.Dario Nieuwenhuis2023-04-115-1/+12
* stm32/test: add h5 hil tests.Dario Nieuwenhuis2023-04-105-16/+34
* stm32: Add support for read_until_idle on UARTGuillaume MICHEL2022-10-262-16/+49
* tests/stm32: add lpuart test on stm32wb55Dario Nieuwenhuis2022-08-202-14/+2
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-186-7/+7
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-176-18/+18
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-296-13/+13
* rustfmt on previously edited files[email protected]2022-07-101-14/+13
* forgotten file[email protected]2022-07-081-1/+1
* Have added doc + minor correction[email protected]2022-07-081-7/+12
* Flex/ output open drain test done[email protected]2022-07-081-5/+6
* Flex/ input pull up test done[email protected]2022-07-081-9/+12
* Flex/ input pull down test done[email protected]2022-07-081-7/+10
* Flex/ input no pull test done[email protected]2022-07-081-4/+7
* Flex/ Test initial output test done[email protected]2022-07-081-1/+91
* Run rustfmt.Dario Nieuwenhuis2022-06-121-6/+4
* stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.Dario Nieuwenhuis2022-04-275-1/+19
* stm32/spi: fix blocking transfer hanging after async.Dario Nieuwenhuis2022-03-151-0/+16
* stm32/spi: check zero-length trasnfers.Dario Nieuwenhuis2022-03-152-0/+12
* stm32/spi: more exhaustive test.Dario Nieuwenhuis2022-03-152-0/+27
* stm32/spi: implement async trasnfer_in_placeDario Nieuwenhuis2022-03-151-0/+3
* Update testsGrant Miller2022-03-082-6/+6
* stm32: add stm32f103 bluepill to HIL tests.Dario Nieuwenhuis2022-02-244-0/+8
* Support unstable-trait feature for stm32Ulf Lilleengen2022-01-261-2/+1
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-2/+1
* stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-4/+2
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-14/+13
* stm32/tests: add uart, uart_dma tests.Dario Nieuwenhuis2021-12-082-0/+106
* stm32/tests: add DMA SPIDario Nieuwenhuis2021-12-071-0/+51