| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: stm32l47*/stm32l48* adc analog pin setup | Riccardo Arena | 2025-11-30 | 1 | -1/+5 |
| | | |||||
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -9/+12 |
| | | | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information | ||||
| * | add docs for PinNumber | everdrone | 2025-11-11 | 1 | -0/+5 |
| | | |||||
| * | Merge branch main into n6 | everdrone | 2025-11-11 | 1 | -1/+1 |
| |\ | |||||
| | * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | Calculate RCC frequencies | everdrone | 2025-09-28 | 1 | -1/+5 |
| | | | |||||
| * | | Use `PinNumber` to accomodate chips with more than 256 pins | everdrone | 2025-09-21 | 1 | -16/+21 |
| |/ | |||||
| * | stm32/afio: make af_num() unavailable in afio chips. | Dario Nieuwenhuis | 2025-09-06 | 1 | -5/+14 |
| | | |||||
| * | stm32/afio: make the A generic param only appear in chips with AFIO. | Dario Nieuwenhuis | 2025-09-05 | 1 | -0/+1 |
| | | |||||
| * | Add STM32F1 AFIO remap | Fabian Wolter | 2025-09-05 | 1 | -0/+11 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -27/+16 |
| | | |||||
| * | Update stm32-metapac. | Dario Nieuwenhuis | 2025-01-06 | 1 | -3/+3 |
| | | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -19/+19 |
| | | |||||
| * | consistently cfg-gate `set_speed` | Anatol Ulrich | 2024-12-19 | 1 | -0/+1 |
| | | |||||
| * | embassy-stm32: make SPI slew rate/speed configurable and change default to ↵ | Anatol Ulrich | 2024-12-19 | 1 | -0/+15 |
| | | | | | `Medium` | ||||
| * | docs(gpio): fix a typo regarding GPIO speed | ROMemories | 2024-06-20 | 1 | -1/+1 |
| | | |||||
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -227/+265 |
| | | |||||
| * | Merge pull request #3002 from honzasp/rcc-info | Dario Nieuwenhuis | 2024-05-30 | 1 | -1/+1 |
| |\ | | | | | | | stm32/rcc: replace generated enable/disable code with runtime info | ||||
| | * | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 1 | -1/+1 |
| | | | |||||
| * | | add set_as_analog to stm32 gpio Flex | Lucas Granberg | 2024-05-29 | 1 | -0/+9 |
| |/ | |||||
| * | Merge pull request #2943 from joelsa/add-miso-pullup | Dario Nieuwenhuis | 2024-05-24 | 1 | -0/+32 |
| |\ | | | | | | | Add miso pullup to spi configuration | ||||
| | * | Remove wrong modulo | Joël Schulz-Andres | 2024-05-24 | 1 | -2/+2 |
| | | | |||||
| | * | Remove Speed::Input in order to move it into separate PR | Joël Schulz-Ansres | 2024-05-22 | 1 | -3/+0 |
| | | | |||||
| | * | Cargo format | Joël Schulz-Ansres | 2024-05-22 | 1 | -11/+7 |
| | | | |||||
| | * | Use ODR register for Pull::Up or Down | Joël Schulz-Ansres | 2024-05-22 | 1 | -10/+12 |
| | | | |||||
| | * | Cargo format | Joël Schulz-Ansres | 2024-05-15 | 1 | -7/+8 |
| | | | |||||
| | * | Add miso pullup to spi configuration, add input as field for speed | Joël Schulz-Ansres | 2024-05-15 | 1 | -0/+36 |
| | | | |||||
| * | | gpiov1: Do not call set_speed for AFType::Input | Joël Schulz-Andres | 2024-05-24 | 1 | -0/+5 |
| |/ | | | | Co-authored-by: Toby Fleming <[email protected]> | ||||
| * | Remove ad-hoc fixes for setting the IOSV bit to true | Emilie Burgun | 2024-03-26 | 1 | -7/+0 |
| | | |||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -149/+150 |
| | | |||||
| * | stm32/gpio: add missing eh02 InputPin for OutputOpenDrain. | Dario Nieuwenhuis | 2024-03-20 | 1 | -0/+12 |
| | | |||||
| * | FIX: Correct typo in stm32 gpio | Michael de Silva | 2024-02-14 | 1 | -1/+1 |
| | | |||||
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -98/+43 |
| | | |||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -52/+42 |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | ||||
| * | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -21/+0 |
| | | |||||
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -0/+2 |
| | | |||||
| * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -9/+72 |
| | | |||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -42/+52 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -226/+213 |
| | | |||||
| * | stm32/gpio: make port G work on U5. | Dario Nieuwenhuis | 2023-10-23 | 1 | -0/+7 |
| | | |||||
| * | stm32: avoid creating many tiny critical sections in init. | Dario Nieuwenhuis | 2023-10-12 | 1 | -2/+3 |
| | | | | | Saves 292 bytes on stm32f0 bilnky with max optimizations (from 3132 to 2840). | ||||
| * | enable clock first | pbert | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | STM32: combine RccPeripherals reset() and enable() to reset_and_enable() | pbert | 2023-10-12 | 1 | -1/+1 |
| | | |||||
| * | stm32/gpio: Implement `eh1::digital::InputPin` for `OutputOpenDrain` | Gabriel Górski | 2023-10-04 | 1 | -0/+12 |
| | | | | | Pins in open-drain mode are outputs and inputs simultaneously. | ||||
| * | stm32: centralize enabling pwr, syscfg, flash. | Dario Nieuwenhuis | 2023-09-25 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #1751 from oro-os/add-pin-drop-docs | xoviat | 2023-08-08 | 1 | -0/+8 |
| |\ | | | | | | | stm32: add note about Output/OutputOpenDrain drop behavior | ||||
| | * | stm32: add note about Output/OutputOpenDrain drop behavior | Josh Junon | 2023-08-06 | 1 | -0/+8 |
| | | | |||||
| * | | embassy-stm32: Misc clippy fixes | Grant Miller | 2023-08-06 | 1 | -9/+18 |
| |/ | |||||
| * | rustfmt | xoviat | 2023-07-29 | 1 | -1/+0 |
| | | |||||
| * | stm32/pwm: add output type control | xoviat | 2023-07-29 | 1 | -0/+15 |
| | | |||||
