| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | low-power: stm32wl5x | liebman | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | allow stm32wb to enter stop2 | xoviat | 2025-12-16 | 1 | -2/+2 |
| | | |||||
| * | stm32: block stop2 for wle and misc fixes | xoviat | 2025-12-15 | 1 | -2/+26 |
| | | |||||
| * | low-power: use scoped block stop | xoviat | 2025-12-08 | 1 | -0/+10 |
| | | | | | Co-authored-by: hjeldin <[email protected]> | ||||
| * | low-power: rework stoppableperipheral traits | xoviat | 2025-12-06 | 1 | -1/+9 |
| | | |||||
| * | low-power: improve debug logic | xoviat | 2025-12-06 | 1 | -1/+1 |
| | | |||||
| * | stm32: extract busychannel into common api | xoviat | 2025-11-25 | 1 | -2/+66 |
| | | |||||
| * | fmt | xoviat | 2025-11-25 | 1 | -0/+4 |
| | | |||||
| * | stm32: allow granular stop for uart | xoviat | 2025-11-25 | 1 | -6/+33 |
| | | |||||
| * | low power: store stop mode for dma channels | xoviat | 2025-11-21 | 1 | -21/+38 |
| | | |||||
| * | low_power: misc cleanups and allow main macro | xoviat | 2025-11-16 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'main' into fix/adc-prescaler-calc | xoviat | 2025-11-15 | 1 | -2/+6 |
| |\ | |||||
| | * | Merge branch main into n6 | everdrone | 2025-11-11 | 1 | -2/+5 |
| | |\ | |||||
| | | * | stm32: add backup sram mod | xoviat | 2025-11-06 | 1 | -0/+3 |
| | | | | |||||
| | | * | rcc::reinit - only need RCC for the length of the call | liebman | 2025-11-03 | 1 | -1/+1 |
| | | | | |||||
| | | * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add N6 family RCC config | everdrone | 2025-09-20 | 1 | -0/+1 |
| | |/ | |||||
| * / | stm32: Add raw_prescaler function to make it more reusable. | Piotr Esden-Tempski | 2025-10-05 | 1 | -0/+30 |
| |/ | | | | | This also puts the explanation why the calculation has to be done that way into one place so it does not need to be copied all over the codebase. | ||||
| * | Add public function to get current clock configuration | David Lawrence | 2025-06-06 | 1 | -1/+10 |
| | | |||||
| * | Merge pull request #4124 from mickem/allow_stm32_to_re_init_rcc | Dario Nieuwenhuis | 2025-05-13 | 1 | -0/+29 |
| |\ | | | | | | | Add function to allow re-init rcc config for stm32 | ||||
| | * | removed unused import | Michael Medin | 2025-04-28 | 1 | -1/+0 |
| | | | |||||
| | * | function needs to be pub(crate) | Michael Medin | 2025-04-28 | 1 | -1/+1 |
| | | | |||||
| | * | Moved functions to rcc module (this is a bit awkward as we now have two init ↵ | Michael Medin | 2025-04-28 | 1 | -0/+30 |
| | | | | | | | | | functions in rcc: `rcc::init`and `rcc::init_rcc`) | ||||
| * | | stm32/otg: calculate TRDT using AHB freq instead of kernel freq. | Dario Nieuwenhuis | 2025-04-30 | 1 | -0/+2 |
| |/ | |||||
| * | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 1 | -3/+7 |
| | | | | | Fixes #2599 | ||||
| * | Improve shared data placement, require less atomic support and use ↵ | Dion Dokter | 2024-08-05 | 1 | -2/+2 |
| | | | | | unsafecell for the clocks | ||||
| * | fmt | Dion Dokter | 2024-07-09 | 1 | -1/+3 |
| | | |||||
| * | Make clocks repr C. | Dion Dokter | 2024-07-08 | 1 | -0/+27 |
| | | | | | | | Add shared data. Modify freq functions to use shared data. Modify examples to use new init/ | ||||
| * | Panic on index-out-of-bounds when releasing RCC node | David Flemström | 2024-06-29 | 1 | -0/+2 |
| | | |||||
| * | Avoid accidental copy of static var before creating mut ref | David Flemström | 2024-06-29 | 1 | -2/+2 |
| | | |||||
| * | Remove implicit bounds checking from rcc module | David Flemström | 2024-06-28 | 1 | -10/+20 |
| | | |||||
| * | stm32/rcc: replace generated enable/disable code with runtime info | Jan Špaček | 2024-05-25 | 1 | -57/+195 |
| | | |||||
| * | stm32: use funcs for info/state, const for ENABLE_BIT. | Dario Nieuwenhuis | 2024-05-21 | 1 | -2/+3 |
| | | |||||
| * | stm32/rcc: add ClockEnableBit struct. | Dario Nieuwenhuis | 2024-05-20 | 1 | -1/+49 |
| | | |||||
| * | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 1 | -1/+1 |
| | | |||||
| * | Add stm32u0 support. | Dario Nieuwenhuis | 2024-04-14 | 1 | -1/+1 |
| | | |||||
| * | Expose RCC enable and disable methods | chemicstry | 2024-04-12 | 1 | -0/+18 |
| | | |||||
| * | Fix 'clocok' typo in RCC docs | Dillon McEwan | 2024-04-05 | 1 | -1/+1 |
| | | |||||
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -19/+22 |
| | | |||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -3/+1 |
| | | |||||
| * | Fix report with the same name | Eli Orona | 2024-02-24 | 1 | -1/+1 |
| | | |||||
| * | Move to internal mod and re-export the enums | Eli Orona | 2024-02-24 | 1 | -1/+1 |
| | | |||||
| * | Rust fmt | Eli Orona | 2024-02-20 | 1 | -1/+1 |
| | | |||||
| * | Move to a single Mux Struct. | Eli Orona | 2024-02-20 | 1 | -0/+2 |
| | | |||||
| * | stm32/rcc: unify f0, f1, f3. | Dario Nieuwenhuis | 2024-02-14 | 1 | -4/+2 |
| | | |||||
| * | stm32/rcc: port F0 to new API. | Dario Nieuwenhuis | 2024-02-13 | 1 | -8/+8 |
| | | |||||
| * | stm32/rcc: fix more build failures. | Dario Nieuwenhuis | 2024-02-04 | 1 | -1/+4 |
| | | |||||
| * | stm32: autogenerate clocks struct, enable mux for all chips. | Dario Nieuwenhuis | 2024-02-02 | 1 | -158/+1 |
| | | |||||
| * | additional chip variants required more clocks | Adin Ackerman | 2024-01-02 | 1 | -2/+4 |
| | | |||||
| * | fix g0 being left out of some clock controls | Adin Ackerman | 2024-01-02 | 1 | -5/+5 |
| | | |||||
