aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Merge pull request #4017 from shilga/SpinlockMutexDario Nieuwenhuis2025-04-071-0/+54
|\ | | | | | | embassy-rp: Spinlock mutex implementation
| * embassy-rp: add multicore test for SpinlockRawMutexSebastian Quilitz2025-04-071-0/+54
| |
* | mspm0: add uart testsi509VCB2025-04-065-0/+179
| | | | | | | | This also fixes a bug in the uart clock calculation where it could select an oversampling faster than what the hardware is providing.
* | Merge pull request #4016 from antonok-edm/emmcDario Nieuwenhuis2025-04-061-2/+2
|\ \ | | | | | | | | | Support eMMC devices via SDMMC (STM32)
| * | refactor to reduce code duplicationAnton Lazarev2025-03-311-2/+2
| | |
* | | BufferedUart initializationMichael Gomez2025-04-045-7/+7
|/ / | | | | | | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* / Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-283-3/+3
|/ | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>