aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fmtall.shFelipe Balbi2025-12-111-1/+1
* review commentsFelipe Balbi2025-12-111-25/+18
* Fix typoFelipe Balbi2025-12-111-1/+1
* Merge remote-tracking branch 'upstream/main' into mcxa/trngFelipe Balbi2025-12-1149-1548/+2695
|\
| * Merge pull request #5020 from simonborje/improve_cyw43_join_resultDario Nieuwenhuis2025-12-116-32/+54
| |\
| | * Update examples and testsSimon Börjesson2025-12-104-3/+4
| | * Fix formattingSimon Börjesson2025-12-091-1/+1
| | * Improve cyw43 join handlingSimon Börjesson2025-12-083-29/+50
| * | Merge pull request #5037 from jamesmunns/james/retouch-adcJames Munns2025-12-113-327/+422
| |\ \
| | * | Suggestion from reviewJames Munns2025-12-111-3/+1
| | * | Remove some stale todosJames Munns2025-12-111-3/+3
| | * | Remove generic parameter from ADCJames Munns2025-12-111-59/+70
| | * | Refactor the APIJames Munns2025-12-113-301/+387
| * | | Merge pull request #5038 from jamesmunns/james/retouch-rtcJames Munns2025-12-111-44/+34
| |\ \ \
| | * | | Take mut lifetimeJames Munns2025-12-111-1/+1
| | * | | Remove instance generic from RTCJames Munns2025-12-111-44/+34
| * | | | Merge pull request #5040 from jamesmunns/james/cleanup-reexportsJames Munns2025-12-115-9/+6
| |\ \ \ \
| | * | | | Remove some unusual top level re-exportsJames Munns2025-12-115-9/+6
| | |/ / /
| * | | | Merge pull request #5030 from felipebalbi/mcxa/reset-reasonFelipe Balbi2025-12-113-0/+122
| |\ \ \ \
| | * | | | Remove critical sectionFelipe Balbi2025-12-111-41/+39
| | * | | | MCXA: Add a function to read Reset ReasonFelipe Balbi2025-12-103-0/+124
| * | | | | 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