aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4237 from felipebalbi/rp-invert-gpioDario Nieuwenhuis2025-06-011-0/+34
|\
| * embassy-rp: implement input/output inversionFelipe Balbi2025-05-221-0/+34
* | 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-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 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
* | Merge pull request #4187 from 1-rafael-1/rp235x-overclockingDario Nieuwenhuis2025-05-131-25/+24
|\ \ | |/ |/|
| * 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
|\ \
| * | Update examples and testsMarc2025-05-023-9/+9
* | | Merge pull request #4150 from 1-rafael-1/rp2040-overclockingUlf Lilleengen2025-05-091-0/+70
|\ \ \ | | |/ | |/|
| * | 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 ensu...1-rafael-12025-05-011-0/+17
| * | 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: add multicore test for SpinlockRawMutexSebastian Quilitz2025-04-071-0/+54
* | mspm0: add uart testsi509VCB2025-04-065-0/+179
* | Merge pull request #4016 from antonok-edm/emmcDario Nieuwenhuis2025-04-061-2/+2
|\ \
| * | refactor to reduce code duplicationAnton Lazarev2025-03-311-2/+2
* | | BufferedUart initializationMichael Gomez2025-04-045-7/+7
|/ /
* / Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-283-3/+3
|/
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-2723-207/+274
* stm32/hash: remove DMA generic param.Dario Nieuwenhuis2025-03-251-2/+1
* stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-252-4/+2
* rp: Update embassy-rp version in examples and tests9names2025-03-091-1/+1
* Merge pull request #3901 from CBJamo/rp23_testingDario Nieuwenhuis2025-02-1921-61/+149
|\
| * rustfmt againCaleb Jamison2025-02-181-2/+1
| * rustfmt fixupCaleb Jamison2025-02-181-2/+1
| * Inital rp23 ci testsCaleb Jamison2025-02-1821-63/+153
* | rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.Dario Nieuwenhuis2025-02-183-11/+10
|/
* tests/rp: Update cyw43 test to new firmware, new wifi network name.Dario Nieuwenhuis2025-02-141-6/+8
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-144-4/+4
* 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-154-4/+4
| |/ |/|
* | Update doc projects deps, don't use patch.crates-ioDario Nieuwenhuis2025-01-153-3/+3
* | RP235x: support new FIFO options, set IE, OD on PIO pins.Pedro Ferreira2025-01-151-2/+2
|/