aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/exti.rs
Commit message (Expand)AuthorAgeFilesLines
...
* stm32: move macrotables to embassy-stm32 build.rsDario Nieuwenhuis2022-02-261-1/+1
* stm32: fix build for h7abDario Nieuwenhuis2022-02-241-1/+1
* stm32: add rust stable supportDario Nieuwenhuis2022-02-121-1/+5
* Support unstable-trait feature for stm32Ulf Lilleengen2022-01-261-53/+66
* stm32/exti: add wait_for_high, wait_for_low.Dario Nieuwenhuis2022-01-191-1/+41
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-7/+19
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-2/+10
* stm32: use critical_section instead of cortex_m::interruptDario Nieuwenhuis2022-01-191-2/+2
* Fix missing lifetime boundsWilfried Chauveau2021-11-211-3/+12
* Adjust for STM32U5.Bob McWhirter2021-11-021-8/+8
* Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)Mariusz Ryndzionek2021-09-281-2/+8
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-1/+2
* Add support for STM32G0Ben Gamari2021-08-201-7/+37
* stm32/exti: unify all versions into single implDario Nieuwenhuis2021-08-191-0/+270
* Separate exti into v1 and v2Thales Fragoso2021-06-241-274/+0
* General clean-up and removal of dead code.Bob McWhirter2021-06-031-26/+1
* Remove the exti_interrupts table.Bob McWhirter2021-06-031-7/+48
* Migrate exti_irq stuff to macro tables.Bob McWhirter2021-06-031-0/+22
* Add stm32-metapac crate, with codegen in rustDario Nieuwenhuis2021-05-311-0/+2
* Remove ad-hoc imports from generated code.Dario Nieuwenhuis2021-05-211-0/+3
* Move exti setup into pac moduleUlf Lilleengen2021-05-211-4/+2
* Merge exti macros into one and use simpler recursionUlf Lilleengen2021-05-211-21/+11
* Generate exti interrupt handlersUlf Lilleengen2021-05-211-45/+26
* Fix warnings for embassy-stm32 and embassy-stm32-examplesLucas Kent2021-05-201-1/+0
* Mark Unborrow as unsafe to implementDario Nieuwenhuis2021-05-191-2/+2
* Standardize module structure, fix some build failuresDario Nieuwenhuis2021-05-171-0/+13
* Autogenerate features for family, peripherals and peripheral versionsDario Nieuwenhuis2021-05-061-0/+1
* Autogenerate the tailored PAC for each chipDario Nieuwenhuis2021-05-061-3/+1
* Rework `pac` re-exporting, canonicalize syscfg path, use it plus SYSCFG_BASE.Bob McWhirter2021-05-051-2/+1
* Move exti to use the const addr.Bob McWhirter2021-05-051-1/+1
* stm32: codegen interruptsDario Nieuwenhuis2021-05-011-2/+36
* stm32: add extiDario Nieuwenhuis2021-04-201-729/+157
* Remove Pin from GPIO traitsDario Nieuwenhuis2021-04-141-25/+16
* stm32: fix exti to require SysCfg.constrain()xoviat2021-03-221-9/+31
* consolidate ExtiPin into stm32 packagexoviat2021-03-201-0/+777