| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Merge pull request #5041 from xoviat/tests | xoviat | 2025-12-11 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rm usart_dma | |||||
| | * | | | | | | | | | rm usart_dma | xoviat | 2025-12-11 | 1 | -0/+2 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #4969 from TrAyZeN/main | xoviat | 2025-12-11 | 2 | -30/+64 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stm32: Add blocking_listen for blocking I2C driver | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'main' into main | xoviat | 2025-12-11 | 201 | -2513/+23747 | |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | chore: Update changelog | TrAyZeN | 2025-12-01 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | stm32/i2c: Add blocking_listen | TrAyZeN | 2025-12-01 | 1 | -16/+49 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | stm32/i2c: Restrict listen to async I2c mode | TrAyZeN | 2025-12-01 | 1 | -16/+16 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #5039 from plorefice/stm32-spi-config-ss-polarity | xoviat | 2025-12-11 | 1 | -2/+38 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | STM32: make SPI SS signal polarity configurable | |||||
| | * | | | | | | | | | stm32/spi: make SS signal polarity configurable on supported hardware | Pietro Lorefice | 2025-12-11 | 1 | -2/+38 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #5032 from xoviat/sdio | xoviat | 2025-12-11 | 7 | -722/+993 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | sdmmc: factor out sd and impl. sdio | |||||
| | * | | | | | | | | sdmmc: factor out sd and add sdio mod | xoviat | 2025-12-11 | 7 | -722/+993 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #5031 from lsartory/main | xoviat | 2025-12-11 | 7 | -7/+133 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CRC, HASH and I2C peripherals to STM32N6 | |||||
| | * | | | | | | | | Update stm32-metapac | Lambert Sartory | 2025-12-11 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Add more STM32N6 examples | Lambert Sartory | 2025-12-11 | 3 | -0/+111 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Enable STM32N6 DMA and I2C clock sources | Lambert Sartory | 2025-12-11 | 3 | -5/+20 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | ci: Remove useless `-n embassy`. | Dario Nieuwenhuis | 2025-12-10 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's already specified in the kubeconfig. | |||||
| * | | | | | | | | Merge pull request #5024 from xoviat/sdio | xoviat | 2025-12-10 | 2 | -685/+625 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | sdmmc: more refactoring | |||||
| | * | | | | | | | sdmmc: more refactorign | xoviat | 2025-12-10 | 2 | -685/+625 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #5027 from embassy-rs/nrf54-rng-crash | Dario Nieuwenhuis | 2025-12-10 | 1 | -19/+11 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nrf/cracen: fix bus fault on drop. | |||||
| | * | | | | | | | nrf/cracen: fix bus fault on drop. | Dario Nieuwenhuis | 2025-12-10 | 1 | -19/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accessing the RNGCONTROL reg bus faults when ENABLE.RNG=0. Do all the enabling in start_rng/stop_rng, then do nothing on drop. This is fine now that we only have blocking RNG, we'll have to do something fancier in the future. | |||||
| * | | | | | | | | Merge pull request #5026 from jamesmunns/james/add-fmt-script | Dario Nieuwenhuis | 2025-12-10 | 1 | -0/+13 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | Add a basic "format all" script | |||||
| | * | | | | | | | Add a basic "format all" script | James Munns | 2025-12-10 | 1 | -0/+13 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #5012 from MathisDeroo/adc_driver_v2 | James Munns | 2025-12-10 | 10 | -241/+495 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [MCXA]: Adc driver v2 | |||||
| | * | | | | | | | rustfmt | James Munns | 2025-12-10 | 1 | -5/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | run rustfmt | Mathis Deroo | 2025-12-09 | 3 | -28/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Fix cmdlX and cmdhX access using updated PAC | Mathis Deroo | 2025-12-09 | 2 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Add support of ADC2 and ADC3 instances | Mathis Deroo | 2025-12-09 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Use field accessors for FIFO results instead of hardcoded ones | Mathis Deroo | 2025-12-09 | 1 | -10/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | set_conv_command_config returns Result instead of panic if index > 7 | Mathis Deroo | 2025-12-09 | 3 | -4/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Add Mode trait for Async and Blocking behavior | Mathis Deroo | 2025-12-09 | 3 | -57/+96 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Remove dereference for Instance ptr | Mathis Deroo | 2025-12-09 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Use Result enum for ConvResult structure and read function | Mathis Deroo | 2025-12-09 | 2 | -9/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Modify ConvCommandConfig struct | Mathis Deroo | 2025-12-09 | 3 | -24/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Implement WaitCell per ADC instance | Mathis Deroo | 2025-12-09 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Remove duplication of interrupt trait and use embassy_hal_internal | Mathis Deroo | 2025-12-09 | 2 | -159/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Modify set_conv_command_config to support command index from 1 to 7 | Mathis Deroo | 2025-12-09 | 3 | -47/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | Run cargo fmt | Mathis Deroo | 2025-12-09 | 1 | -35/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| | * | | | | | | | ADC driver improvement | Mathis Deroo | 2025-12-09 | 9 | -155/+519 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | |||||
| * | | | | | | | | Merge pull request #5021 from cesardtamayo/feat/stm32wba6_rtc | xoviat | 2025-12-10 | 2 | -0/+124 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add basic RTC support to STM32WBA6 | |||||
| | * | | | | | | | | Copy rtc into stm32wba examples folder | Cesar Tamayo Claro | 2025-12-09 | 1 | -0/+62 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Remove commented import | Cesar Tamayo Claro | 2025-12-09 | 1 | -1/+0 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Update set date to Unix Epoch | Cesar Tamayo Claro | 2025-12-09 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Undo smt32f3 accidental change 2.0 | Cesar Tamayo Claro | 2025-12-09 | 1 | -2/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Undo smt32f3 accidental change | Cesar Tamayo Claro | 2025-12-09 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Add basic RTC support | Cesar Tamayo Claro | 2025-12-09 | 2 | -2/+66 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5023 from xoviat/tests | xoviat | 2025-12-10 | 1 | -12/+32 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests/stm32: make usart more noise-immune | |||||
| | * | | | | | | | | | tests/stm32: make usart more noise-immune | xoviat | 2025-12-09 | 1 | -12/+32 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #5018 from xoviat/sdio | xoviat | 2025-12-10 | 7 | -527/+636 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stm32: refactor sdmmc module | |||||
| | * | | | | | | | | | | sdmmc: refactor sd card creation | xoviat | 2025-12-09 | 5 | -224/+159 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | dma: add functions | xoviat | 2025-12-09 | 1 | -0/+58 | |
| | | | | | | | | | | | | ||||||
