| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Prepare embassy-net drivers | Dániel Buga | 2025-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare embassy-net 0.6 | Dániel Buga | 2025-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare embassy-embedded-hal 0.3 | Dániel Buga | 2025-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Removed the cyw43-pio overclock feature | Bailey Townsend | 2024-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fixes ci (hopefully) | Bailey Townsend | 2024-12-28 | 1 | -2/+11 | |
| | | ||||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 | |
| | | ||||||
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | net: release v0.5.0 | Dario Nieuwenhuis | 2024-11-28 | 1 | -1/+1 | |
| | | ||||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 | |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | |||||
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -1/+1 | |
| | | ||||||
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -1/+1 | |
| | | ||||||
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | tests: remove deprecated -Cinline-threshold. | Dario Nieuwenhuis | 2024-10-14 | 1 | -1/+0 | |
| | | ||||||
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 2 | -14/+12 | |
| | | ||||||
| * | cyw43: add support for WPA3 and more extensive security options. | Dario Nieuwenhuis | 2024-09-09 | 1 | -1/+5 | |
| | | ||||||
| * | Merge pull request #3243 from HellbenderInc/rp2350 | Dario Nieuwenhuis | 2024-08-12 | 1 | -1/+1 | |
| |\ | | | | | | | Initial rp235x support | |||||
| | * | Initial rp235x support | Caleb Jamison | 2024-08-08 | 1 | -1/+1 | |
| | | | | | | | | | Examples have been run, but there is not yet a test suite. | |||||
| * | | Simplify construction of StackResources::new() | Martin Liska | 2024-08-08 | 2 | -2/+2 | |
| |/ | ||||||
| * | Prepare to release embassy-rp | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare release of embassy-embedded-hal 0.2.0 | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | tests/rp: add timer test. | Dario Nieuwenhuis | 2024-07-25 | 1 | -0/+25 | |
| | | ||||||
| * | wiznet: add version check to initialization sequence | Josh Junon | 2024-06-30 | 1 | -1/+2 | |
| | | ||||||
| * | Merge pull request #3044 from kalkyl/adc-multi | Henrik Alsér | 2024-06-22 | 1 | -0/+13 | |
| |\ | | | | | | | rp: Add multichannel ADC | |||||
| | * | Change pin in HIL test | kalkyl | 2024-06-22 | 1 | -1/+1 | |
| | | | ||||||
| | * | rp: Add multichannel ADC | kalkyl | 2024-06-05 | 1 | -0/+13 | |
| | | | ||||||
| * | | --binary-format bin in rp examples | rafael | 2024-06-15 | 1 | -2/+2 | |
| | | | ||||||
| * | | probe-rs download 43439A0.bin --format bin --chip RP2040 --base-address ↵ | rafael | 2024-06-13 | 1 | -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 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 | |
| |/ | ||||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+0 | |
| | | ||||||
| * | Add parameter for enabling pull-up and pull-down in RP PWM input mode | pawel00100 | 2024-04-05 | 1 | -3/+43 | |
| | | ||||||
| * | rename PWM_CH to PWM_SLICE | Alexandru RADOVICI | 2024-04-02 | 1 | -7/+7 | |
| | | ||||||
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 3 | -12/+24 | |
| | | ||||||
| * | Add SetConfig impl to rp2040 i2c | Caleb Jamison | 2024-02-22 | 2 | -36/+59 | |
| | | | | | Also expand test to cover 1kHz, 100kHz, 400kHz, and 1MHz speeds. | |||||
| * | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | rp/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 5 | -17/+15 | |
| | | ||||||
| * | Remove nightly-only flags from cargo configs. | Dario Nieuwenhuis | 2024-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+3 | |
| | | ||||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 2 | -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.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -3/+3 | |
| | | ||||||
| * | Merge pull request #2404 from plaes/sync-link-ram | Dario Nieuwenhuis | 2024-01-05 | 3 | -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 targets | Priit Laes | 2024-01-05 | 3 | -256/+5 | |
| | | | ||||||
| * | | New embassy-net release | Scott Mabin | 2024-01-04 | 1 | -1/+1 | |
| |/ | ||||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 3 | -3/+1 | |
| | | ||||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -10/+16 | |
| | | ||||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 3 | -12/+12 | |
| | | ||||||
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 | |
| | | ||||||
