aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* stm32: Move i2c_master test to examplesHybridChild2025-11-134-641/+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-132-25/+245
|
* stm32/i2c: Fix v2 async transaction implementationHybridChild2025-11-123-31/+210
|
* stm32: Add i2c v2 transaction testHybridChild2025-11-123-0/+252
|
* 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
|\ | | | | | | embassy-stm32: Added ability for SPI driver to function in slave mode
| * feat: stm32 spi driver slave modeCristian Milatinov2025-11-042-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SPI slave constructors Fix SPI slave constructors Fix embedded hal async trait One more constructor fix Set SSM bit in SPI driver according to CommunicationMode Fix embedded_hal_async trait to be generic for both master and slave Fix I2S driver to use async master SPI Forgot import from spi mode Fix CommunicationMode associated const conditionals Duplicate doc for CommunicationMode const Add missing nss argument Fix existing SPI tests not compiling Fix stm32h7rs examples not compiling Fix failing stm32l4 example Fix stm32h7 example Fix stm32h7 spi_bdma example Fix stm32h7 spi example Fix stm32f4 example docs: added entry in changelog.md fix: spi_v3 vals mismatch + rise_fall_speed renamed to gpio_speed fix: added spi_v6 conditional compilation feature fix: use if_afio macro in slave constructors fix: add missing trait bound fix: if_afio for cs pin trait fix: changelog message fix: broken rebase
* | tests: disable rtc for h563 on non-stopxoviat2025-11-054-1/+8
|/
* rtc: use consistent api between stop and non-stopxoviat2025-11-043-12/+15
|
* stm32: fix rtc testxoviat2025-11-042-9/+20
|
* rustfmtxoviat2025-11-031-1/+0
|
* low_power: update api to allow reconfigxoviat2025-11-031-3/+0
|
* net-esp-hosted: add Interface trait.Dario Nieuwenhuis2025-10-291-10/+5
|
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-282-7/+7
| | | | | | | | | | | | | * Update nrf-pac to version that modifies nrf52 register layout to match nrf54 to reduce the amount of cfg needed for nrf54 support. * Make the following peripherals available on nrf54: twim, twis, spim, spis, uart, buffered uarte, dppi, gpiote, pwm, saadc * Add examples tested on the nrf54 dk Some code is based on or copied from other pull requests, modified to match the new nrf-pac layout. Co-authored-by: Dmitry Tarnyagin <[email protected]>
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-0619-22/+24
|
* Edition 2024.Dario Nieuwenhuis2025-10-068-8/+8
|
* chore: prepare crate releasesUlf Lilleengen2025-09-301-1/+1
|
* 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
|
* feat(nrf/spim): erase Instance type from SpimAbraham Hamidi2025-09-242-2/+2
|
* Update manifests to satisfy new checks.Dario Nieuwenhuis2025-09-223-0/+3
|
* RTC alarm test timing was off1-rafael-12025-09-161-4/+16
|
* alarm handling to poll hardware status directly; add ci test1-rafael-12025-09-152-0/+119
|
* stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-051-12/+12
|
* Add STM32F1 AFIO remapFabian Wolter2025-09-053-2/+1168
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-2913-22/+22
|
* fix: update more minor versionsUlf Lilleengen2025-08-272-2/+2
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-266-34/+34
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-259-3/+71
| | | | examples/tests.
* stm32: Add hash test for sha512, varying lengthsMatt Johnston2025-08-152-2/+34
| | | | | sha512 is only supported by hash_v3 and hash_v4, so add a feature for those chips.
* stm32/hash: Clear HMAC mode bit when hashingMatt Johnston2025-08-151-5/+12
| | | | | | | Running a hash after a hmac would hang, the CR.MODE bit isn't cleared by INIT. Test it by running the test twice.
* 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-125-5/+5
| | | | * Add newtype for moved type to preserve API compat
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-1/+1
|
* chore: bump nrf and rp hal versionsUlf Lilleengen2025-08-042-2/+2
|
* Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-032-2/+2
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-315-5/+5
|
* address ci test failureRick Rogers2025-07-251-0/+2
|
* Merge branch 'embassy-rs:main' into obe1line-stm32c071obe1line2025-07-232-0/+118
|\
| * mspm0: add buffered uart driveri509VCB2025-07-222-0/+118
| | | | | | | | And tests for G3507.
* | Updated version of stm32-data and added c071 and c051 into ci.shChris Storah2025-07-233-1/+11
|/
* chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0Ulf Lilleengen2025-07-162-2/+2
|
* chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-162-2/+2
|
* chore: prepare embassy-rp for releaseUlf Lilleengen2025-07-151-1/+1
|
* chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
|
* Revert "chore: update to `embassy-nrf` v0.4.0"Ulf Lilleengen2025-07-141-1/+1
| | | | This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a.
* chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
|
* Merge pull request #4338 from i509VCB/dmai509VCB2025-07-075-1/+517
|\ | | | | | | mspm0: add dma driver