| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 14 | -17/+17 |
| * | Merge pull request #2583 from OroArmor/tim_pll_clk | Dario Nieuwenhuis | 2024-02-25 | 1 | -1/+2 |
| |\ | |||||
| | * | Move to internal mod and re-export the enums | Eli Orona | 2024-02-24 | 1 | -3/+1 |
| | * | Rust fmt | Eli Orona | 2024-02-20 | 1 | -1/+3 |
| | * | Move compile test to the STM32F334 example. | Eli Orona | 2024-02-20 | 2 | -3/+2 |
| | * | Move to auto-generated based system. | Eli Orona | 2024-02-16 | 1 | -1/+3 |
| * | | FDCAN: Don't require internal module for public API. | Corey Schuhen | 2024-02-25 | 1 | -2/+2 |
| * | | stm32/rcc: port U5 to new API, add all PLLs, all HSE modes. | Dario Nieuwenhuis | 2024-02-23 | 1 | -11/+16 |
| * | | Merge pull request #2588 from cschuhen/feature/fdcan_buffered | Dario Nieuwenhuis | 2024-02-23 | 4 | -83/+281 |
| |\ \ | |||||
| | * | | Add dep for static_cell to example. | Corey Schuhen | 2024-02-19 | 1 | -0/+1 |
| | * | | Remove the OperatingMode typestates | Corey Schuhen | 2024-02-18 | 3 | -8/+7 |
| | * | | Add a buffered mode. | Corey Schuhen | 2024-02-17 | 1 | -7/+90 |
| | * | | Port FDCAN HAL to use PAC directly instead of fdcan crate. | Corey Schuhen | 2024-02-17 | 4 | -80/+195 |
| * | | | Merge pull request #2559 from mchant/main | Dario Nieuwenhuis | 2024-02-20 | 1 | -0/+182 |
| |\ \ \ | |||||
| | * | | | removed extra spaces. | Mick Chanthaseth | 2024-02-19 | 1 | -1/+1 |
| | * | | | fixed formatting in usb_hid_mouse.rs | Mick Chanthaseth | 2024-02-19 | 1 | -4/+3 |
| | * | | | Updated formatting in usb_hid_mouse.rs. | Mick Chanthaseth | 2024-02-19 | 1 | -6/+6 |
| | * | | | Merge branch 'embassy-rs:main' into main | Mick Chanthaseth | 2024-02-16 | 19 | -76/+333 |
| | |\| | | |||||
| | * | | | Update imports in usb_hid_mouse.rs | Mick Chanthaseth | 2024-02-16 | 1 | -1/+1 |
| | * | | | added usb_hid_mouse example for rp | Mick Chanthaseth | 2024-02-11 | 1 | -0/+183 |
| * | | | | Merge pull request #2594 from exzachlyvv/zvv/u5-i2c | Dario Nieuwenhuis | 2024-02-18 | 1 | -0/+41 |
| |\ \ \ \ | |||||
| | * | | | | 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 | Zach | 2024-02-17 | 1 | -0/+55 |
| | |/ / / | |||||
| * / / / | u5 - add working rng example | Zach | 2024-02-17 | 1 | -0/+25 |
| |/ / / | |||||
| * | | | Merge pull request #2558 from CBJamo/ws2812_write_fixup | Dario Nieuwenhuis | 2024-02-17 | 1 | -2/+5 |
| |\ \ \ | |||||
| | * | | | Switch to ticker | Caleb Jamison | 2024-02-10 | 1 | -2/+3 |
| | * | | | Add explicit reset time to ws2812 write fn. | Caleb Jamison | 2024-02-10 | 1 | -0/+2 |
| | |/ / | |||||
| * | | | Merge pull request #2578 from CBJamo/i2c_slave_fixes | Dario Nieuwenhuis | 2024-02-17 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Improve rp2040 i2c slave | Caleb Jamison | 2024-02-15 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2579 from barnabywalters/g4rcc | Dario Nieuwenhuis | 2024-02-16 | 3 | -27/+36 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Refinements | Barnaby Walters | 2024-02-17 | 1 | -0/+1 |
| | * | | Removed redundant HSI48 configuration | Barnaby Walters | 2024-02-16 | 1 | -3/+4 |
| | * | | [embassy-stm32]: started stm32g4 RCC refactor | Barnaby Walters | 2024-02-15 | 3 | -27/+34 |
| * | | | Merge pull request #2564 from embassy-rs/rcc-f1-update | Dario Nieuwenhuis | 2024-02-14 | 2 | -6/+18 |
| |\ \ \ | |||||
| | * | | | stm32/rcc: port F1 to new API. | Dario Nieuwenhuis | 2024-02-13 | 2 | -6/+18 |
| | |/ / | |||||
| * | | | Added HMAC example. | Caleb Garrett | 2024-02-12 | 2 | -0/+23 |
| * | | | Add STM32 HMAC function. | Caleb Garrett | 2024-02-12 | 1 | -1/+1 |
| * | | | Merge pull request #2528 from caleb-garrett/hash | Dario Nieuwenhuis | 2024-02-13 | 4 | -4/+61 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | fmt | Caleb Garrett | 2024-02-11 | 1 | -1/+2 |
| | * | | Consolidated hash drivers. | Caleb Garrett | 2024-02-11 | 1 | -5/+5 |
| | * | | Merge branch 'main' into hash | Caleb Garrett | 2024-02-09 | 30 | -63/+282 |
| | |\| | |||||
| | * | | Removed hash DMA from unsupported configs. | Caleb Garrett | 2024-02-08 | 2 | -4/+7 |
| | * | | Merge branch 'main' into hash | Caleb Garrett | 2024-02-04 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Format hash example. | Caleb Garrett | 2024-02-04 | 1 | -1/+0 |
| | * | | | Merge commit '1f940bf9e868438090ea126eb2267f5e9325fbd4' into hash | Caleb Garrett | 2024-02-04 | 13 | -4/+520 |
| | |\ \ \ | |||||
| | | * \ \ | Merge branch 'main' into hash | Caleb Garrett | 2024-02-03 | 13 | -4/+520 |
| | | |\ \ \ | |||||
| | * | | | | | Addressed hash CI build issues. | Caleb Garrett | 2024-02-04 | 2 | -4/+4 |
| | |/ / / / | |||||
| | * | | | | Added hash DMA implementation. | Caleb Garrett | 2024-02-03 | 1 | -8/+12 |
| | * | | | | Added hash module with blocking implementation. Included SHA256 example. | Caleb Garrett | 2024-01-31 | 2 | -2/+52 |
