aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * mspm0: add dma driveri509VCB2025-07-065-1/+517
| |
* | 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 #4237 from felipebalbi/rp-invert-gpioDario Nieuwenhuis2025-06-011-0/+34
|\ \ | | | | | | | | | embassy-rp: implement input/output inversion
| * | embassy-rp: implement input/output inversionFelipe Balbi2025-05-221-0/+34
| | | | | | | | | | | | | | | RP2040/RP23xx support inversion in HW of the inputs and outputs. Implement minimal support for that.
* | | Merge pull request #4228 from okhsunrog/adding_eepromUlf Lilleengen2025-05-232-2/+38
|\ \ \ | |/ / |/| | Adding EEPROM support to embassy-stm32
| * | added eeprom to testsokhsunrog2025-05-212-2/+38
| |/
* / embassy-sync: bump to 0.7.0Matt Johnston2025-05-225-5/+5
|/
* mspm0: link interrupt groups in testsi509VCB2025-05-201-0/+2
|
* Merge pull request #4194 from i509VCB/update-metapac2Dario Nieuwenhuis2025-05-181-1/+1
|\ | | | | mspm0: generate features per chip + package
| * mspm0: generate feature per chip + packagei509VCB2025-05-131-1/+1
| |
* | Update defmt dependenciesYuri Astrakhan2025-05-185-11/+11
| |
* | Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-185-6/+3
| | | | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* | Merge pull request #4187 from 1-rafael-1/rp235x-overclockingDario Nieuwenhuis2025-05-131-25/+24
|\ \ | |/ |/| | | RP235x overclocking
| * Add ClockError enum and update system_freq to return Result for error handling1-rafael-12025-05-121-1/+1
| |
| * rp235x overclocking1-rafael-12025-05-111-25/+24
| |
* | Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-typeUlf Lilleengen2025-05-093-9/+9
|\ \ | | | | | | [embassy-rp] Remove <T: Instance> from Uart and BufferedUart
| * | Update examples and testsMarc2025-05-023-9/+9
| | |
* | | Merge pull request #4150 from 1-rafael-1/rp2040-overclockingUlf Lilleengen2025-05-091-0/+70
|\ \ \ | | |/ | |/| RP: rp2040 overclocking
| * | Changes after review1-rafael-12025-05-071-1/+1
| | |
| * | first batch of changes after review1-rafael-12025-05-021-5/+5
| | |
| * | make ci happy1-rafael-12025-05-011-1/+6
| | |
| * | overclock test, should now run on all rp chips1-rafael-12025-05-011-54/+40
| | |
| * | Refactor overclock test for RP2040: add unused imports conditionally and ↵1-rafael-12025-05-011-0/+17
| | | | | | | | | | | | ensure placeholder main function for non-RP2040 targets
| * | Add overclocking test for RP2040 with timer and PWM tests at 200Mhz1-rafael-12025-05-011-0/+62
| |/
* / Maybe fixed all CIDion Dokter2025-05-011-3/+5
|/
* stm32/sdmmc: add support for multiple block reads and writes.Oliver2025-04-181-2/+18
|