aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/gpiote.rs
Commit message (Expand)AuthorAgeFilesLines
* fix: use correct pin count for the nrf54 chip familyoddlama2025-12-161-9/+6
* feat: add nRF54LM20A supportHaobo Gu2025-12-081-2/+6
* embassy-nrf: add gpiote::InputChannel::wait_for_high/low()Maarten de Vries2025-10-301-6/+62
* Merge pull request #4801 from embassy-rs/nrf54-fixesUlf Lilleengen2025-10-301-2/+0
|\
| * fix: allow compiling without gpiote for nrf54Ulf Lilleengen2025-10-291-2/+0
* | nrf/gpiote: remove logsDario Nieuwenhuis2025-10-291-13/+0
|/
* fix: only set detectmode in secure modeUlf Lilleengen2025-10-281-1/+1
* chore: make it clear which gpiotec for a channelUlf Lilleengen2025-10-281-13/+13
* feat: improve nrf54 support using new nrf-pacUlf Lilleengen2025-10-281-88/+343
* nrf: use DETECTMODE_SEC in GPIOTE in secure modeMatthew Tran2025-10-241-0/+3
* embassy-nrf: allow direct access to the `gpiote::InputChannel` input pinMaarten de Vries2025-10-231-0/+5
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
* nrf: add persist() method for gpiote and timerMatthew Tran2025-09-211-0/+18
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-31/+18
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-241-3/+2
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-70/+75
* Adding _nrf91 featurenerwalt2024-07-151-1/+0
* Connecting GPIOTE interruptsnerwalt2024-07-151-5/+5
* Putting never used/constucted items behind feature flagnerwalt2024-07-151-2/+3
* Adding support for 9120nerwalt2024-06-281-4/+4
* nrf/gpiote: fix port1 on nrf5340Dario Nieuwenhuis2024-06-251-8/+8
* nrf: remove mod sealed.Dario Nieuwenhuis2024-04-051-8/+6
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-0/+2
* 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