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
/
exti.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
stm32: move macrotables to embassy-stm32 build.rs
Dario Nieuwenhuis
2022-02-26
1
-1
/
+1
*
stm32: fix build for h7ab
Dario Nieuwenhuis
2022-02-24
1
-1
/
+1
*
stm32: add rust stable support
Dario Nieuwenhuis
2022-02-12
1
-1
/
+5
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
1
-53
/
+66
*
stm32/exti: add wait_for_high, wait_for_low.
Dario Nieuwenhuis
2022-01-19
1
-1
/
+41
*
stm32/exti: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-7
/
+19
*
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-2
/
+10
*
stm32: use critical_section instead of cortex_m::interrupt
Dario Nieuwenhuis
2022-01-19
1
-2
/
+2
*
Fix missing lifetime bounds
Wilfried Chauveau
2021-11-21
1
-3
/
+12
*
Adjust for STM32U5.
Bob McWhirter
2021-11-02
1
-8
/
+8
*
Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
Mariusz Ryndzionek
2021-09-28
1
-2
/
+8
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
1
-1
/
+2
*
Add support for STM32G0
Ben Gamari
2021-08-20
1
-7
/
+37
*
stm32/exti: unify all versions into single impl
Dario Nieuwenhuis
2021-08-19
1
-0
/
+270
*
Separate exti into v1 and v2
Thales Fragoso
2021-06-24
1
-274
/
+0
*
General clean-up and removal of dead code.
Bob McWhirter
2021-06-03
1
-26
/
+1
*
Remove the exti_interrupts table.
Bob McWhirter
2021-06-03
1
-7
/
+48
*
Migrate exti_irq stuff to macro tables.
Bob McWhirter
2021-06-03
1
-0
/
+22
*
Add stm32-metapac crate, with codegen in rust
Dario Nieuwenhuis
2021-05-31
1
-0
/
+2
*
Remove ad-hoc imports from generated code.
Dario Nieuwenhuis
2021-05-21
1
-0
/
+3
*
Move exti setup into pac module
Ulf Lilleengen
2021-05-21
1
-4
/
+2
*
Merge exti macros into one and use simpler recursion
Ulf Lilleengen
2021-05-21
1
-21
/
+11
*
Generate exti interrupt handlers
Ulf Lilleengen
2021-05-21
1
-45
/
+26
*
Fix warnings for embassy-stm32 and embassy-stm32-examples
Lucas Kent
2021-05-20
1
-1
/
+0
*
Mark Unborrow as unsafe to implement
Dario Nieuwenhuis
2021-05-19
1
-2
/
+2
*
Standardize module structure, fix some build failures
Dario Nieuwenhuis
2021-05-17
1
-0
/
+13
*
Autogenerate features for family, peripherals and peripheral versions
Dario Nieuwenhuis
2021-05-06
1
-0
/
+1
*
Autogenerate the tailored PAC for each chip
Dario Nieuwenhuis
2021-05-06
1
-3
/
+1
*
Rework `pac` re-exporting, canonicalize syscfg path, use it plus SYSCFG_BASE.
Bob McWhirter
2021-05-05
1
-2
/
+1
*
Move exti to use the const addr.
Bob McWhirter
2021-05-05
1
-1
/
+1
*
stm32: codegen interrupts
Dario Nieuwenhuis
2021-05-01
1
-2
/
+36
*
stm32: add exti
Dario Nieuwenhuis
2021-04-20
1
-729
/
+157
*
Remove Pin from GPIO traits
Dario Nieuwenhuis
2021-04-14
1
-25
/
+16
*
stm32: fix exti to require SysCfg.constrain()
xoviat
2021-03-22
1
-9
/
+31
*
consolidate ExtiPin into stm32 package
xoviat
2021-03-20
1
-0
/
+777
[prev]