| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -6/+1 |
| | | | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information | ||||
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 1 | -2/+1 |
| | | |||||
| * | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | Add new{_with_phy}, new_mii{_with_phy} | datdenkikniet | 2025-11-14 | 1 | -6/+6 |
| | | |||||
| * | feat: stm32 spi driver slave mode | Cristian Milatinov | 2025-11-04 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SPI slave constructors Fix SPI slave constructors Fix embedded hal async trait One more constructor fix Set SSM bit in SPI driver according to CommunicationMode Fix embedded_hal_async trait to be generic for both master and slave Fix I2S driver to use async master SPI Forgot import from spi mode Fix CommunicationMode associated const conditionals Duplicate doc for CommunicationMode const Add missing nss argument Fix existing SPI tests not compiling Fix stm32h7rs examples not compiling Fix failing stm32l4 example Fix stm32h7 example Fix stm32h7 spi_bdma example Fix stm32h7 spi example Fix stm32f4 example docs: added entry in changelog.md fix: spi_v3 vals mismatch + rise_fall_speed renamed to gpio_speed fix: added spi_v6 conditional compilation feature fix: use if_afio macro in slave constructors fix: add missing trait bound fix: if_afio for cs pin trait fix: changelog message fix: broken rebase | ||||
| * | rtc: use consistent api between stop and non-stop | xoviat | 2025-11-04 | 1 | -2/+2 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 7 | -8/+8 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | stm32: add config to MCO to control the drive strength. | Daniel Nilsson | 2025-10-01 | 1 | -2/+8 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 8 | -10/+10 |
| | | |||||
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 1 | -2/+0 |
| | | |||||
| * | add plls/t to stm32h7rs examples | Rick Rogers | 2025-07-24 | 4 | -0/+8 |
| | | |||||
| * | STM32H7RS Examples: Add OPI functionality to the XSPI example | Kevin Lannen | 2025-06-26 | 1 | -173/+677 |
| | | | | | | | Cleans up the SPI and OPI commands to match the datasheet for the flash used on the Nucleo board Creates a separate impl for OPI operations | ||||
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -1/+0 |
| | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| * | Add stm32h7rs xpi_memory_mapped example | Matt Johnston | 2025-04-04 | 1 | -0/+448 |
| | | | | | | | Based on ospi_memory_mapped, targetting stm32h7s3 nucleo board. This works in single mode, no octo mode yet. | ||||
| * | w/ static config, don't need to wait for DHCP | Steven Friedman | 2025-03-20 | 1 | -1/+1 |
| | | |||||
| * | reformat | Steven Friedman | 2025-03-20 | 1 | -3/+6 |
| | | |||||
| * | define stm32h7rs ethernet pin traits | Steven Friedman | 2025-03-20 | 1 | -0/+116 |
| | | |||||
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -6/+0 |
| | | |||||
| * | Add USBPHYC clock configuration for H7RS series | Kevin | 2024-09-22 | 1 | -0/+1 |
| | | |||||
| * | Add OTG_HS support for STM32H7R/S | Kevin | 2024-09-22 | 1 | -0/+139 |
| | | |||||
| * | Clarified comments about the cortex_m::asm::delay functionality in al… (#3064) | Daniel Philipp | 2024-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | | * Clarified comments about the cortex_m::asm::delay functionality in all multiprio.rs examples * fixed formatting * Changed to using embassy_time::block_for() * removed my formatting scripts * specify embassy_time::Duration | ||||
| * | stm32/usart: remove instance generic params | Jan Špaček | 2024-05-23 | 1 | -2/+1 |
| | | |||||
| * | stm32/spi: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-20 | 2 | -4/+3 |
| | | |||||
| * | examples/stm32h7rs: add i2c example. | Dario Nieuwenhuis | 2024-05-13 | 1 | -0/+42 |
| | | |||||
| * | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 13 | -0/+681 |
