| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix tests | Dion Dokter | 2024-08-05 | 22 | -23/+23 | |
| | | ||||||
| * | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/spi: fix blocking_write on nosck spi. | Dario Nieuwenhuis | 2024-06-03 | 2 | -26/+15 | |
| | | | | | Fixes #2902. | |||||
| * | Remove more BXCAN generics. | Corey Schuhen | 2024-06-02 | 3 | -11/+3 | |
| | | ||||||
| * | stm32/spi: test zero-length transfers in more cases. | Dario Nieuwenhuis | 2024-05-31 | 2 | -1/+13 | |
| | | ||||||
| * | stm32/spi: restrict txonly_nosck to SPIv1, it hangs in other versions. | Dario Nieuwenhuis | 2024-05-31 | 2 | -31/+75 | |
| | | ||||||
| * | stm32/spi: add blocking rxonly test. | Dario Nieuwenhuis | 2024-05-31 | 1 | -7/+25 | |
| | | ||||||
| * | stm32/spi: fix spiv1 rxonly hanging. | Dario Nieuwenhuis | 2024-05-31 | 1 | -59/+42 | |
| | | ||||||
| * | Fix all check-cfg errors in the entire repo. | Dario Nieuwenhuis | 2024-05-31 | 1 | -1/+1 | |
| | | | | | the main ci.sh now passes if running with nightly. | |||||
| * | Remove generics for BXCAN. | Corey Schuhen | 2024-05-30 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #3007 from liarokapisv/spi_v3-fix-rx | Dario Nieuwenhuis | 2024-05-30 | 1 | -5/+60 | |
| |\ | | | | | | | Add proper rxonly support for spi_v3 and force tx dma stream requirem… | |||||
| | * | add spi_dma rx-only test | Alexandros Liarokapis | 2024-05-28 | 1 | -5/+60 | |
| | | | ||||||
| * | | Remove generic argument for STM32 FDCAN. | Corey Schuhen | 2024-05-29 | 3 | -9/+12 | |
| |/ | ||||||
| * | 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 | 1 | -1/+6 | |
| | | ||||||
| * | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 4 | -3/+28 | |
| | | ||||||
| * | stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs. | Dario Nieuwenhuis | 2024-04-29 | 1 | -1/+1 | |
| | | ||||||
| * | low power for h5 | eZio Pan | 2024-04-28 | 1 | -0/+7 | |
| | | ||||||
| * | stm32: can: fd: fix test build for all relevant chips | Torin Cooper-Bennun | 2024-04-22 | 1 | -5/+17 | |
| | | ||||||
| * | 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 | 1 | -0/+135 | |
| |\ | | | | | | | stm32 CORDIC driver | |||||
| | * | stm32 CORDIC: add g491re back to cordic test | eZio Pan | 2024-03-23 | 1 | -8/+3 | |
| | | | ||||||
| | * | 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 | 1 | -0/+152 | |
| | | | ||||||
| * | | 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. | |||||
| * | 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 | 1 | -0/+120 | |
| |\ | | | | | | | STM32 UCPD CI Test | |||||
| | * | tests/stm32: run ucpd only on g0. | Dario Nieuwenhuis | 2024-03-15 | 1 | -0/+1 | |
| | | | ||||||
| | * | [UCPD] Add unit test for stm32g071rb board | Timo Kröger | 2024-03-15 | 1 | -0/+119 | |
| | | | | | | | | | 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 | 1 | -10/+20 | |
| |\ \ | | | | | | | | | | 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 | 1 | -10/+21 | |
| | |/ | ||||||
| * / | 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: autogenerate mux config for all chips. | Dario Nieuwenhuis | 2024-03-01 | 1 | -2/+2 | |
| | | ||||||
| * | rustfmt | Caleb Garrett | 2024-02-25 | 1 | -3/+1 | |
| | | ||||||
| * | Add CRYP test. | Caleb Garrett | 2024-02-25 | 1 | -0/+71 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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. | |||||
