summaryrefslogtreecommitdiff
path: root/embassy-stm32
AgeCommit message (Expand)Author
2022-06-12Add embassy-cortex-m crate.Dario Nieuwenhuis
2022-06-09common/PeripheralMutex: remove unsafe API. (#802)Dario Nieuwenhuis
2022-06-07Use correct index and bankUlf Lilleengen
2022-06-07stm32: add USB driver.Dario Nieuwenhuis
2022-06-07Update stm32-metapac.Dario Nieuwenhuis
2022-06-06Fix AF pullup configuration for GPIOv1chemicstry
2022-05-30stm32: make tick rate configurableWill Glynn
2022-05-31Merge #781 #785bors[bot]
2022-05-29Update embedded-hal-async to 0.1.0-alpha.1Dario Nieuwenhuis
2022-05-27embassy-stm32: g0: add PLL clock sourceWill Glynn
2022-05-26Reimplement BufRead for BufferedUartchemicstry
2022-05-25WIP embassy-net v2Dario Nieuwenhuis
2022-05-19Merge pull request #771 from embassy-rs/net-splitDario Nieuwenhuis
2022-05-19Make embassy-net nightly-only.Dario Nieuwenhuis
2022-05-19Merge #776bors[bot]
2022-05-19Update embedded-io to 0.3Dario Nieuwenhuis
2022-05-18Automatically set ADC clock prescaler on v2 ADC to respect max frequencyMatous Hybl
2022-05-12stm32/rcc: Modify only relevant CFGR bits and keep the settings previously done.Ralf
2022-05-12stm32/rcc: Set flash prefetch buffer and half cycle access according to AHB c...Ralf
2022-05-12stm32/usart: Data length is including parity. To get e.g. 8E1 you need to cho...Ralf
2022-05-08Allow maximal clock for F7 HCLKMatous Hybl
2022-05-08Merge #760bors[bot]
2022-05-08Remove unnecessary cfgGrant Miller
2022-05-08stm32/gpio: Add support for `set_speed` for gpio v1Grant Miller
2022-05-08stm32: Fix stm32f107 build.Dario Nieuwenhuis
2022-05-06Merge #752bors[bot]
2022-05-07Replace embassy::io with embedded_io.Dario Nieuwenhuis
2022-05-06Add H7 flash and bootloader supportMatous Hybl
2022-05-06Add F7 flash and bootloader supportMatous Hybl
2022-05-06Refactor flash handling to different modules for different familiesMatous Hybl
2022-05-06Add support for F3 flashMatous Hybl
2022-05-04Remove embassy_hal_common::usb.Dario Nieuwenhuis
2022-05-03Merge pull request #748 from embassy-rs/nrf-i2c-timeoutDario Nieuwenhuis
2022-05-03stm32/gpio: add EH1.0 trait impls.Dario Nieuwenhuis
2022-05-02Merge #747bors[bot]
2022-05-02stm32/adc/v4: Fix log statementGrant Miller
2022-05-02net: add functions to get current Eth and IP configDario Nieuwenhuis
2022-04-30Merge #743bors[bot]
2022-04-30Use defmt-friendly error handlingJoonas Javanainen
2022-04-30stm32/eth: make "ethmac" vs "eth" consistent in RCC regs.Dario Nieuwenhuis
2022-04-30embassy-stm32/eth: consolidate v1a/v1c and add v1bDavid Lenfesty
2022-04-30embassy-stm32/eth: convert LAN8742 driver to generic SMI driverDavid Lenfesty
2022-04-30embassy-stm32/eth/v1a: configure pins correctly for f107David Lenfesty
2022-04-30initial work porting eth to f107David Lenfesty
2022-04-30Initial import to v1a, does not compileDavid Lenfesty
2022-04-29Add PLL config support for F2Joonas Javanainen
2022-04-29Move HSE config out of main clock muxJoonas Javanainen
2022-04-27Remove unnecessary feature gating for giant transfers in DCMIMatous Hybl
2022-04-27Add bootloader to CIUlf Lilleengen
2022-04-27Add stm32 flash + bootloader supportUlf Lilleengen