index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-nrf
/
src
/
gpio.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix warnings
Ulf Lilleengen
2024-01-25
1
-0
/
+1
*
rustfmt again
Ulf Lilleengen
2024-01-24
1
-7
/
+4
*
feat: add basic support for nRF51 chips to embassy-nrf
Ulf Lilleengen
2024-01-24
1
-0
/
+12
*
nrf/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
1
-31
/
+31
*
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
1
-38
/
+28
*
nrf/gpio: add toggle.
Dario Nieuwenhuis
2023-12-26
1
-0
/
+34
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
1
-13
/
+12
*
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
1
-28
/
+39
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-56
/
+51
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-1
/
+1
*
Replace `Level: Into<bool>` with `From<Level>`
Joakim Hulthe
2023-01-23
1
-3
/
+3
*
Add Clone & Copy on embassy_nrf::gpio::Level
Matthias Devlamynck
2022-12-29
1
-1
/
+1
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-6
/
+6
*
nRF documentation warning fixes
Ulf Lilleengen
2022-08-22
1
-1
/
+20
*
Remove PeripheralRef::into_inner()
Dario Nieuwenhuis
2022-07-23
1
-15
/
+7
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-15
/
+15
*
Rename unsafe_impl_unborrow to impl_unborrow
Dario Nieuwenhuis
2022-07-23
1
-2
/
+2
*
Update embassy-rp
Grant Miller
2022-07-23
1
-1
/
+1
*
WIP: Make unborrow safe to use
Grant Miller
2022-07-23
1
-10
/
+22
*
Move all gpio logic to Flex
chemicstry
2022-07-13
1
-6
/
+3
*
Change get_set_level to get_output_level
chemicstry
2022-07-13
1
-2
/
+2
*
Add convenience GPIO functions to NRF
chemicstry
2022-07-13
1
-0
/
+79
*
Add more API docs for embassy-cortex-m and embassy-nrf
Ulf Lilleengen
2022-06-23
1
-1
/
+1
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-9
/
+3
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
nrf/gpio: add input+output to Flex, for OpenDrain.
Dario Nieuwenhuis
2022-05-03
1
-25
/
+45
*
nrf/gpio: Make Input is_high/is_low public.
Dario Nieuwenhuis
2022-03-17
1
-2
/
+2
*
nrf: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-49
/
+5
*
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
Dario Nieuwenhuis
2022-01-13
1
-72
/
+157
*
nrf/gpiote: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
1
-6
/
+2
*
nrf/gpio: Rename FlexPin to Flex.
Dario Nieuwenhuis
2022-01-13
1
-12
/
+12
*
nrf/gpio: add infallible inherent methods, remove some duplication.
Dario Nieuwenhuis
2021-12-20
1
-232
/
+108
*
Remove unneeded rustfmt::skip
Ulf Lilleengen
2021-12-16
1
-12
/
+24
*
nrf/gpiote: remove PortInput, move impls to Input.
Dario Nieuwenhuis
2021-12-14
1
-0
/
+97
*
nrf: add initial nrf5340 support
Dario Nieuwenhuis
2021-10-28
1
-12
/
+11
*
Clippy fixes
Dario Nieuwenhuis
2021-10-18
1
-1
/
+1
*
Undoing unnecessary changes
Dion Dokter
2021-10-12
1
-8
/
+1
*
Initial support for nrf9160
Dion Dokter
2021-10-11
1
-0
/
+7
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-1
/
+1
*
nrf/twim: deconfigure pins on drop
Dario Nieuwenhuis
2021-05-26
1
-0
/
+13
*
Mark Unborrow as unsafe to implement
Dario Nieuwenhuis
2021-05-19
1
-4
/
+4
*
Fix warnings
Rukai
2021-05-17
1
-1
/
+0
*
nrf: add `Unborrow<Target = Self>` bound to all instance traits
Dario Nieuwenhuis
2021-05-17
1
-2
/
+2
*
nrf: add support for nrf52805, nrf52811, nrf52820
Dario Nieuwenhuis
2021-05-17
1
-61
/
+9
*
Address issues in PR
Richard Dodd
2021-05-05
1
-15
/
+22
*
Add a pin variant that can change between disconnected/input/output.
Richard Dodd
2021-05-05
1
-42
/
+152
*
Rename PeripheralBorrow to Unborrow
Dario Nieuwenhuis
2021-04-14
1
-3
/
+3
*
nrf/gpio: remove DummyPin
Dario Nieuwenhuis
2021-04-10
1
-14
/
+3
*
nrf: better macro naming.
Dario Nieuwenhuis
2021-03-29
1
-49
/
+49
[next]