| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 20 | -74/+74 |
| * | Merge pull request #2583 from OroArmor/tim_pll_clk | Dario Nieuwenhuis | 2024-02-25 | 4 | -9/+84 |
| |\ | |||||
| | * | 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 | 4 | -25/+30 |
| | * | Rust fmt | Eli Orona | 2024-02-20 | 3 | -7/+5 |
| | * | Move compile test to the STM32F334 example. | Eli Orona | 2024-02-20 | 2 | -3/+2 |
| | * | Move to a single Mux Struct. | Eli Orona | 2024-02-20 | 3 | -22/+18 |
| | * | Move to auto-generated based system. | Eli Orona | 2024-02-16 | 3 | -216/+78 |
| | * | Update f013.rs | Eli Orona | 2024-02-16 | 1 | -5/+5 |
| | * | Fix build | Eli Orona | 2024-02-16 | 1 | -5/+5 |
| | * | Rustfmt | Eli Orona | 2024-02-16 | 1 | -9/+45 |
| | * | Update f013.rs | Eli Orona | 2024-02-16 | 1 | -18/+27 |
| | * | Remove extraneous , in cfg | Eli Orona | 2024-02-15 | 1 | -8/+8 |
| | * | rustfmt | Eli Orona | 2024-02-15 | 1 | -14/+21 |
| | * | Clean up register setting | Eli Orona | 2024-02-15 | 1 | -95/+23 |
| | * | Fix cfg lines | Eli Orona | 2024-02-15 | 1 | -2/+3 |
| | * | Rust fmt and fix build. | Eli Orona | 2024-02-15 | 1 | -52/+45 |
| | * | I believe that this enables the PLL clock input to different TIMs for the STM... | Eli Orona | 2024-02-15 | 1 | -0/+241 |
| * | | Merge pull request #2623 from cschuhen/feature/fdcan_pac_cleanup | Dario Nieuwenhuis | 2024-02-25 | 5 | -58/+86 |
| |\ \ | |||||
| | * | | FDCAN: Remove history from comments. | Corey Schuhen | 2024-02-25 | 2 | -2/+2 |
| | * | | FDCAN: Don't require internal module for public API. | Corey Schuhen | 2024-02-25 | 3 | -9/+10 |
| | * | | FDCAN: Fix some indenting in macros | Corey Schuhen | 2024-02-25 | 1 | -15/+15 |
| | * | | FDCAN: Allow access to buffered senders and receivers. | Corey Schuhen | 2024-02-25 | 1 | -0/+32 |
| | * | | FDCAN: Expose some pub types in API | Corey Schuhen | 2024-02-25 | 1 | -4/+8 |
| | * | | FDCAN: Remove extra traits from. | Corey Schuhen | 2024-02-25 | 1 | -29/+20 |
| |/ / | |||||
| * | | Merge pull request #2606 from embassy-rs/dma-refactor | Dario Nieuwenhuis | 2024-02-24 | 12 | -2150/+1208 |
| |\ \ | |||||
| | * | | stm32/dma: add AnyChannel, add support for BDMA on H7. | Dario Nieuwenhuis | 2024-02-24 | 12 | -2150/+1208 |
| |/ / | |||||
| * | | Merge pull request #2618 from barnabywalters/g4rcc | Dario Nieuwenhuis | 2024-02-23 | 1 | -17/+35 |
| |\ \ | |||||
| | * | | [embassy-stm32] G4 RCC refactor amendments and additions | Barnaby Walters | 2024-02-23 | 1 | -17/+35 |
| * | | | Merge pull request #2597 from fe1es/stm32l0-reset-rtc | Dario Nieuwenhuis | 2024-02-23 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'main' into stm32l0-reset-rtc | Dario Nieuwenhuis | 2024-02-23 | 51 | -1958/+6622 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #2617 from embassy-rs/u5-rcc | Dario Nieuwenhuis | 2024-02-23 | 5 | -359/+311 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | stm32/tests: run stm32u5a5zj from flash due to wrong RAM size in stm32-data. | Dario Nieuwenhuis | 2024-02-23 | 2 | -1/+2 |
| | * | | | stm32/rcc: port U5 to new API, add all PLLs, all HSE modes. | Dario Nieuwenhuis | 2024-02-23 | 3 | -358/+309 |
| |/ / / | |||||
| * | | | Merge pull request #2616 from embassy-rs/h5-stupid-errata | Dario Nieuwenhuis | 2024-02-23 | 1 | -5/+12 |
| |\ \ \ | |||||
| | * | | | stm32/rcc: workaround nonsense RAM suicide errata on backup domain reset. | Dario Nieuwenhuis | 2024-02-23 | 1 | -5/+12 |
| * | | | | Merge pull request #2588 from cschuhen/feature/fdcan_buffered | Dario Nieuwenhuis | 2024-02-23 | 22 | -1026/+5084 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Add dep for static_cell to example. | Corey Schuhen | 2024-02-19 | 1 | -0/+1 |
| | * | | | Remove the OperatingMode typestates | Corey Schuhen | 2024-02-18 | 6 | -162/+133 |
| | * | | | Add a buffered mode. | Corey Schuhen | 2024-02-17 | 2 | -7/+323 |
| | * | | | Clean up and prep for buffered IRQ mode. | Corey Schuhen | 2024-02-17 | 1 | -159/+188 |
| | * | | | Move error conversion to peripheral.rs | Corey Schuhen | 2024-02-17 | 3 | -45/+43 |
| | * | | | Don't use word Standard for frame format because it can be confused with ID f... | Corey Schuhen | 2024-02-17 | 4 | -17/+17 |
| | * | | | Port FDCAN HAL to use PAC directly instead of fdcan crate. | Corey Schuhen | 2024-02-17 | 23 | -905/+4648 |
| * | | | | Merge pull request #2611 from CBJamo/rp2040_i2c_improvements | James Munns | 2024-02-22 | 4 | -117/+177 |
| |\ \ \ \ | |||||
| | * | | | | fixup another display -> debug | Caleb Jamison | 2024-02-22 | 1 | -1/+1 |
| | * | | | | Fixup comments from James | Caleb Jamison | 2024-02-22 | 2 | -6/+4 |
| | * | | | | Fixup display -> debug | Caleb Jamison | 2024-02-22 | 1 | -1/+1 |
| | * | | | | rp2040 i2c_slave improvements | Caleb Jamison | 2024-02-22 | 1 | -51/+66 |
| | * | | | | Add SetConfig impl to rp2040 i2c | Caleb Jamison | 2024-02-22 | 3 | -67/+114 |
