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-stm32
/
src
/
gpio.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
1
-98
/
+43
*
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
1
-52
/
+42
*
Update embedded-hal to v1.0
Dario Nieuwenhuis
2024-01-09
1
-21
/
+0
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
1
-0
/
+2
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
1
-9
/
+72
*
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
1
-42
/
+52
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-226
/
+213
*
stm32/gpio: make port G work on U5.
Dario Nieuwenhuis
2023-10-23
1
-0
/
+7
*
stm32: avoid creating many tiny critical sections in init.
Dario Nieuwenhuis
2023-10-12
1
-2
/
+3
*
enable clock first
pbert
2023-10-12
1
-1
/
+1
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
1
-1
/
+1
*
stm32/gpio: Implement `eh1::digital::InputPin` for `OutputOpenDrain`
Gabriel Górski
2023-10-04
1
-0
/
+12
*
stm32: centralize enabling pwr, syscfg, flash.
Dario Nieuwenhuis
2023-09-25
1
-0
/
+3
*
Merge pull request #1751 from oro-os/add-pin-drop-docs
xoviat
2023-08-08
1
-0
/
+8
|
\
|
*
stm32: add note about Output/OutputOpenDrain drop behavior
Josh Junon
2023-08-06
1
-0
/
+8
*
|
embassy-stm32: Misc clippy fixes
Grant Miller
2023-08-06
1
-9
/
+18
|
/
*
rustfmt
xoviat
2023-07-29
1
-1
/
+0
*
stm32/pwm: add output type control
xoviat
2023-07-29
1
-0
/
+15
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-20
/
+16
*
Replace Into<bool> for Level with From<Level> for bool
ExplodingWaffle
2023-06-05
1
-3
/
+3
*
common/peripheral: do not require mut in PeripheralRef clone_unchecked.
Dario Nieuwenhuis
2023-04-11
1
-1
/
+1
*
stm32 gpio implement degrade to AnyPin
Josh Mcguigan
2023-02-02
1
-0
/
+36
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-2
/
+1
*
Implement I2C pullup configuration
chemicstry
2022-08-09
1
-4
/
+4
*
stm32/gpio: Add Peripheral<Self> bound to Pin.
Dario Nieuwenhuis
2022-07-23
1
-1
/
+1
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-9
/
+9
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
1
-9
/
+10
*
Rename unsafe_impl_unborrow to impl_unborrow
Dario Nieuwenhuis
2022-07-23
1
-2
/
+2
*
Move all gpio logic to Flex
chemicstry
2022-07-13
1
-13
/
+7
*
Change get_set_level to get_output_level
chemicstry
2022-07-13
1
-3
/
+3
*
Use Into conversions instead of matches
chemicstry
2022-07-13
1
-24
/
+6
*
Add more convenience GPIO functions
chemicstry
2022-07-13
1
-0
/
+96
*
Have removed ANOTHER redondant ErrorType trait impl
[email protected]
2022-07-10
1
-4
/
+0
*
Have removed redondant ErrorType trait impl
[email protected]
2022-07-10
1
-4
/
+0
*
rustfmt on previously edited files
[email protected]
2022-07-10
1
-12
/
+9
*
correction of the access to flex pin attribute in gpio_v2
[email protected]
2022-07-09
1
-2
/
+2
*
set_as_input_output() and set_as_output() : Have added comments and made func...
[email protected]
2022-07-08
1
-3
/
+16
*
Have added OutputOpenDrain with Flex
[email protected]
2022-07-04
1
-63
/
+34
*
Have added Flex to eh01 and eh2
[email protected]
2022-07-04
1
-5
/
+111
*
Flex GPIO implementation : Output
[email protected]
2022-06-30
1
-62
/
+67
*
have reverted changed in mod eh1 from previous commit
[email protected]
2022-06-30
1
-2
/
+2
*
Flex GPIO implementation : Input
[email protected]
2022-06-30
1
-62
/
+105
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-35
/
+15
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
Fix AF pullup configuration for GPIOv1
chemicstry
2022-06-06
1
-8
/
+19
*
Remove unnecessary cfg
Grant Miller
2022-05-08
1
-1
/
+0
*
stm32/gpio: Add support for `set_speed` for gpio v1
Grant Miller
2022-05-08
1
-1
/
+11
*
stm32/gpio: add EH1.0 trait impls.
Dario Nieuwenhuis
2022-05-03
1
-1
/
+100
*
Inline GPIO functions
Nicolas Viennot
2022-03-19
1
-0
/
+38
[next]