aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/src
Commit message (Expand)AuthorAgeFilesLines
* stm32: Move i2c_master test to examplesHybridChild2025-11-132-633/+0
* stm32: Run cargo fmt for tests/HybridChild2025-11-131-12/+2
* stm32/i2c: Add comprehensive v2 Master API tests and fix async issuesHybridChild2025-11-131-23/+243
* stm32/i2c: Fix v2 async transaction implementationHybridChild2025-11-122-31/+209
* stm32: Add i2c v2 transaction testHybridChild2025-11-122-0/+245
* adc: remove sample_time from structxoviat2025-11-102-6/+14
* Merge pull request #4388 from modulo-org/feature/stm32-spi-slavexoviat2025-11-052-6/+8
|\
| * feat: stm32 spi driver slave modeCristian Milatinov2025-11-042-6/+8
* | tests: disable rtc for h563 on non-stopxoviat2025-11-053-0/+7
|/
* rtc: use consistent api between stop and non-stopxoviat2025-11-042-12/+14
* stm32: fix rtc testxoviat2025-11-042-9/+20
* rustfmtxoviat2025-11-031-1/+0
* low_power: update api to allow reconfigxoviat2025-11-031-3/+0
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-069-11/+11
* Fix an afio testBrian Schwind2025-09-291-2/+8
* Code formattingBrian Schwind2025-09-291-5/+1
* Make the Qei struct own the channel 1 and 2 pinsBrian Schwind2025-09-291-2/+2
* stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-051-12/+12
* Add STM32F1 AFIO remapFabian Wolter2025-09-052-1/+1157
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-295-8/+8
* stm32: Add hash test for sha512, varying lengthsMatt Johnston2025-08-151-0/+31
* stm32/hash: Clear HMAC mode bit when hashingMatt Johnston2025-08-151-5/+12
* stm32 tests: move can_common out of the bin folderFabian Wolter2025-08-143-0/+2
* address ci test failureRick Rogers2025-07-251-0/+2
* Updated version of stm32-data and added c071 and c051 into ci.shChris Storah2025-07-231-1/+9
* stm32/sdmmc: disable 1bit test.Dario Nieuwenhuis2025-07-041-0/+4
* stm32/dma: fix packing/unpacking not working.Dario Nieuwenhuis2025-07-041-1/+1
* added eeprom to testsokhsunrog2025-05-211-0/+30
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+0
* stm32/sdmmc: add support for multiple block reads and writes.Oliver2025-04-181-2/+18
* refactor to reduce code duplicationAnton Lazarev2025-03-311-2/+2
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-278-68/+74
* stm32/hash: remove DMA generic param.Dario Nieuwenhuis2025-03-251-2/+1
* stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-252-4/+2
* stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.Dario Nieuwenhuis2025-01-261-4/+3
* Merge pull request #3795 from nikvoid/stm32-phy-addr-detectionDario Nieuwenhuis2025-01-261-1/+1
|\
| * stm32: change all examples and tests to use GenericSMI::new_auto().Dario Nieuwenhuis2025-01-261-1/+1
* | tests/stm32: fix test for g0 hsi sys_divMarkus Kasten2025-01-171-1/+3
|/
* tests/stm32: add uart async and blocking flush test.Dario Nieuwenhuis2024-10-142-0/+24
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-141-2/+1
* stm32/tests: test spi u8 and u16 word sizes.Dario Nieuwenhuis2024-09-232-74/+140
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-6/+5
* [UCPD] Add support for non-SOP packetsSjoerd Simons2024-08-181-2/+2
* Simplify construction of StackResources::new()Martin Liska2024-08-081-6/+1
* Add H7 dual core to common and run fmtDion Dokter2024-08-051-2/+2
* Fix testsDion Dokter2024-08-0523-23/+41
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-2/+2
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-2/+2
* stm32/spi: fix blocking_write on nosck spi.Dario Nieuwenhuis2024-06-032-26/+15
* Remove more BXCAN generics.Corey Schuhen2024-06-023-11/+3