aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/nrf: add non-buffered uart tests.Dario Nieuwenhuis2024-06-253-0/+100
* tests/nrf: generalize buffereduart tests for all chips.Dario Nieuwenhuis2024-06-256-75/+108
* tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160Dario Nieuwenhuis2024-06-2527-133/+292
* Merge pull request #3044 from kalkyl/adc-multiHenrik Alsér2024-06-221-0/+13
|\
| * Change pin in HIL testkalkyl2024-06-221-1/+1
| * rp: Add multichannel ADCkalkyl2024-06-051-0/+13
* | stm32/gpio: refactor AfTypeJan Špaček2024-06-161-2/+2
* | --binary-format bin in rp examplesrafael2024-06-151-2/+2
* | probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address 0x10...rafael2024-06-131-2/+2
* | stm32: update stm32-metapac, fixes memory.x for many families.Dario Nieuwenhuis2024-06-121-8/+4
* | prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-046-6/+6
|/
* stm32/spi: fix blocking_write on nosck spi.Dario Nieuwenhuis2024-06-032-26/+15
* Remove more BXCAN generics.Corey Schuhen2024-06-023-11/+3
* stm32/spi: test zero-length transfers in more cases.Dario Nieuwenhuis2024-05-312-1/+13
* stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions.Dario Nieuwenhuis2024-05-313-45/+91
* stm32/spi: add blocking rxonly test.Dario Nieuwenhuis2024-05-311-7/+25
* stm32/spi: fix spiv1 rxonly hanging.Dario Nieuwenhuis2024-05-312-59/+43
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-311-1/+1
* Remove generics for BXCAN.Corey Schuhen2024-05-301-2/+2
* Merge pull request #3007 from liarokapisv/spi_v3-fix-rxDario Nieuwenhuis2024-05-301-5/+60
|\
| * add spi_dma rx-only testAlexandros Liarokapis2024-05-281-5/+60
* | Merge pull request #3012 from cschuhen/feature/fdcan_no_genericsDario Nieuwenhuis2024-05-303-9/+12
|\ \
| * | Remove generic argument for STM32 FDCAN.Corey Schuhen2024-05-293-9/+12
| |/
* / Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-295-5/+5
|/
* stm32/usart: remove instance generic paramsJan Špaček2024-05-231-2/+2
* stm32/spi: check that the RCC enable bit is disabled on drop.Dario Nieuwenhuis2024-05-201-0/+8
* stm32/tests: add stm32u0 hil.Dario Nieuwenhuis2024-05-133-1/+31
* tests/riscv32: workaround linking bug, update deps.Dario Nieuwenhuis2024-05-132-2/+216
* stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.Dario Nieuwenhuis2024-05-017-5/+62
* stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.Dario Nieuwenhuis2024-04-292-4/+4
* low power for h5eZio Pan2024-04-282-2/+9
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+0
* Remove leftover `cargo new` boilerplate.Dario Nieuwenhuis2024-04-262-4/+0
* stm32: can: fd: fix test build for all relevant chipsTorin Cooper-Bennun2024-04-222-6/+18
* stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-162-6/+5
* stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-151-3/+2
* stm32: update adc examplesAndres Vahter2024-04-101-2/+2
* Add parameter for enabling pull-up and pull-down in RP PWM input modepawel001002024-04-051-3/+43
* Merge pull request #2697 from eZioPan/stm32-cordicDario Nieuwenhuis2024-04-043-5/+147
|\
| * stm32 CORDIC: exclude stm32u5aeZio Pan2024-03-261-1/+1
| * stm32 CORDIC: add g491re back to cordic testeZio Pan2024-03-232-9/+4
| * stm32 CORDIC: re-design APIeZio Pan2024-03-231-62/+48
| * stm32 CORDIC: make HIL runeZio Pan2024-03-231-12/+14
| * stm32 CORDIC: add HIL testeZio Pan2024-03-233-4/+163
* | rename PWM_CH to PWM_SLICEAlexandru RADOVICI2024-04-021-7/+7
* | stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-10/+9
* | CAN: Use the same testing code for BXCAN and FDCAN h/w.Corey Schuhen2024-03-283-194/+163
* | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-12/+12
* | Remove ad-hoc fixes for setting the IOSV bit to trueEmilie Burgun2024-03-261-7/+0
|/
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-203-12/+24