| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fmtall.sh | Felipe Balbi | 2025-12-11 | 1 | -1/+1 |
| * | review comments | Felipe Balbi | 2025-12-11 | 1 | -25/+18 |
| * | Fix typo | Felipe Balbi | 2025-12-11 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'upstream/main' into mcxa/trng | Felipe Balbi | 2025-12-11 | 49 | -1548/+2695 |
| |\ | |||||
| | * | Merge pull request #5020 from simonborje/improve_cyw43_join_result | Dario Nieuwenhuis | 2025-12-11 | 6 | -32/+54 |
| | |\ | |||||
| | | * | Update examples and tests | Simon Börjesson | 2025-12-10 | 4 | -3/+4 |
| | | * | Fix formatting | Simon Börjesson | 2025-12-09 | 1 | -1/+1 |
| | | * | Improve cyw43 join handling | Simon Börjesson | 2025-12-08 | 3 | -29/+50 |
| | * | | Merge pull request #5037 from jamesmunns/james/retouch-adc | James Munns | 2025-12-11 | 3 | -327/+422 |
| | |\ \ | |||||
| | | * | | Suggestion from review | James Munns | 2025-12-11 | 1 | -3/+1 |
| | | * | | Remove some stale todos | James Munns | 2025-12-11 | 1 | -3/+3 |
| | | * | | Remove generic parameter from ADC | James Munns | 2025-12-11 | 1 | -59/+70 |
| | | * | | Refactor the API | James Munns | 2025-12-11 | 3 | -301/+387 |
| | * | | | Merge pull request #5038 from jamesmunns/james/retouch-rtc | James Munns | 2025-12-11 | 1 | -44/+34 |
| | |\ \ \ | |||||
| | | * | | | Take mut lifetime | James Munns | 2025-12-11 | 1 | -1/+1 |
| | | * | | | Remove instance generic from RTC | James Munns | 2025-12-11 | 1 | -44/+34 |
| | * | | | | Merge pull request #5040 from jamesmunns/james/cleanup-reexports | James Munns | 2025-12-11 | 5 | -9/+6 |
| | |\ \ \ \ | |||||
| | | * | | | | Remove some unusual top level re-exports | James Munns | 2025-12-11 | 5 | -9/+6 |
| | | |/ / / | |||||
| | * | | | | Merge pull request #5030 from felipebalbi/mcxa/reset-reason | Felipe Balbi | 2025-12-11 | 3 | -0/+122 |
| | |\ \ \ \ | |||||
| | | * | | | | Remove critical section | Felipe Balbi | 2025-12-11 | 1 | -41/+39 |
| | | * | | | | MCXA: Add a function to read Reset Reason | Felipe Balbi | 2025-12-10 | 3 | -0/+124 |
| | * | | | | | Merge pull request #5041 from xoviat/tests | xoviat | 2025-12-11 | 1 | -0/+2 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | rm usart_dma | xoviat | 2025-12-11 | 1 | -0/+2 |
| | | |/ / / / | |||||
| | * | | | | | Merge pull request #4969 from TrAyZeN/main | xoviat | 2025-12-11 | 2 | -30/+64 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | 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/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 add sdio mod | xoviat | 2025-12-11 | 7 | -722/+993 |
| | |/ / / / / | |||||
| | * | | | | | Merge pull request #5031 from lsartory/main | xoviat | 2025-12-11 | 7 | -7/+133 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | 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 |
| | * | | | | | Merge pull request #5024 from xoviat/sdio | xoviat | 2025-12-10 | 2 | -685/+625 |
| | |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | | * | | | | 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. | Dario Nieuwenhuis | 2025-12-10 | 1 | -19/+11 |
| | * | | | | | Merge pull request #5026 from jamesmunns/james/add-fmt-script | Dario Nieuwenhuis | 2025-12-10 | 1 | -0/+13 |
| | |\ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| | | * | | | | 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 |
| | |\ \ \ \ | |||||
| | | * | | | | rustfmt | James Munns | 2025-12-10 | 1 | -5/+3 |
| | | * | | | | run rustfmt | Mathis Deroo | 2025-12-09 | 3 | -28/+17 |
| | | * | | | | Fix cmdlX and cmdhX access using updated PAC | Mathis Deroo | 2025-12-09 | 2 | -8/+8 |
| | | * | | | | Add support of ADC2 and ADC3 instances | Mathis Deroo | 2025-12-09 | 2 | -2/+2 |
| | | * | | | | Use field accessors for FIFO results instead of hardcoded ones | Mathis Deroo | 2025-12-09 | 1 | -10/+9 |
| | | * | | | | set_conv_command_config returns Result instead of panic if index > 7 | Mathis Deroo | 2025-12-09 | 3 | -4/+14 |
