aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
Commit message (Expand)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-295-8/+8
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-6/+6
* Load all crates in the graph, honor the "publish" flag to prevent publishing ...Dario Nieuwenhuis2025-08-251-0/+34
* stm32: Add hash test for sha512, varying lengthsMatt Johnston2025-08-152-2/+34
* 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
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-1/+1
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
* address ci test failureRick Rogers2025-07-251-0/+2
* Updated version of stm32-data and added c071 and c051 into ci.shChris Storah2025-07-233-1/+11
* stm32/sdmmc: disable 1bit test.Dario Nieuwenhuis2025-07-041-0/+4
* stm32/dma: fix packing/unpacking not working.Dario Nieuwenhuis2025-07-041-1/+1
* Merge pull request #4228 from okhsunrog/adding_eepromUlf Lilleengen2025-05-232-2/+38
|\
| * added eeprom to testsokhsunrog2025-05-212-2/+38
* | embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|/
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-182-3/+2
* Maybe fixed all CIDion Dokter2025-05-011-3/+5
* 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
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
* 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
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
* 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
* | Merge pull request #3781 from markus-k/stm32g0-hsisysdivDario Nieuwenhuis2025-01-171-1/+3
|\ \
| * | tests/stm32: fix test for g0 hsi sys_divMarkus Kasten2025-01-171-1/+3
* | | chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| |/ |/|
* | Update doc projects deps, don't use patch.crates-ioDario Nieuwenhuis2025-01-151-1/+1
|/
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
* Fix search-and-replacabilityDániel Buga2025-01-051-2/+2
* Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
* tests/stm32: add uart async and blocking flush test.Dario Nieuwenhuis2024-10-142-0/+24
* tests: remove deprecated -Cinline-threshold.Dario Nieuwenhuis2024-10-141-1/+0
* 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