aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #5041 from xoviat/testsxoviat2025-12-111-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rm usart_dmaxoviat2025-12-111-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4969 from TrAyZeN/mainxoviat2025-12-112-30/+64
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'main' into mainxoviat2025-12-11201-2513/+23747
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | chore: Update changelogTrAyZeN2025-12-011-0/+1
| * | | | | | | | | stm32/i2c: Add blocking_listenTrAyZeN2025-12-011-16/+49
| * | | | | | | | | stm32/i2c: Restrict listen to async I2c modeTrAyZeN2025-12-011-16/+16
* | | | | | | | | | Merge pull request #5039 from plorefice/stm32-spi-config-ss-polarityxoviat2025-12-111-2/+38
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | stm32/spi: make SS signal polarity configurable on supported hardwarePietro Lorefice2025-12-111-2/+38
|/ / / / / / / / /
* | | | | | | | | Merge pull request #5032 from xoviat/sdioxoviat2025-12-117-722/+993
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | sdmmc: factor out sd and add sdio modxoviat2025-12-117-722/+993
|/ / / / / / / /
* | | | | | | | Merge pull request #5031 from lsartory/mainxoviat2025-12-117-7/+133
|\ \ \ \ \ \ \ \
| * | | | | | | | Update stm32-metapacLambert Sartory2025-12-111-2/+2
| * | | | | | | | Add more STM32N6 examplesLambert Sartory2025-12-113-0/+111
| * | | | | | | | 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