aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Simplify construction of StackResources::new()Martin Liska2024-08-085-15/+5
|/
* Add H7 dual core to common and run fmtDion Dokter2024-08-051-2/+2
|
* Fix testsDion Dokter2024-08-0523-23/+41
|
* Prepare to release embassy-rpUlf Lilleengen2024-08-051-1/+1
|
* prepare release embassy-executorUlf Lilleengen2024-08-054-4/+4
|
* Prepare for embassy-nrf releaseUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-055-5/+5
|
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-051-1/+1
|
* tests/rp: add timer test.Dario Nieuwenhuis2024-07-251-0/+25
|
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-2/+2
|
* wiznet: add version check to initialization sequenceJosh Junon2024-06-301-1/+2
|
* tests/nrf: add non-buffered uart tests.Dario Nieuwenhuis2024-06-253-0/+100
|
* tests/nrf: generalize buffereduart tests for all chips.Dario Nieuwenhuis2024-06-256-75/+108
|
* tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160Dario Nieuwenhuis2024-06-2527-133/+292
|
* Merge pull request #3044 from kalkyl/adc-multiHenrik Alsér2024-06-221-0/+13
|\ | | | | | | rp: Add multichannel ADC
| * Change pin in HIL testkalkyl2024-06-221-1/+1
| |
| * rp: Add multichannel ADCkalkyl2024-06-051-0/+13
| |
* | stm32/gpio: refactor AfTypeJan Špaček2024-06-161-2/+2
| |
* | --binary-format bin in rp examplesrafael2024-06-151-2/+2
| |
* | probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address ↵rafael2024-06-131-2/+2
| | | | | | | | | | | | 0x10100000 yields: Error: --format has been renamed to --binary-format. Please use --binary-format bin instead of --format bin
* | stm32: update stm32-metapac, fixes memory.x for many families.Dario Nieuwenhuis2024-06-121-8/+4
| |
* | prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-046-6/+6
|/
* stm32/spi: fix blocking_write on nosck spi.Dario Nieuwenhuis2024-06-032-26/+15
| | | | Fixes #2902.
* Remove more BXCAN generics.Corey Schuhen2024-06-023-11/+3
|
* stm32/spi: test zero-length transfers in more cases.Dario Nieuwenhuis2024-05-312-1/+13
|
* stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions.Dario Nieuwenhuis2024-05-313-45/+91
|
* stm32/spi: add blocking rxonly test.Dario Nieuwenhuis2024-05-311-7/+25
|
* stm32/spi: fix spiv1 rxonly hanging.Dario Nieuwenhuis2024-05-312-59/+43
|
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-311-1/+1
| | | | the main ci.sh now passes if running with nightly.