aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| * make stm32 can test workPhilipp Scheff2023-07-041-3/+6
* | stm32/wpan: implement mm patternxoviat2023-06-231-2/+2
* | stm32/wpan: reorg subsystemsxoviat2023-06-231-8/+9
|/
* stm32/tests: update ble testxoviat2023-06-221-23/+198
* fix buildgoueslati2023-06-221-2/+2
* Merge pull request #1569 from xoviat/tl-mbox-2xoviat2023-06-211-4/+4
|\
| * Merge branch 'main' of https://github.com/embassy-rs/embassy into tl-mbox-2xoviat2023-06-192-17/+18
| |\
| * | stm32/wpan: cleanup and expand shcixoviat2023-06-181-4/+4
* | | Merge pull request #1501 from xoviat/canDario Nieuwenhuis2023-06-201-0/+78
|\ \ \ | |_|/ |/| |
| * | stm32/tests: fix canxoviat2023-06-191-3/+3
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into canxoviat2023-06-192-29/+48
| |\ \
| * \ \ Merge branch 'main' into canxoviat2023-05-3012-65/+83
| |\ \ \
| * | | | stm32/can: add hw test and cleanupxoviat2023-05-301-0/+78
* | | | | tests/stm32: do multiple transfers to catch more bugs.Dario Nieuwenhuis2023-06-191-13/+16
| |_|/ / |/| | |
* | | | stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-4/+2
| |_|/ |/| |
* | | stm32/wpan: use new ownership modelxoviat2023-06-171-31/+20
* | | stm32/wpan: modify evtbox to use slice viewxoviat2023-06-171-6/+8
* | | stm32/wpan: convert to new ipccxoviat2023-06-171-15/+28
* | | stm32/wpan: improve linked list ergonomicsxoviat2023-06-161-1/+4
* | | stm32/wpan: move schi command into sysxoviat2023-06-151-0/+3
* | | rustfmtxoviat2023-06-131-1/+1
* | | stm32/wpan: get --release workingxoviat2023-06-131-8/+9
* | | tests/ble: disable test for nowxoviat2023-06-121-0/+9
* | | fix buildgoueslati2023-06-121-5/+6
| |/ |/|
* | 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