aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * Enable clock by default for stm32l0Ulf Lilleengen2021-05-261-4/+9
* | Finalize i2c v2.Bob McWhirter2021-05-251-0/+2
|/
* Re-adds embassy macros for stm32Ulf Lilleengen2021-05-251-3/+6
* Update stm32-data and rename RTC to ClockThales Fragoso2021-05-231-2/+2
* wip timers for embassy rtcThales Fragoso2021-05-221-0/+2
* Add unstable feature to give access to the pacThales Fragoso2021-05-221-0/+4
* Finish initial H7 RCC supportThales Fragoso2021-05-211-1/+2
* H7: Add initial PLL configurationThales Fragoso2021-05-211-2/+2
* Generate `mod regs` just once, so rustfmt is way faster.Dario Nieuwenhuis2021-05-211-1/+1
* Move exti setup into pac moduleUlf Lilleengen2021-05-211-1/+1
* Generate exti interrupt handlersUlf Lilleengen2021-05-211-1/+1
* Fix warnings for embassy-stm32 and embassy-stm32-examplesLucas Kent2021-05-201-2/+0
* Standardize module structure, fix some build failuresDario Nieuwenhuis2021-05-171-33/+5
* WIP: dmaDario Nieuwenhuis2021-05-171-0/+18
* SDMMC: Implement Default for Config and add docsThales Fragoso2021-05-151-7/+0
* Initial H7 sdmmc supportThales Fragoso2021-05-141-0/+13
* Adjust pin-names to FooPin.Bob McWhirter2021-05-141-0/+2
* Add SPIv1, use cfg_attr to pick correct impl.Bob McWhirter2021-05-131-0/+1
* Further improvement to SPIv2.Bob McWhirter2021-05-121-1/+1
* Continuing to update clocks (unused now) and SPIBob McWhirter2021-05-121-0/+1
* Checkpoint.Bob McWhirter2021-05-101-0/+2
* Add dma scaffoldingDario Nieuwenhuis2021-05-101-0/+2
* Implement async RNG, including rand_core sync traits.Bob McWhirter2021-05-061-0/+1
* Autogenerate features for family, peripherals and peripheral versionsDario Nieuwenhuis2021-05-061-7/+2
* Autogenerate the tailored PAC for each chipDario Nieuwenhuis2021-05-061-14/+5
* Limit to pub(crate).Bob McWhirter2021-05-051-1/+1
* Rework `pac` re-exporting, canonicalize syscfg path, use it plus SYSCFG_BASE.Bob McWhirter2021-05-051-1/+12
* stm32: codegen interruptsDario Nieuwenhuis2021-05-011-2/+31
* Stub in RNG impl.Bob McWhirter2021-04-261-0/+3
* USART codegenDario Nieuwenhuis2021-04-251-1/+2
* Codegen GPIO pinsDario Nieuwenhuis2021-04-231-3/+7
* Codegen PoCDario Nieuwenhuis2021-04-201-18/+1
* wip usartDario Nieuwenhuis2021-04-201-0/+1
* stm32: add extiDario Nieuwenhuis2021-04-201-1/+2
* it's aliveDario Nieuwenhuis2021-04-201-390/+25
* stm32: add draft spi trait (#130)xoviat2021-04-131-1/+1
* stm32: add f407xoviat2021-04-131-0/+92
* stm32: fix peripheralsxoviat2021-04-061-1/+1
* remove qei traitxoviat2021-04-021-1/+1
* stm32: consolidate cratesxoviat2021-03-301-2/+38
* cleanup and consolidate peripherals macroxoviat2021-03-291-33/+2
* Merge pull request #109 from xoviat/proc-macroxoviat2021-03-281-0/+206
|\
| * Merge branch 'master' of https://github.com/akiles/embassy into proc-macroxoviat2021-03-271-0/+3
| |\
| * | add embassy::main and implement for stm32f4xoviat2021-03-271-0/+206
* | | restrict usb to stm32f4xoviat2021-03-271-0/+19
| |/ |/|
* | Merge branch 'master' of https://github.com/akiles/embassy into st-usbxoviat2021-03-271-0/+23
|\|
| * stm32: consolidate modulesxoviat2021-03-261-0/+39
| * consolidate ExtiPin into stm32 packagexoviat2021-03-201-0/+1
* | Move USB to embassy-extrasThales Fragoso2021-03-191-0/+20
|/
* stm32: consolidate functionality into new pkgxoviat2021-03-191-0/+35