aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable STM32N6 DMA and I2C clock sourcesLambert Sartory2025-12-113-5/+20
* ci: Remove useless `-n embassy`.Dario Nieuwenhuis2025-12-102-2/+2
* Merge pull request #5024 from xoviat/sdioxoviat2025-12-102-685/+625
|\
| * sdmmc: more refactorignxoviat2025-12-102-685/+625
|/
* Merge pull request #5027 from embassy-rs/nrf54-rng-crashDario Nieuwenhuis2025-12-101-19/+11
|\
| * nrf/cracen: fix bus fault on drop.Dario Nieuwenhuis2025-12-101-19/+11
* | Merge pull request #5026 from jamesmunns/james/add-fmt-scriptDario Nieuwenhuis2025-12-101-0/+13
|\ \
| * | Add a basic "format all" scriptJames Munns2025-12-101-0/+13
|/ /
* | Merge pull request #5012 from MathisDeroo/adc_driver_v2James Munns2025-12-1010-241/+495
|\ \
| * | rustfmtJames Munns2025-12-101-5/+3
| * | run rustfmtMathis Deroo2025-12-093-28/+17
| * | Fix cmdlX and cmdhX access using updated PACMathis Deroo2025-12-092-8/+8
| * | Add support of ADC2 and ADC3 instancesMathis Deroo2025-12-092-2/+2
| * | Use field accessors for FIFO results instead of hardcoded onesMathis Deroo2025-12-091-10/+9
| * | set_conv_command_config returns Result instead of panic if index > 7Mathis Deroo2025-12-093-4/+14
| * | Add Mode trait for Async and Blocking behaviorMathis Deroo2025-12-093-57/+96
| * | Remove dereference for Instance ptrMathis Deroo2025-12-091-11/+11
| * | Use Result enum for ConvResult structure and read functionMathis Deroo2025-12-092-9/+25
| * | Modify ConvCommandConfig structMathis Deroo2025-12-093-24/+22
| * | Implement WaitCell per ADC instanceMathis Deroo2025-12-091-4/+8
| * | Remove duplication of interrupt trait and use embassy_hal_internalMathis Deroo2025-12-092-159/+0
| * | Modify set_conv_command_config to support command index from 1 to 7Mathis Deroo2025-12-093-47/+55
| * | Run cargo fmtMathis Deroo2025-12-091-35/+23
| * | ADC driver improvementMathis Deroo2025-12-099-155/+519
* | | Merge pull request #5021 from cesardtamayo/feat/stm32wba6_rtcxoviat2025-12-102-0/+124
|\ \ \
| * | | Copy rtc into stm32wba examples folderCesar Tamayo Claro2025-12-091-0/+62
| * | | Remove commented importCesar Tamayo Claro2025-12-091-1/+0
| * | | Update set date to Unix EpochCesar Tamayo Claro2025-12-091-1/+1
| * | | Undo smt32f3 accidental change 2.0Cesar Tamayo Claro2025-12-091-2/+1
| * | | Undo smt32f3 accidental changeCesar Tamayo Claro2025-12-091-1/+1
| * | | Add basic RTC supportCesar Tamayo Claro2025-12-092-2/+66
* | | | Merge pull request #5023 from xoviat/testsxoviat2025-12-101-12/+32
|\ \ \ \
| * | | | tests/stm32: make usart more noise-immunexoviat2025-12-091-12/+32
* | | | | Merge pull request #5018 from xoviat/sdioxoviat2025-12-107-527/+636
|\ \ \ \ \
| * | | | | sdmmc: refactor sd card creationxoviat2025-12-095-224/+159
| * | | | | dma: add functionsxoviat2025-12-091-0/+58
| * | | | | sdmmc: use storage devices with referencexoviat2025-12-092-317/+403
| * | | | | type-erase sdmmcxoviat2025-12-091-182/+212
| |/ / / /
* | | | | Merge pull request #4706 from rolim/stm32-sai-allow-nodiv-and-master-clock-di...xoviat2025-12-094-6/+8
|\ \ \ \ \
| * | | | | allow again to set nodiv independently of master clock dividerRoman Lim2025-12-094-6/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #4975 from tonarino/cdm-adm-controlDario Nieuwenhuis2025-12-092-0/+11
|\ \ \ \ \
| * | | | | Don't forget the changelog!goodhoko2025-12-021-0/+1
| * | | | | Expose dtr() and rts() on cdc_acm::ControlChangedgoodhoko2025-12-021-0/+10
* | | | | | Merge pull request #5016 from diogo464/cyw43-get-rssiDario Nieuwenhuis2025-12-091-0/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cyw43: added get_rssi to Controllerdiogo4642025-12-091-0/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #5015 from jamesmunns/james/dma-suggestionsJames Munns2025-12-0917-77/+4740
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rustfmtJames Munns2025-12-091-3/+7
| * | | | Add error state for DMA transfersJames Munns2025-12-093-9/+157
| * | | | Change transfer to return a resultJames Munns2025-12-093-7/+11
| * | | | Use saddr read instead of interrupt to avoid double handler definitionJames Munns2025-12-094-110/+62