summaryrefslogtreecommitdiff
path: root/stm32-metapac
AgeCommit message (Expand)Author
2021-08-19Update cortex-m-rt to v0.7 for stm32, rp.Dario Nieuwenhuis
2021-08-02Use an em bikeshed instead of an underscore bikeshed.Bob McWhirter
2021-08-02Put the implicit memory.x behind a `memory_x` feature on embassy-stm32.Bob McWhirter
2021-07-13Fix "can't find crate for std" for stm32-metapac-gen deps.Dario Nieuwenhuis
2021-07-01Add USARTv3 support.Bob McWhirter
2021-06-29Make the metapac gen enr/rst missing regs non-fatal to the build.Bob McWhirter
2021-06-29Adjust example for RCC and DMA.Bob McWhirter
2021-06-29Checkpoint with lifetime issues.Bob McWhirter
2021-06-29Generate dma-related macro tables.Bob McWhirter
2021-06-24Remove unused gpio_af from codegenThales Fragoso
2021-06-21Update stm32-data (adds DBGMCU to all chips)Dario Nieuwenhuis
2021-06-16Add support for generating PAC for dual coresUlf Lilleengen
2021-06-15Use correct frequencies for timersUlf Lilleengen
2021-06-14Add wb55 clocksUlf Lilleengen
2021-06-14Add minimal RCC impls for L4 and F4Ulf Lilleengen
2021-06-14Provide a way for a peripheral to query its clock frequencyUlf Lilleengen
2021-06-11RefactorUlf Lilleengen
2021-06-10Special handling for timers insteadUlf Lilleengen
2021-06-10Enable timer clock in RCC on timer startUlf Lilleengen
2021-06-10stm32-metapac: add new codegen, allows pregenerating the entire pacDario Nieuwenhuis
2021-06-09Make RCC lookup optionalUlf Lilleengen
2021-06-09Cleanup and fix l4sUlf Lilleengen
2021-06-09Generate clock peripherals for all peripherals with register blockUlf Lilleengen
2021-06-08Handle other L4 variantsUlf Lilleengen
2021-06-08Workaround for L4Ulf Lilleengen
2021-06-08Add workaround for STM32H7Ulf Lilleengen
2021-06-08Auto generate SPI v2 clock enableUlf Lilleengen
2021-06-07stm32-metapac: Do not generate cfgs metadataDario Nieuwenhuis
2021-06-07fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.Dario Nieuwenhuis
2021-06-03Remove the exti_interrupts table.Bob McWhirter
2021-06-03Migrate exti_irq stuff to macro tables.Bob McWhirter
2021-06-03Move DAC, I2C, SPI and RNG to macro-tables.Bob McWhirter
2021-06-03Remove the Option around the pins Vec.Bob McWhirter
2021-06-03Create the new peripheral_pins! macro table.Bob McWhirter
2021-06-01Fix L4+ family cfgDario Nieuwenhuis
2021-06-01cortex-m-rt is not a build depDario Nieuwenhuis
2021-05-31Add resolver=2Dario Nieuwenhuis
2021-05-31Add stm32-metapac crate, with codegen in rustDario Nieuwenhuis