aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/gpiote.rs
Commit message (Expand)AuthorAgeFilesLines
* nrf/gpiote: add support for nrf51.Dario Nieuwenhuis2024-02-041-13/+45
* nrf/gpio: remove generics.Dario Nieuwenhuis2024-01-221-22/+31
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-3/+3
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-5/+5
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-49/+39
* Fix gpiote when waking up from systemoffDion Dokter2023-09-141-1/+0
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* Removed unnecessary lifetime namingCameron2023-07-051-4/+4
* Add `rt` feature to HALs, cfg out interrupt handling when not set.Dario Nieuwenhuis2023-06-081-0/+3
* Make interrupt module more standard.Dario Nieuwenhuis2023-06-081-7/+7
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-011-30/+26
* Add `#[must_use]` to all futuresGrant Miller2023-02-241-0/+1
* nrf: docs.Dario Nieuwenhuis2023-02-011-7/+46
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-42/+20
* Review comments. Corrected unused fields.Ardelean Calin2022-11-231-19/+19
* Corrected order of use statements.Ardelean Calin2022-11-221-1/+1
* Changed pin to private as it is for OutputChannelArdelean Calin2022-11-221-6/+6
* Switched to PeripheralRef for channel.Ardelean Calin2022-11-221-23/+20
* Update gpiote.rsArdelean Călin Petru2022-11-221-0/+6
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-291-1/+1
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-221-2/+1
* Do not use cfg_if for embedded-hal-async feature gates.Dario Nieuwenhuis2022-08-311-45/+46
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+1
* nrf: replace PhantomData usages with PeripheralRef.Dario Nieuwenhuis2022-07-231-26/+16
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-2/+2
* Rename unsafe_impl_unborrow to impl_unborrowDario Nieuwenhuis2022-07-231-2/+2
* Run rustfmt.Dario Nieuwenhuis2022-06-121-6/+4
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-1/+1
* nrf/gpio: Make Input is_high/is_low public.Dario Nieuwenhuis2022-03-171-4/+4
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-111-76/+46
* embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-1/+6
* nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-131-13/+134
* nrf/gpiote: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-46/+29
* nrf/gpio: Rename FlexPin to Flex.Dario Nieuwenhuis2022-01-131-4/+4
* nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis2021-12-201-9/+97
* nrf/gpiote: remove PortInput, move impls to Input.Dario Nieuwenhuis2021-12-141-79/+4
* Update embassy-nrf with lifetime bounds on gpio implementations.Wilfried Chauveau2021-11-211-3/+13
* nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-281-29/+52
* nrf91: support running in both S and NS mode.Dario Nieuwenhuis2021-10-261-4/+4
* Clippy fixesDario Nieuwenhuis2021-10-181-0/+1
* Undoing unnecessary changesDion Dokter2021-10-121-30/+18
* Merge remote-tracking branch 'upstream/master'Dion Dokter2021-10-111-4/+4
|\
| * nrf: rename Cargo feature references from "51" to "nrf51".Dario Nieuwenhuis2021-10-111-4/+4
* | Initial support for nrf9160Dion Dokter2021-10-111-19/+46
|/
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-1/+1
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
* nrf/gpio: fix unused warning on chips without portsDario Nieuwenhuis2021-07-051-5/+5
* Mark Unborrow as unsafe to implementDario Nieuwenhuis2021-05-191-2/+2
* nrf/gpiote: Allow choosing IRQ priority.Dario Nieuwenhuis2021-05-171-1/+2