| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Remove generic argument for STM32 FDCAN. | Corey Schuhen | 2024-05-29 | 3 | -9/+12 | |
| | |/ | ||||||
| * / | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 | |
| |/ | ||||||
| * | stm32/usart: remove instance generic params | Jan Špaček | 2024-05-23 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/spi: check that the RCC enable bit is disabled on drop. | Dario Nieuwenhuis | 2024-05-20 | 1 | -0/+8 | |
| | | ||||||
| * | stm32/tests: add stm32u0 hil. | Dario Nieuwenhuis | 2024-05-13 | 3 | -1/+31 | |
| | | ||||||
| * | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 7 | -5/+62 | |
| | | ||||||
| * | stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs. | Dario Nieuwenhuis | 2024-04-29 | 2 | -4/+4 | |
| | | ||||||
| * | low power for h5 | eZio Pan | 2024-04-28 | 2 | -2/+9 | |
| | | ||||||
| * | stm32: can: fd: fix test build for all relevant chips | Torin Cooper-Bennun | 2024-04-22 | 2 | -6/+18 | |
| | | ||||||
| * | stm32/usart: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-16 | 2 | -6/+5 | |
| | | ||||||
| * | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -3/+2 | |
| | | ||||||
| * | stm32: update adc examples | Andres Vahter | 2024-04-10 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #2697 from eZioPan/stm32-cordic | Dario Nieuwenhuis | 2024-04-04 | 3 | -5/+147 | |
| |\ | | | | | | | stm32 CORDIC driver | |||||
| | * | stm32 CORDIC: exclude stm32u5a | eZio Pan | 2024-03-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | stm32 CORDIC: add g491re back to cordic test | eZio Pan | 2024-03-23 | 2 | -9/+4 | |
| | | | ||||||
| | * | stm32 CORDIC: re-design API | eZio Pan | 2024-03-23 | 1 | -62/+48 | |
| | | | ||||||
| | * | stm32 CORDIC: make HIL run | eZio Pan | 2024-03-23 | 1 | -12/+14 | |
| | | | ||||||
| | * | stm32 CORDIC: add HIL test | eZio Pan | 2024-03-23 | 3 | -4/+163 | |
| | | | ||||||
| * | | stm32/can: simplify bxcan api, merging bx::* into the main structs. | Dario Nieuwenhuis | 2024-04-02 | 1 | -10/+9 | |
| | | | | | | | | | | | | | The bx::* separate structs (Can, Rx, Tx) and separate `Instance` trait are a relic from the `bxcan` crate. Remove them, move the functionality into the main structs. | |||||
| * | | CAN: Use the same testing code for BXCAN and FDCAN h/w. | Corey Schuhen | 2024-03-28 | 3 | -194/+163 | |
| | | | ||||||
| * | | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods ↵ | Corey Schuhen | 2024-03-28 | 1 | -12/+12 | |
| | | | | | | | | | instead of a tuple sometimes. | |||||
| * | | Remove ad-hoc fixes for setting the IOSV bit to true | Emilie Burgun | 2024-03-26 | 1 | -7/+0 | |
| |/ | ||||||
| * | FDCAN: Fix offset issue preventing CAN2 and CAN3 from working. | Corey Schuhen | 2024-03-16 | 1 | -2/+51 | |
| | | | | | Fix for not H7 | |||||
| * | Merge pull request #2701 from timokroeger/stm32-ucpd | Dario Nieuwenhuis | 2024-03-15 | 2 | -1/+127 | |
| |\ | | | | | | | STM32 UCPD CI Test | |||||
| | * | tests/stm32: run ucpd only on g0. | Dario Nieuwenhuis | 2024-03-15 | 2 | -1/+2 | |
| | | | ||||||
| | * | [UCPD] Add unit test for stm32g071rb board | Timo Kröger | 2024-03-15 | 2 | -1/+126 | |
| | | | | | | | | | One test for changing the CC line pull-up resistor is skipped for now. | |||||
| * | | Use Result instead of Option for Frame creation. | Corey Schuhen | 2024-03-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Shared frame types. | Corey Schuhen | 2024-03-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Remove BXCAN speciffic id and frame modules Remove SizedClassicData | |||||
| * | | Merge pull request #2691 from caleb-garrett/cryp-dma | Dario Nieuwenhuis | 2024-03-12 | 2 | -10/+21 | |
| |\ \ | | | | | | | | | | STM32 CRYP DMA | |||||
| | * | | rustfmt | Caleb Garrett | 2024-03-12 | 1 | -5/+2 | |
| | | | | ||||||
| | * | | Correct cryp CI build issues. | Caleb Garrett | 2024-03-12 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | Add async CRYP to test. | Caleb Garrett | 2024-03-12 | 2 | -10/+22 | |
| | |/ | ||||||
| * / | Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ↵ | Corey Schuhen | 2024-03-07 | 1 | -2/+2 | |
| |/ | | | | | | HIL tests. Fix | |||||
| * | stm32/rcc: port c0 to new api. Add c0 HSIKER/HSISYS support. | Dario Nieuwenhuis | 2024-03-04 | 1 | -0/+11 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Remove CRYP from F429. | Caleb Garrett | 2024-02-29 | 1 | -1/+1 | |
| | | ||||||
| * | Remove CRYP from H7A3. | Caleb Garrett | 2024-02-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fix H7 CRYP operation. | Caleb Garrett | 2024-02-29 | 1 | -2/+2 | |
| | | ||||||
| * | Run gen_test.py | Caleb Garrett | 2024-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | rustfmt | Caleb Garrett | 2024-02-25 | 1 | -3/+1 | |
| | | ||||||
| * | Add CRYP test. | Caleb Garrett | 2024-02-25 | 2 | -2/+80 | |
| | | ||||||
| * | 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/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 | 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 | 2 | -81/+29 | |
| | | | | | | | - Provide separate FDCAN capable and Classic CAN API's - Don't use fdcan crate dep anymore - Provide embedded-can traits. | |||||
