aboutsummaryrefslogtreecommitdiff
path: root/tests/rp
Commit message (Collapse)AuthorAgeFilesLines
...
* Prepare embassy-net driversDániel Buga2025-01-051-1/+1
|
* Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
|
* 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-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
|
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
|
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
|
* tests: remove deprecated -Cinline-threshold.Dario Nieuwenhuis2024-10-141-1/+0
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-162-14/+12
|
* 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-082-2/+2
|/
* Prepare to release embassy-rpUlf Lilleengen2024-08-051-1/+1
|
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* 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
|
* wiznet: add version check to initialization sequenceJosh Junon2024-06-301-1/+2
|
* 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
| |
* | --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
* | prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|/
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+0
|
* Add parameter for enabling pull-up and pull-down in RP PWM input modepawel001002024-04-051-3/+43
|
* rename PWM_CH to PWM_SLICEAlexandru RADOVICI2024-04-021-7/+7
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-203-12/+24
|
* Add SetConfig impl to rp2040 i2cCaleb Jamison2024-02-222-36/+59
| | | | Also expand test to cover 1kHz, 100kHz, 400kHz, and 1MHz speeds.
* correct spelling of the word "receive"Stefan Gehr2024-02-031-1/+1
|
* rp/gpio: remove generics.Dario Nieuwenhuis2024-01-225-17/+15
|
* Remove nightly-only flags from cargo configs.Dario Nieuwenhuis2024-01-221-1/+1
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-3/+3
|
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-102-9/+9
| | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods.
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-3/+3
|
* Merge pull request #2404 from plaes/sync-link-ramDario Nieuwenhuis2024-01-053-256/+5
|\ | | | | | | tests: Use unified link_ram_cortex_m.x linker script
| * tests: Use unified link_ram_cortex_m.x file for all Cortex M targetsPriit Laes2024-01-053-256/+5
| |
* | New embassy-net releaseScott Mabin2024-01-041-1/+1
|/
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-3/+1
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-212-10/+16
|
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-143-12/+12
|
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
|
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
|