| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: disable HSI48 if not in use | Bernát Süli | 2025-12-19 | 1 | -0/+6 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+4 |
| | | |||||
| * | don't save and reset XSPI clock source; let mux config handle it | Rogan Morrow | 2025-08-29 | 1 | -12/+2 |
| | | |||||
| * | set XSPI clock source to HSI and reset after clock init; dont reset SYSCFG | Rogan Morrow | 2025-08-29 | 1 | -1/+18 |
| | | |||||
| * | include proper pll divs/divt initialization | Rick Rogers | 2025-07-25 | 1 | -1/+33 |
| | | |||||
| * | address rustfmt ci check | Rick Rogers | 2025-07-25 | 1 | -3/+3 |
| | | |||||
| * | add pll divs/t for h7rs | Rick Rogers | 2025-07-24 | 1 | -0/+9 |
| | | |||||
| * | feat(stm32-h): provide a `const` constructor on `rcc::Config` | ROMemories | 2025-05-21 | 1 | -5/+11 |
| | | |||||
| * | stm32: update metapac, cleanup clocks a bit. | Dario Nieuwenhuis | 2025-04-18 | 1 | -3/+2 |
| | | |||||
| * | remove Hz from log | Steven Friedman | 2025-04-08 | 1 | -2/+2 |
| | | |||||
| * | Frequency display is now consistent | Steven Friedman | 2025-04-08 | 1 | -1/+1 |
| | | |||||
| * | chore: fix build | elagil | 2025-01-03 | 1 | -4/+4 |
| | | |||||
| * | Fix wrong unit | Junfeng Liu | 2024-11-12 | 1 | -1/+1 |
| | | |||||
| * | Add presence check for OTG_HS peripheral on STM32H7R/S series | Kevin | 2024-09-22 | 1 | -7/+7 |
| | | |||||
| * | Add USBPHYC clock configuration for H7RS series | Kevin | 2024-09-22 | 1 | -1/+31 |
| | | |||||
| * | Add OTG_HS support for STM32H7R/S | Kevin | 2024-09-22 | 1 | -2/+2 |
| | | |||||
| * | Fix dma nvic issues on dual core lines | Alexandros Liarokapis | 2024-08-17 | 1 | -1/+2 |
| | | | | | | | This commit addresses #3256 by disabling dma NVIC interrupt enablement at startup. Instead, per-channel NVIC interrupt enablement is now done with the rest of the dma channel configuration. This ensures that each core will only handle the interrupts of the DMA channels that it uses. | ||||
| * | stm32: ensure the core runs on HSI clock while setting up rcc | Aurélien Jacobs | 2024-05-27 | 1 | -12/+21 |
| | | |||||
| * | Remove redundant dsi_phy: None from rcc | Joël Schulz-Ansres | 2024-05-02 | 1 | -2/+0 |
| | | |||||
| * | Add stm32 dsihost driver | Joël Schulz-Ansres | 2024-05-02 | 1 | -0/+3 |
| | | |||||
| * | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 1 | -55/+160 |
| | | |||||
| * | low power for h5 | eZio Pan | 2024-04-28 | 1 | -0/+2 |
| | | |||||
| * | Check for CPU_FREQ_BOOST | Dominic | 2024-03-09 | 1 | -1/+8 |
| | | |||||
| * | Fix incorrect D1CPRE max for STM32H7 RM0468 | Dominic | 2024-03-09 | 1 | -1/+1 |
| | | |||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -63/+9 |
| | | |||||
| * | added FDCANSEL logic for H7 | Maia | 2024-02-27 | 1 | -0/+3 |
| | | |||||
| * | stm32: update metapac. | Dario Nieuwenhuis | 2024-02-26 | 1 | -0/+1 |
| | | |||||
| * | stm32/rcc: use h7 sdlevel enum from pac. | Dario Nieuwenhuis | 2024-02-12 | 1 | -21/+6 |
| | | |||||
| * | stm32: update metapac. | Dario Nieuwenhuis | 2024-02-10 | 1 | -0/+1 |
| | | |||||
| * | fix(stm32/h7): use correct unit in vco clock check | Badr Bouslikhin | 2024-02-06 | 1 | -1/+1 |
| | | |||||
| * | stm32: autogenerate clocks struct, enable mux for all chips. | Dario Nieuwenhuis | 2024-02-02 | 1 | -39/+22 |
| | | |||||
| * | Initial FDCAN driver implementation. | Corey Schuhen | 2024-01-31 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | Original author: Torin Cooper-Bennun <[email protected]> Cleanup and documentaion by: Tomasz bla Fortuna <[email protected]> Corey Schuhen <[email protected]> Use new PAC method now that the names are common. Use broken out definitions that can be shared with bxcan Populate Rx struct with an embassy timestamp. Remove use of RefCell. As per review comment. - THis will probably get squashed down. Fix | ||||
| * | Add FDCAN clock registers to G4 RCC. | Tomasz bla Fortuna | 2024-01-31 | 1 | -1/+7 |
| | | | | | | | | | Author: Adam Morgan <[email protected]> Break definitions out of bxcan that can be used innm fdcan. Typo | ||||
| * | STM32H7: adjust flash latency and programming delay for series in RM0468 | Oliver Rockstedt | 2023-12-15 | 1 | -1/+25 |
| | | |||||
| * | STM32H7: limit max frequency to 520MHz until cpu frequency boost option is ↵ | Oliver Rockstedt | 2023-12-15 | 1 | -1/+1 |
| | | | | | implemented | ||||
| * | STM32H7: adjust frequency limits for series in RM0468 | Oliver Rockstedt | 2023-12-15 | 1 | -1/+8 |
| | | |||||
| * | STM32H7: Allow PLL1 DIVP of 1 for certain series | Oliver Rockstedt | 2023-12-15 | 1 | -2/+7 |
| | | |||||
| * | stm32/rcc: add missing h7 power config | Badr Bouslikhin | 2023-12-02 | 1 | -0/+12 |
| | | |||||
| * | stm32/rcc: refactor h7 rm0455,rm0468 and rm0468 power management | Badr Bouslikhin | 2023-12-02 | 1 | -58/+29 |
| | | |||||
| * | stm32/rcc: enable power supply configurability for rm0455 and rm0468 | Badr Bouslikhin | 2023-12-02 | 1 | -13/+5 |
| | | |||||
| * | stm32/rcc: make h7 rm0399 power supply configurable | Badr Bouslikhin | 2023-12-01 | 1 | -1/+147 |
| | | |||||
| * | 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/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 1 | -13/+3 |
| | | |||||
| * | stm32/rcc: misc cleanups. | Dario Nieuwenhuis | 2023-10-23 | 1 | -76/+34 |
| | | |||||
| * | stm32/tests: add stm32h753zi, stm32h7a3zi. | Dario Nieuwenhuis | 2023-10-21 | 1 | -1/+8 |
| | | |||||
| * | stm32/rcc: remove unused enum. | Dario Nieuwenhuis | 2023-10-18 | 1 | -9/+0 |
| | | |||||
| * | rcc: ahb/apb -> hclk/pclk | xoviat | 2023-10-15 | 1 | -13/+13 |
| | | |||||
| * | stm32: expand rcc mux to g4 and h7 | xoviat | 2023-10-14 | 1 | -16/+17 |
| | | |||||
| * | stm32/rcc: remove unused lse/lsi fields in h7 | Dario Nieuwenhuis | 2023-10-15 | 1 | -8/+0 |
| | | |||||
