aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
Commit message (Expand)AuthorAgeFilesLines
* Add embedded_hal_async support for embassy-rpDaniel Bevenius2022-07-142-1/+302
* Move all gpio logic to Flexchemicstry2022-07-131-6/+3
* Change get_set_level to get_output_levelchemicstry2022-07-131-3/+3
* Add convenience GPIO functions to RPchemicstry2022-07-131-0/+78
* Merge #850bors[bot]2022-07-102-1/+20
|\
| * Add embassy-embedded-hal nightly featureHenrik Alsér2022-07-091-1/+1
| * impl SetConfig for rp2040 SPIHenrik Alsér2022-07-092-0/+19
* | rp/gpio: add Flex.Dario Nieuwenhuis2022-07-091-104/+272
|/
* docs: Add $COMMIT to git srclinks.Dario Nieuwenhuis2022-06-261-1/+1
* Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-1/+0
* Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-181-1/+1
* Run rustfmt.Dario Nieuwenhuis2022-06-128-79/+34
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-127-50/+46
* Update embedded-hal-async to 0.1.0-alpha.1Dario Nieuwenhuis2022-05-291-1/+1
* Impl OutputPin/StatefulOutputPin/ToggleableOutputPinDaniel Bevenius2022-05-211-0/+32
* Add open-drain support for embassy-rpDaniel Bevenius2022-05-211-1/+83
* Add new lines between SIO methodsDaniel Bevenius2022-05-191-0/+3
* Merge pull request #773 from danbev/embassy-rp-ouput-dropDario Nieuwenhuis2022-05-191-1/+8
|\
| * Impl drop for embassy-rp gpio OutputDaniel Bevenius2022-05-171-1/+8
* | squash! Impl ToggleableOutputPin for embassy-rp OutputDaniel Bevenius2022-05-191-4/+3
* | Impl ToggleableOutputPin for embassy-rp OutputDaniel Bevenius2022-05-191-0/+18
|/
* squash! Implement Output::is_set_low for embassy-rpDaniel Bevenius2022-05-111-1/+2
* Implement Output::is_set_low for embassy-rpDaniel Bevenius2022-05-111-2/+2
* Update re-export comment in embassy-rp/Cargo.tomlDaniel Bevenius2022-05-091-1/+1
* Switch to crates.io embedded-hal, embedded-hal-async.Dario Nieuwenhuis2022-04-221-2/+2
* Reexport unborrow macro in HALsMatous Hybl2022-04-071-0/+3
* Add more docserver metadata.Dario Nieuwenhuis2022-04-051-0/+8
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-112-45/+11
* rp: impl eh1.0 blocking traitsDario Nieuwenhuis2022-02-153-73/+248
* Merge #615bors[bot]2022-02-122-75/+63
|\
| * rp: remove OptionalPinDario Nieuwenhuis2022-02-122-75/+63
* | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-1/+1
* | blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...Dario Nieuwenhuis2022-02-121-3/+4
|/
* Add missing `+ 'd` on unborrows.Dario Nieuwenhuis2022-02-102-10/+10
* Update rust-toolchainUlf Lilleengen2021-12-161-1/+0
* Update to defmt 3.0ish.Bob McWhirter2021-11-151-7/+1
* Update versions of critical-section and atomic-polyfillUlf Lilleengen2021-11-021-2/+2
* Update version of critical-sectionUlf Lilleengen2021-09-131-1/+1
* Add WASM support for executorUlf Lilleengen2021-09-131-1/+1
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-1/+1
* Update lots of depsDario Nieuwenhuis2021-09-111-5/+5
* rp: remove use of never typeDario Nieuwenhuis2021-09-032-3/+3
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-031-1/+0
* time: allow storing state inside the driver struct.Dario Nieuwenhuis2021-08-251-60/+64
* Update cortex-m-rt to v0.7 for stm32, rp.Dario Nieuwenhuis2021-08-191-2/+2
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-053-54/+25
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-296-6/+6
* rp/spi: disable+enable when setting frequencyDario Nieuwenhuis2021-07-201-0/+7
* rp/spi: properly drain the rx buffer while writingDario Nieuwenhuis2021-07-201-0/+2
* all hals: reexport PAC if `unstable-pac` feature is set.Dario Nieuwenhuis2021-07-142-0/+10