| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 13 | -729/+569 |
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -4/+4 |
| * | stm32/sdmmc: use unwrap to ensure panics get printed to defmt. | Dario Nieuwenhuis | 2023-11-27 | 1 | -4/+4 |
| * | stm32: fix dac trait | Dario Nieuwenhuis | 2023-11-25 | 1 | -1/+1 |
| * | WIP: use generated metapac from corresponding PR for CI | Adam Greig | 2023-11-25 | 1 | -2/+2 |
| * | STM32 DAC: Rework DAC driver, support all families. | Adam Greig | 2023-11-25 | 2 | -365/+355 |
| * | STM32 DAC: Disable circular writes with GPDMA as it doesn't yet support circu... | Adam Greig | 2023-11-25 | 1 | -0/+2 |
| * | STM32 DAC: Swap to new TSEL enum entirely in-HAL | Adam Greig | 2023-11-25 | 2 | -119/+309 |
| * | STM32 DAC: Use new Mode enum for setting channel mode | Adam Greig | 2023-11-25 | 1 | -11/+54 |
| * | STM32: Add cfg to differentiate L4 and L4+ families | Adam Greig | 2023-11-25 | 1 | -0/+9 |
| * | STM32: Remove vestigal build.rs cfgs, add new flashsize_X and package_X cfgs,... | Adam Greig | 2023-11-25 | 2 | -18/+5 |
| * | stm32/i2c: implement async i2c v1. | Barnaby Walters | 2023-11-24 | 1 | -23/+381 |
| * | stm32/i2c: add async, dual interrupt scaffolding. | Dario Nieuwenhuis | 2023-11-24 | 5 | -233/+219 |
| * | stm32 i2c: allow EHA traits without time feature | Andres Vahter | 2023-11-24 | 1 | -1/+1 |
| * | Format | Mick van Gelderen | 2023-11-21 | 1 | -7/+1 |
| * | Rename _flush* methods | Mick van Gelderen | 2023-11-21 | 1 | -11/+9 |
| * | Refactor bxcan split. | Tommas Bakker | 2023-11-21 | 1 | -27/+43 |
| * | Merge pull request #2198 from adamgreig/stm32-opamp | Dario Nieuwenhuis | 2023-11-20 | 1 | -37/+40 |
| |\ |
|
| | * | STM32 opamp: use impl Peripheral instead of directly taking pins | Adam Greig | 2023-11-20 | 1 | -26/+20 |
| | * | STM32: Disable opamp when OpAmpOutput is dropped, not when the parent OpAmp i... | Adam Greig | 2023-11-20 | 1 | -2/+18 |
| | * | STM32: Don't enable opamps in new(), wait until configured. | Adam Greig | 2023-11-18 | 1 | -10/+3 |
| * | | Merge pull request #2192 from RobertTDowling/stm32h7-adc-clock | Dario Nieuwenhuis | 2023-11-20 | 1 | -1/+6 |
| |\ \ |
|
| | * | | PR feedback | RobertTDowling | 2023-11-19 | 1 | -2/+2 |
| | * | | stm32h7 ADC: Fix stalled clock in default h7 config | RobertTDowling | 2023-11-15 | 1 | -1/+6 |
| * | | | stm32/sai: fix build on chips with only SAI4 (like stm32h725re), improve sync... | Dario Nieuwenhuis | 2023-11-19 | 2 | -32/+39 |
| | |/
|/| |
|
| * | | Merge pull request #2173 from andresv/expose-i2c-async-api-without-time | Dario Nieuwenhuis | 2023-11-17 | 1 | -70/+90 |
| |\ \
| |/
|/| |
|
| | * | stm32 i2c: remove mod dummy_time | Andres Vahter | 2023-11-11 | 1 | -80/+87 |
| | * | stm32 i2c: remove pub _timeout api | Andres Vahter | 2023-11-11 | 1 | -143/+13 |
| | * | i2c: expose async api without needing time | Andres Vahter | 2023-11-10 | 1 | -32/+175 |
| * | | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 |
| * | | Merge pull request #2180 from MaxiluxSystems/gpdma-drop-fix | Dario Nieuwenhuis | 2023-11-13 | 1 | -8/+4 |
| |\ \ |
|
| | * | | stm32/gpdma: fix drop() to use RM's method for aborting transfer | Torin Cooper-Bennun | 2023-11-13 | 1 | -8/+4 |
| | |/ |
|
| * | | stm32/rcc: unify f2 into f4/f7. | Dario Nieuwenhuis | 2023-11-13 | 4 | -355/+121 |
| * | | stm32/rcc: fix pll enum naming on f4, f7. | Dario Nieuwenhuis | 2023-11-13 | 1 | -5/+5 |
| * | | stm32/rcc: unify l0l1 and l4l5. | Dario Nieuwenhuis | 2023-11-13 | 4 | -326/+252 |
| * | | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 7 | -64/+64 |
| |/ |
|
| * | rustfmt | xoviat | 2023-11-08 | 1 | -0/+1 |
| * | stm32: add low power for g4 | xoviat | 2023-11-08 | 4 | -140/+170 |
| * | stm32: resolve eth/v2 security bug | xoviat | 2023-11-07 | 1 | -14/+10 |
| * | check PLL settings before set VOS | eZio Pan | 2023-11-06 | 1 | -10/+8 |
| * | stm32/otg: fix enumeration on non-f4 chips. | Dario Nieuwenhuis | 2023-11-06 | 1 | -5/+16 |
| * | Merge pull request #2148 from embassy-rs/usb-fixes3 | Dario Nieuwenhuis | 2023-11-06 | 2 | -10/+26 |
| |\ |
|
| | * | stm32/otg: fix CONTROL OUT transfers on F4. | Dario Nieuwenhuis | 2023-11-06 | 1 | -5/+15 |
| | * | stm32/otg: log TRDT | Dario Nieuwenhuis | 2023-11-06 | 1 | -5/+3 |
| | * | stm32/rcc: set highest VOS on some F4s with no overdrive. | Dario Nieuwenhuis | 2023-11-06 | 1 | -0/+8 |
| * | | stm32: update metapac and use stop data | xoviat | 2023-11-05 | 2 | -14/+13 |
| |/ |
|
| * | Merge pull request #2119 from JuliDi/fmc-sram-adc | xoviat | 2023-11-06 | 2 | -1/+32 |
| |\ |
|
| | * | Add raw fmc access implementation | JuliDi | 2023-10-28 | 1 | -0/+31 |
| | * | fix typo in build.rs that caused fmc ClkPin to not be implemented | JuliDi | 2023-10-15 | 1 | -1/+1 |
| * | | Remove accidentally leftover println | Adam Greig | 2023-11-06 | 1 | -2/+0 |