aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/gpio.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* nrf/gpiote: update output channel to new APIDario Nieuwenhuis2021-03-291-1/+1
* extras: add impl_unborrow macroDario Nieuwenhuis2021-03-291-27/+3
* nrf/gpio: allow borrowed pins.Richard Dodd2021-03-291-13/+31
* nrf/gpio: add OptionalPinDario Nieuwenhuis2021-03-291-1/+103
* nrf/gpiote: update to new gpioDario Nieuwenhuis2021-03-291-5/+3
* nrf/gpio: add output drive config.Dario Nieuwenhuis2021-03-291-19/+65
* nrf: add owned Peripherals struct, migrate gpio and spimDario Nieuwenhuis2021-03-291-0/+307