| Commit message (Expand) | Author | Age | Files | Lines |
| * | nrf/gpiote: add support for nrf51. | Dario Nieuwenhuis | 2024-02-04 | 1 | -13/+45 |
| * | nrf/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -22/+31 |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -3/+3 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -5/+5 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -49/+39 |
| * | Fix gpiote when waking up from systemoff | Dion Dokter | 2023-09-14 | 1 | -1/+0 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| * | Removed unnecessary lifetime naming | Cameron | 2023-07-05 | 1 | -4/+4 |
| * | Add `rt` feature to HALs, cfg out interrupt handling when not set. | Dario Nieuwenhuis | 2023-06-08 | 1 | -0/+3 |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -7/+7 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -30/+26 |
| * | Add `#[must_use]` to all futures | Grant Miller | 2023-02-24 | 1 | -0/+1 |
| * | nrf: docs. | Dario Nieuwenhuis | 2023-02-01 | 1 | -7/+46 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -42/+20 |
| * | Review comments. Corrected unused fields. | Ardelean Calin | 2022-11-23 | 1 | -19/+19 |
| * | Corrected order of use statements. | Ardelean Calin | 2022-11-22 | 1 | -1/+1 |
| * | Changed pin to private as it is for OutputChannel | Ardelean Calin | 2022-11-22 | 1 | -6/+6 |
| * | Switched to PeripheralRef for channel. | Ardelean Calin | 2022-11-22 | 1 | -23/+20 |
| * | Update gpiote.rs | Ardelean Călin Petru | 2022-11-22 | 1 | -0/+6 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -1/+1 |
| * | Replace futures::future::poll_fn -> core::future::poll_fn. | Dario Nieuwenhuis | 2022-09-22 | 1 | -2/+1 |
| * | Do not use cfg_if for embedded-hal-async feature gates. | Dario Nieuwenhuis | 2022-08-31 | 1 | -45/+46 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 |
| * | nrf: replace PhantomData usages with PeripheralRef. | Dario Nieuwenhuis | 2022-07-23 | 1 | -26/+16 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -2/+2 |
| * | Rename unsafe_impl_unborrow to impl_unborrow | Dario Nieuwenhuis | 2022-07-23 | 1 | -2/+2 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -6/+4 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+1 |
| * | nrf/gpio: Make Input is_high/is_low public. | Dario Nieuwenhuis | 2022-03-17 | 1 | -4/+4 |
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -76/+46 |
| * | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+6 |
| * | nrf: impl embedded-hal 1.0 and embedded-hal-async traits. | Dario Nieuwenhuis | 2022-01-13 | 1 | -13/+134 |
| * | nrf/gpiote: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-13 | 1 | -46/+29 |
| * | nrf/gpio: Rename FlexPin to Flex. | Dario Nieuwenhuis | 2022-01-13 | 1 | -4/+4 |
| * | nrf/gpio: add infallible inherent methods, remove some duplication. | Dario Nieuwenhuis | 2021-12-20 | 1 | -9/+97 |
| * | nrf/gpiote: remove PortInput, move impls to Input. | Dario Nieuwenhuis | 2021-12-14 | 1 | -79/+4 |
| * | Update embassy-nrf with lifetime bounds on gpio implementations. | Wilfried Chauveau | 2021-11-21 | 1 | -3/+13 |
| * | nrf: add initial nrf5340 support | Dario Nieuwenhuis | 2021-10-28 | 1 | -29/+52 |
| * | nrf91: support running in both S and NS mode. | Dario Nieuwenhuis | 2021-10-26 | 1 | -4/+4 |
| * | Clippy fixes | Dario Nieuwenhuis | 2021-10-18 | 1 | -0/+1 |
| * | Undoing unnecessary changes | Dion Dokter | 2021-10-12 | 1 | -30/+18 |
| * | Merge remote-tracking branch 'upstream/master' | Dion Dokter | 2021-10-11 | 1 | -4/+4 |
| |\ |
|
| | * | nrf: rename Cargo feature references from "51" to "nrf51". | Dario Nieuwenhuis | 2021-10-11 | 1 | -4/+4 |
| * | | Initial support for nrf9160 | Dion Dokter | 2021-10-11 | 1 | -19/+46 |
| |/ |
|
| * | embassy: Refactor module structure to remove kitchen-sink `util`. | Dario Nieuwenhuis | 2021-09-11 | 1 | -1/+1 |
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -1/+1 |
| * | nrf/gpio: fix unused warning on chips without ports | Dario Nieuwenhuis | 2021-07-05 | 1 | -5/+5 |
| * | Mark Unborrow as unsafe to implement | Dario Nieuwenhuis | 2021-05-19 | 1 | -2/+2 |
| * | nrf/gpiote: Allow choosing IRQ priority. | Dario Nieuwenhuis | 2021-05-17 | 1 | -1/+2 |