aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* stm32/tests: test spi u8 and u16 word sizes.Dario Nieuwenhuis2024-09-232-74/+140
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-166-38/+32
* Merge pull request #3271 from sjoerdsimons/ucpd-sop-filtersDario Nieuwenhuis2024-09-101-2/+2
|\
| * [UCPD] Add support for non-SOP packetsSjoerd Simons2024-08-181-2/+2
* | cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-091-1/+5
|/
* Merge pull request #3243 from HellbenderInc/rp2350Dario Nieuwenhuis2024-08-121-1/+1
|\
| * Initial rp235x supportCaleb Jamison2024-08-081-1/+1
* | Simplify construction of StackResources::new()Martin Liska2024-08-085-15/+5
|/
* Add H7 dual core to common and run fmtDion Dokter2024-08-051-2/+2
* Fix testsDion Dokter2024-08-0523-23/+41
* Prepare to release embassy-rpUlf Lilleengen2024-08-051-1/+1
* prepare release embassy-executorUlf Lilleengen2024-08-054-4/+4
* Prepare for embassy-nrf releaseUlf Lilleengen2024-08-051-1/+1
* Prepare embassy-time releaseUlf Lilleengen2024-08-055-5/+5
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-051-1/+1
* tests/rp: add timer test.Dario Nieuwenhuis2024-07-251-0/+25
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-2/+2
* wiznet: add version check to initialization sequenceJosh Junon2024-06-301-1/+2
* 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