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
...
*
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
*
stm32: exclude spammy files from docs by prefixing with `_`.
Dario Nieuwenhuis
2022-03-04
1
-1
/
+1
*
stm32: move macrotables to embassy-stm32 build.rs
Dario Nieuwenhuis
2022-02-26
1
-1
/
+1
*
stm32: centralize gpio reg access in the gpio module.
Dario Nieuwenhuis
2022-02-24
1
-43
/
+59
*
stm32/gpio: fix wrong conf for AF input.
Dario Nieuwenhuis
2022-02-24
1
-1
/
+1
*
stm32: remove unused sealed::OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-2
/
+0
*
stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...
Dario Nieuwenhuis
2022-02-10
1
-1
/
+6
*
stm32: Remove OptionalPin
Dario Nieuwenhuis
2022-02-10
1
-48
/
+0
*
stm32: replace `peripheral_rcc!` macrotable with build.rs
Dario Nieuwenhuis
2022-02-09
1
-7
/
+1
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
1
-1
/
+1
*
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-75
/
+155
*
stm32: use critical_section instead of cortex_m::interrupt
Dario Nieuwenhuis
2022-01-19
1
-6
/
+6
*
Make exti an optional feature
Ulf Lilleengen
2022-01-12
1
-0
/
+3
*
Update stm32-data: rcc regs info comes from yamls now.
Dario Nieuwenhuis
2021-11-29
1
-8
/
+4
*
Add AFType::Input for input configurations.
Tobias Pisani
2021-10-11
1
-4
/
+8
*
Correctly set alternate function for stm32f1 gpios
Tobias Pisani
2021-10-11
1
-4
/
+10
*
Generate USART pin definitions for stm32f1
Tobias Pisani
2021-10-11
1
-6
/
+6
*
partial alternate function configuration on STM32f1
Tobias Pisani
2021-10-11
1
-9
/
+26
*
Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
Mariusz Ryndzionek
2021-09-28
1
-16
/
+119
[prev]
[next]