aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|\ | | | | Inital rp23 ci tests
| * rustfmt againCaleb Jamison2025-02-181-2/+1
| |
| * rustfmt fixupCaleb Jamison2025-02-181-2/+1
| |
| * Inital rp23 ci testsCaleb Jamison2025-02-1821-63/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some tests need more work. * The adc test builds, but isn't set up correctly for the 2350 hardware yet. * The multicore and gpio_multicore tests only work from flash, seems to be a probe-rs issue. * The i2c and flash tests also only works from flash, these are probably bugs but I don't have time to run them down now. * The 2350 gpio test skips anything with pull downs. I think these fail because of E9. The float, bootsel, cyw43, and ethernet tests don't have 2350 equivalents. There's no reason to use the float romfuncs, use the FPU. Bootsel as a button isn't supported on the 2350 yet. The wifi and eth tests don't have appropriate hardware. The i2c test has also been tweaked to run on one core.
* | 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
| | | | | We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that actually cause UB.
* Merge pull request #3795 from nikvoid/stm32-phy-addr-detectionDario Nieuwenhuis2025-01-261-1/+1
|\ | | | | | | STM32: Option to detect Ethernet PHY address automatically
| * 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
|\ \ | | | | | | | | | stm32/rcc: add HSISYS support for g0
| * | tests/stm32: fix test for g0 hsi sys_divMarkus Kasten2025-01-171-1/+3
| | |
* | | chore: bump embassy-sync versionUlf Lilleengen2025-01-154-4/+4
| |/ |/| | | | | Prepare version 0.6.2 for release
* | 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
|/
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
|
* Create embassy-nrf 0.3.1Ulf Lilleengen2025-01-091-1/+1
|
* Update cyw43, nrf, rp hals and embassy-bootUlf Lilleengen2025-01-062-2/+2
|
* Fix search-and-replacabilityDániel Buga2025-01-051-2/+2
|
* Prepare embassy-net driversDániel Buga2025-01-052-3/+3
|
* Prepare embassy-net 0.6Dániel Buga2025-01-054-4/+4
|
* Prepare embassy-embedded-hal 0.3Dániel Buga2025-01-051-1/+1
|
* Removed the cyw43-pio overclock featureBailey Townsend2024-12-281-1/+1
|
* Fixes ci (hopefully)Bailey Townsend2024-12-281-2/+11
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-225-9/+9
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-153-3/+3
|
* Keep 52840's task arena unchangedDániel Buga2024-12-071-1/+1
|
* Shrink task arena of testsDániel Buga2024-12-071-1/+1
|
* net: release v0.5.0Dario Nieuwenhuis2024-11-284-4/+4
|
* Bump sync version (#3562)Dániel Buga2024-11-224-4/+4
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* Update nrf-pac.Dario Nieuwenhuis2024-11-151-14/+14
|
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-124-4/+4
|
* Prep executor 0.6.2Dániel Buga2024-11-064-4/+4
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-045-6/+70
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-214-4/+4
|
* Update to rust 1.82.Dario Nieuwenhuis2024-10-181-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-142-2/+0
|
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-142-3/+2
| | | | Fixes #2599
* stm32/tests: test spi u8 and u16 word sizes.Dario Nieuwenhuis2024-09-232-74/+140
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-166-38/+32
|
* Merge pull request #3271 from sjoerdsimons/ucpd-sop-filtersDario Nieuwenhuis2024-09-101-2/+2
|\ | | | | | | [UCPD] Add support for non-SOP packets
| * [UCPD] Add support for non-SOP packetsSjoerd Simons2024-08-181-2/+2
| | | | | | | | | | | | | | | | Allow capturing (and distinguishing) non-SOP packets as well. The default configuration will just configure SOP packets. For ease of use the default receive function signature is unchanged as for PD sinks (which is likely the common usage) just SOP is enough so no need to differentiate.
* | cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-091-1/+5
|/
* Merge pull request #3243 from HellbenderInc/rp2350Dario Nieuwenhuis2024-08-121-1/+1
|\ | | | | | | Initial rp235x support
| * Initial rp235x supportCaleb Jamison2024-08-081-1/+1
| | | | | | | | Examples have been run, but there is not yet a test suite.