aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/gpio.rs
Commit message (Expand)AuthorAgeFilesLines
* fix warningsUlf Lilleengen2024-01-251-0/+1
* rustfmt againUlf Lilleengen2024-01-241-7/+4
* feat: add basic support for nRF51 chips to embassy-nrfUlf Lilleengen2024-01-241-0/+12
* nrf/gpio: remove generics.Dario Nieuwenhuis2024-01-221-31/+31
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-38/+28
* nrf/gpio: add toggle.Dario Nieuwenhuis2023-12-261-0/+34
* stm32: add some docs.Dario Nieuwenhuis2023-12-181-13/+12
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-28/+39
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-56/+51
* Rename embassy-hal-common to embassy-hal-internal, document it's for internal...Dario Nieuwenhuis2023-07-281-1/+1
* nrf: docs.Dario Nieuwenhuis2023-02-011-1/+1
* Replace `Level: Into<bool>` with `From<Level>`Joakim Hulthe2023-01-231-3/+3
* Add Clone & Copy on embassy_nrf::gpio::LevelMatthias Devlamynck2022-12-291-1/+1
* Update embedded-hal versions and explicitly pinUlf Lilleengen2022-09-291-6/+6
* nRF documentation warning fixesUlf Lilleengen2022-08-221-1/+20
* Remove PeripheralRef::into_inner()Dario Nieuwenhuis2022-07-231-15/+7
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-15/+15
* Rename unsafe_impl_unborrow to impl_unborrowDario Nieuwenhuis2022-07-231-2/+2
* Update embassy-rpGrant Miller2022-07-231-1/+1
* WIP: Make unborrow safe to useGrant Miller2022-07-231-10/+22
* Move all gpio logic to Flexchemicstry2022-07-131-6/+3
* Change get_set_level to get_output_levelchemicstry2022-07-131-2/+2
* Add convenience GPIO functions to NRFchemicstry2022-07-131-0/+79
* Add more API docs for embassy-cortex-m and embassy-nrfUlf Lilleengen2022-06-231-1/+1
* Run rustfmt.Dario Nieuwenhuis2022-06-121-9/+3
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-1/+1
* nrf/gpio: add input+output to Flex, for OpenDrain.Dario Nieuwenhuis2022-05-031-25/+45
* nrf/gpio: Make Input is_high/is_low public.Dario Nieuwenhuis2022-03-171-2/+2
* nrf: remove OptionalPinDario Nieuwenhuis2022-02-121-49/+5
* nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-131-72/+157
* nrf/gpiote: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-6/+2
* nrf/gpio: Rename FlexPin to Flex.Dario Nieuwenhuis2022-01-131-12/+12
* nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis2021-12-201-232/+108
* Remove unneeded rustfmt::skipUlf Lilleengen2021-12-161-12/+24
* nrf/gpiote: remove PortInput, move impls to Input.Dario Nieuwenhuis2021-12-141-0/+97
* nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-281-12/+11
* Clippy fixesDario Nieuwenhuis2021-10-181-1/+1
* Undoing unnecessary changesDion Dokter2021-10-121-8/+1
* Initial support for nrf9160Dion Dokter2021-10-111-0/+7
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
* nrf/twim: deconfigure pins on dropDario Nieuwenhuis2021-05-261-0/+13
* Mark Unborrow as unsafe to implementDario Nieuwenhuis2021-05-191-4/+4
* Fix warningsRukai2021-05-171-1/+0
* nrf: add `Unborrow<Target = Self>` bound to all instance traitsDario Nieuwenhuis2021-05-171-2/+2
* nrf: add support for nrf52805, nrf52811, nrf52820Dario Nieuwenhuis2021-05-171-61/+9
* Address issues in PRRichard Dodd2021-05-051-15/+22
* Add a pin variant that can change between disconnected/input/output.Richard Dodd2021-05-051-42/+152
* Rename PeripheralBorrow to UnborrowDario Nieuwenhuis2021-04-141-3/+3
* nrf/gpio: remove DummyPinDario Nieuwenhuis2021-04-101-14/+3
* nrf: better macro naming.Dario Nieuwenhuis2021-03-291-49/+49