| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | stm32/rcc: port g0 to new api. | Dario Nieuwenhuis | 2024-03-04 | 1 | -0/+13 | |
| | | ||||||
| * | stm32/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit. | Dario Nieuwenhuis | 2024-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | stm32: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 2 | -26/+25 | |
| | | ||||||
| * | rustfmt | Caleb Garrett | 2024-02-25 | 1 | -3/+1 | |
| | | ||||||
| * | Add CRYP test. | Caleb Garrett | 2024-02-25 | 1 | -0/+71 | |
| | | ||||||
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 1 | -7/+7 | |
| | | ||||||
| * | FDCAN: Don't require internal module for public API. | Corey Schuhen | 2024-02-25 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/dma: add AnyChannel, add support for BDMA on H7. | Dario Nieuwenhuis | 2024-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/rcc: port U5 to new API, add all PLLs, all HSE modes. | Dario Nieuwenhuis | 2024-02-23 | 1 | -1/+12 | |
| | | ||||||
| * | Remove the OperatingMode typestates | Corey Schuhen | 2024-02-18 | 1 | -1/+1 | |
| | | | | | | | Instead have two explcit types(without the mode generic arg)types: - One for config - One for all operating modes | |||||
| * | Port FDCAN HAL to use PAC directly instead of fdcan crate. | Corey Schuhen | 2024-02-17 | 1 | -81/+28 | |
| | | | | | | | - Provide separate FDCAN capable and Classic CAN API's - Don't use fdcan crate dep anymore - Provide embedded-can traits. | |||||
| * | tests/stm32: add stm32f091rc, stm32h503rb. | Dario Nieuwenhuis | 2024-02-17 | 2 | -1/+58 | |
| | | ||||||
| * | Merge pull request #2564 from embassy-rs/rcc-f1-update | Dario Nieuwenhuis | 2024-02-14 | 1 | -0/+18 | |
| |\ | | | | | | | stm32/rcc: port F1, F0 to new API. | |||||
| | * | stm32/rcc: port F1 to new API. | Dario Nieuwenhuis | 2024-02-13 | 1 | -0/+18 | |
| | | | ||||||
| * | | Added HMAC to STM32 hash test. | Caleb Garrett | 2024-02-13 | 1 | -0/+22 | |
| | | | ||||||
| * | | Update STM32 hash test. | Caleb Garrett | 2024-02-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #2528 from caleb-garrett/hash | Dario Nieuwenhuis | 2024-02-13 | 1 | -0/+78 | |
| |\ \ | |/ |/| | STM32 Hash Accelerator | |||||
| | * | Consolidated hash drivers. | Caleb Garrett | 2024-02-11 | 2 | -22/+15 | |
| | | | ||||||
| | * | Updated stm32-metapac. | Caleb Garrett | 2024-02-06 | 1 | -6/+2 | |
| | | | ||||||
| | * | Separated hash interrupt bindings. | Caleb Garrett | 2024-02-05 | 1 | -0/+16 | |
| | | | ||||||
| | * | Corrected hash CI build issues. | Caleb Garrett | 2024-02-05 | 2 | -3/+3 | |
| | | | ||||||
| | * | Added STM32 hash test. | Caleb Garrett | 2024-02-05 | 2 | -0/+73 | |
| | | | ||||||
| * | | stm32/rcc: port F3 RCC to new API | Dario Nieuwenhuis | 2024-02-12 | 1 | -0/+18 | |
| |/ | | | | See #2515 | |||||
| * | HIL test for STM32 FDCAN support. | Corey Schuhen | 2024-01-31 | 1 | -0/+243 | |
| | | | | | | | | | | | | | | | | | | | | | | | Internal loopback. fdcan: use common.rs for HIL test. Fix tests. Fix tests. Fix tests Add HIL tests for H7 even though they are a bit crippled. CI fixes Bah Test bah | |||||
| * | tests/stm32: fix h7 wrong smps config. | Dario Nieuwenhuis | 2024-01-20 | 1 | -0/+4 | |
| | | ||||||
| * | fix changed import paths | Ulf Lilleengen | 2024-01-12 | 1 | -5/+3 | |
| | | ||||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -6/+6 | |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 2 | -2/+0 | |
| | | ||||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -7/+11 | |
| | | ||||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -6/+6 | |
| | | ||||||
| * | tests/stm32: add L1 DAC/ADC test. | Dario Nieuwenhuis | 2023-12-08 | 3 | -6/+94 | |
| | | ||||||
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 14 | -14/+0 | |
| | | ||||||
| * | stm32/test: add stm32f446 (board not in HIL rig yet) | Dario Nieuwenhuis | 2023-11-27 | 4 | -25/+54 | |
| | | ||||||
| * | STM32 DAC: Rework DAC driver, support all families. | Adam Greig | 2023-11-25 | 1 | -6/+4 | |
| | | ||||||
| * | stm32/rcc: unify f2 into f4/f7. | Dario Nieuwenhuis | 2023-11-13 | 1 | -10/+11 | |
| | | ||||||
| * | stm32/rcc: fix pll enum naming on f4, f7. | Dario Nieuwenhuis | 2023-11-13 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/rcc: unify l0l1 and l4l5. | Dario Nieuwenhuis | 2023-11-13 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 1 | -15/+15 | |
| | | ||||||
| * | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 1 | -3/+3 | |
| | | ||||||
| * | stm32/rcc: switch to modern api for l0, l1. | Dario Nieuwenhuis | 2023-11-05 | 1 | -12/+14 | |
| | | ||||||
| * | stm32/low-power: refactor refcount | xoviat | 2023-10-25 | 1 | -4/+4 | |
| | | ||||||
| * | Merge pull request #2106 from xoviat/fix-stop-2 | xoviat | 2023-10-23 | 1 | -1/+3 | |
| |\ | | | | | | | stm32: fix low-power test | |||||
| | * | stm32: fix low-power test | xoviat | 2023-10-23 | 1 | -1/+3 | |
| | | | ||||||
| * | | stm32/rcc: misc cleanups. | Dario Nieuwenhuis | 2023-10-23 | 1 | -8/+10 | |
| | | | ||||||
| * | | stm32/rcc: merge wb into l4/l5. | Dario Nieuwenhuis | 2023-10-23 | 1 | -0/+6 | |
| | | | ||||||
| * | | stm32/rcc: merge wl into l4/l5. | Dario Nieuwenhuis | 2023-10-23 | 1 | -3/+12 | |
| | | | ||||||
| * | | stm32/tests: add stm32wba52cg, stm32u5a9zj | Dario Nieuwenhuis | 2023-10-22 | 1 | -1/+34 | |
| | | | ||||||
| * | | stm32: rename HSI16 -> HSI | Dario Nieuwenhuis | 2023-10-22 | 1 | -4/+4 | |
| |/ | ||||||
| * | Merge pull request #2097 from embassy-rs/rcc-no-spaghetti | Dario Nieuwenhuis | 2023-10-21 | 4 | -6/+54 | |
| |\ | | | | | | | stm32/tests: add stm32h753zi, stm32h7a3zi. | |||||
| | * | stm32/tests: add stm32h753zi, stm32h7a3zi. | Dario Nieuwenhuis | 2023-10-21 | 4 | -6/+54 | |
| | | | ||||||
