| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | adc: allow usage of anyadcchannel for adc4 | xoviat | 2025-11-20 | 1 | -1/+1 |
| | | |||||
| * | stm32: extract adc4 | xoviat | 2025-11-12 | 1 | -9/+12 |
| | | | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4 | ||||
| * | stm32/adc: extract into common | xoviat | 2025-11-12 | 1 | -7/+9 |
| | | | | | add common low-level interface for adc | ||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -11/+7 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 4 | -8/+8 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -1/+1 |
| | | |||||
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 1 | -2/+1 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -2/+2 |
| | | |||||
| * | stm32u5: Add HSPI example using a flash in memory mapped mode | William Spinelli | 2025-01-07 | 1 | -0/+455 |
| | | |||||
| * | stm32: generate singletons only for pins that actually exist. | Dario Nieuwenhuis | 2025-01-07 | 1 | -1/+2 |
| | | | | | | | | Before we'd generate all pins Px0..Px15 for each GPIOx port. This changes codegen to only generate singletons for actually-existing pins. (AFs were already previously filtered, so these non-existing pins were already mostly useless) | ||||
| * | fix formatting | klownfish | 2024-12-31 | 1 | -18/+12 |
| | | |||||
| * | cleanup | klownfish | 2024-12-27 | 1 | -19/+0 |
| | | |||||
| * | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-27 | 2 | -14/+0 |
| |\ | |||||
| | * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 2 | -14/+0 |
| | | | |||||
| * | | add async read for u5 ADC4 | klownfish | 2024-12-27 | 1 | -29/+73 |
| | | | |||||
| * | | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-18 | 6 | -46/+625 |
| |\| | |||||
| | * | Add support for stm32u595/5a5 OTG_HS in client mode | Dave Marples | 2024-12-10 | 1 | -0/+129 |
| | | | |||||
| | * | Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming ↵ | michel | 2024-11-29 | 1 | -5/+5 |
| | | | | | | | | | consistency | ||||
| | * | STM32-TSC: enable discriminating between pins within same TSC group and ↵ | michel | 2024-11-29 | 1 | -43/+32 |
| | | | | | | | | | improve TSC library in general | ||||
| | * | Update chip from stm32u585ai to stm32u5g9zj and fix pinout | William | 2024-10-28 | 2 | -3/+3 |
| | | | |||||
| | * | Fix format | William | 2024-10-28 | 1 | -2/+1 |
| | | | |||||
| | * | Add LTDC example for STM32U5G9J-DK2 demo board | William | 2024-10-25 | 2 | -0/+462 |
| | | | |||||
| * | | better u5 adc example | klownfish | 2024-12-18 | 1 | -23/+44 |
| | | | |||||
| * | | add example for u5 ADC | klownfish | 2024-09-24 | 1 | -0/+69 |
| |/ | |||||
| * | Update example | Eekle | 2024-06-30 | 1 | -2/+2 |
| | | |||||
| * | fmt | Eekle | 2024-06-23 | 1 | -4/+2 |
| | | |||||
| * | Add async wait to TSC | Eekle | 2024-06-23 | 1 | -2/+10 |
| | | |||||
| * | Add example for touch sensitive controller | Karun | 2024-06-13 | 1 | -0/+89 |
| | | |||||
| * | examples/stm32: do not enable vbus detect by default, it doesn't work on all ↵ | Dario Nieuwenhuis | 2024-05-13 | 1 | -0/+4 |
| | | | | | boards. | ||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+1 |
| | | |||||
| * | stm32/i2c: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -17/+1 |
| | | |||||
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| | | |||||
| * | stm32/usb: ensure mux is configured in examples. | Dario Nieuwenhuis | 2024-03-19 | 1 | -0/+1 |
| | | |||||
| * | stm32/usb: merge usb and usb_otg into single module. | Dario Nieuwenhuis | 2024-03-19 | 1 | -4/+4 |
| | | |||||
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: port U5 to new API, add all PLLs, all HSE modes. | Dario Nieuwenhuis | 2024-02-23 | 1 | -11/+16 |
| | | |||||
| * | Merge pull request #2594 from exzachlyvv/zvv/u5-i2c | Dario Nieuwenhuis | 2024-02-18 | 1 | -0/+41 |
| |\ | | | | | | | Add simple i2c example for u5 | ||||
| | * | Add simple i2c example for u5 | Zach | 2024-02-18 | 1 | -0/+41 |
| | | | |||||
| * | | Merge pull request #2591 from exzachlyvv/zvv/u5-flash | Dario Nieuwenhuis | 2024-02-18 | 1 | -0/+55 |
| |\ \ | | | | | | | | | | support u5 flash | ||||
| | * | | support u5 flash | Zach | 2024-02-17 | 1 | -0/+55 |
| | |/ | |||||
| * / | u5 - add working rng example | Zach | 2024-02-17 | 1 | -0/+25 |
| |/ | |||||
| * | Update STM32 RCC U5 to support P and Q dividers | Tyler Gilbert | 2024-01-03 | 1 | -0/+2 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 3 | -3/+0 |
| | | |||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 1 | -1/+1 |
| | | |||||
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 1 | -0/+1 |
| | | |||||
| * | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 1 | -2/+1 |
| | | |||||
| * | stm32: rename HSI16 -> HSI | Dario Nieuwenhuis | 2023-10-22 | 1 | -2/+2 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -3/+3 |
| | | | | | convenience methods | ||||
| * | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 1 | -3/+3 |
| | | |||||
| * | stm32: u5: implement >55 MHz clock speeds | Will Glynn | 2023-10-05 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit allows STM32U5 devices to operate at 160 MHz. On STM32U5, MSIS can run at 48 MHz and HSE can reach 50 MHz. Faster clocks require using PLL1's R output, though PLL1 can serve other functions besides using the R output for the system clock. This commit extracts a public `PllConfig` struct, primarily to place associated constructors on that type, but also with an eye towards enabling the P and Q outputs in a later commit. STM32U5 PLLs have various frequency requirements on each stage: after the `m` prescaler, after the `n` multiplier, and after the `r` divider. This commit implements the associated checks as assertions. This commit fixes clock calculation and PLL register configuration errors in PLL initialization. STM32U5 has a PWR peripheral which can be configured to push Vcore into different voltage ranges. System clocks exceeding 55 MHz require range 2, and system clocks exceeding 110 MHz require range 1. This commit adds `voltage_range` to `Config` and configures PWR as directed. The voltage range implies different performance limits on various clock signals, including inside a PLL. This commit implements voltage range <-> frequency range checks as assertions, and extracts the otherwise-repeated MSIS, HSI16, and HSE initialization into private methods on `Config`. STM32U5 frequencies above 55 MHz require using the PWR EPOD booster. The EPOD booster requires configuring a second `m` term for PLL1, `mboost`, such that it falls in a particular range. (Recall that >50 MHz cannot be reached without PLL1, so there is no scenario where EPOD is needed but PLL1 is not.) This commit configures and enables the EPOD booster automatically as required. | ||||
