summaryrefslogtreecommitdiff
path: root/stm32-metapac-gen
AgeCommit message (Expand)Author
2021-11-02Adjust for STM32U5.Bob McWhirter
2021-10-22Workaround duplicity of DMA channel declaration when the target chip specifie...Matous Hybl
2021-09-21Support for STM32L1Ulf Lilleengen
2021-09-15Ensure linear strideUlf Lilleengen
2021-09-15Calculate port number based on address and strideUlf Lilleengen
2021-09-15Add support for chip definitions with a dashUlf Lilleengen
2021-09-11Update lots of depsDario Nieuwenhuis
2021-08-20Add support for STM32G0Ben Gamari
2021-08-19stm32/metapac: check GPIO RCC regs are always found.Dario Nieuwenhuis
2021-08-19stm32-metapac: assume RCC is always presentDario Nieuwenhuis
2021-08-17Add per-core EXTI supportUlf Lilleengen
2021-08-04Remove broken panic messageTimo Kröger
2021-08-04cargo fmtTimo Kröger
2021-08-04Refactor bit search logic when no clock specifiedTimo Kröger
2021-08-04Refactor `find_reg_for_field()`Timo Kröger
2021-08-03Use a regex to match find enable and rst regsTimo Kröger
2021-08-03Ignore the clock number for enable bit searchTimo Kröger
2021-08-03BTreeMaps to preserve ordering of generated codeTimo Kröger
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-08-02Fallback to total RAM or FLASH size if otherwise not present.Bob McWhirter
2021-08-02Emit a default memory.x alongside device.x from metapac.Bob McWhirter
2021-07-29Get rid of some warningsThales Fragoso
2021-07-29Update chiptoolDario Nieuwenhuis
2021-07-27Generate more rows in the interrupts! table.Bob McWhirter
2021-07-23Add a single-column variant to gpio_rcc! macro tableBob McWhirter
2021-07-23Auto-enable all GPIOs during init().Bob McWhirter
2021-07-22Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields.Bob McWhirter
2021-07-17stm32/dma: update codegen+macrotables for new stm32-dataDario Nieuwenhuis
2021-07-17stm32/dma: Fix macrotable column count not matching in DMAMUX-less BDMAv1.Dario Nieuwenhuis
2021-07-16Prep for new stm32-data with dmamux differentiation, but not yet using.Bob McWhirter
2021-07-16Be able to scrub out BDMA-centric IRQs.Bob McWhirter
2021-07-15stm32: Allow for RccPeripheral without reset fieldThales Fragoso
2021-07-13Remove some unused traits.Bob McWhirter
2021-07-13Let's count channels per DMA peripheral, shall we now?Bob McWhirter
2021-07-13Adjust to DMA1EN in the rcc for l0.Bob McWhirter
2021-07-13Undo special-casing FOO1 -> FOO in RCC searching.Bob McWhirter
2021-07-13Adapt for DMAEN for DMA1 if DMA1EN is not found (for all peripherals FOO1) fo...Bob McWhirter
2021-07-13Twizzle our DMA vs BDMA channels.Bob McWhirter
2021-07-13Mix dmamux into bdma_v1.Bob McWhirter
2021-07-13Fix "can't find crate for std" for stm32-metapac-gen deps.Dario Nieuwenhuis