aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | minor rtc optxoviat2025-11-041-13/+8
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | stm32: fix rtc testxoviat2025-11-042-9/+20
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | stm32/stop: move stop_with_rtc into initxoviat2025-11-0412-70/+46
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | stm32/low-power: cleanup and improvexoviat2025-11-044-83/+98
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #4783 from weinmann-emt/hrtim-pin-configxoviat2025-11-042-7/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update HRTIM pins to be configurable
| * | | | | | | | | | | | | | | | Update HRTIM pins to be configurableMarkus Huber2025-10-282-7/+81
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #4836 from embassy-rs/nrf54-moreUlf Lilleengen2025-11-046-2/+255
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | further nRF54 improvements
| * | | | | | | | | | | | | | | | fix: more cracen secure mode onlyUlf Lilleengen2025-11-041-0/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | chore: warningsUlf Lilleengen2025-11-041-1/+0
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | fix: cracen only in secure modeUlf Lilleengen2025-11-041-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | chore: rustfmtUlf Lilleengen2025-11-041-1/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | fix: warningsUlf Lilleengen2025-11-042-11/+7
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | docs: update changelogUlf Lilleengen2025-11-041-1/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | feat: add nrf54 config to set clock speedUlf Lilleengen2025-11-041-0/+30
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | feat: initial support for nrf54 CRACEN peripheralUlf Lilleengen2025-11-045-1/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CRACEN peripheral supports random number generation, digest and key generation, and key exchange. The initial support implements random number generation.
| * | | | | | | | | | | | | | | | feat: enable missing PPI channels and groupsUlf Lilleengen2025-11-041-0/+28
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4812 from xoviat/i2cxoviat2025-11-046-98/+1360
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i2cv1 slave mode
| * | | | | | | | | | | | | | | Merge branch 'main' into i2cxoviat2025-11-0444-534/+1478
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4834 from leftger/feat/wba-fix-vrefbuf-valuesUlf Lilleengen2025-11-042-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed STM32WBA VREFBUF values to match reference manual
| * | | | | | | | | | | | | | | | Fixed VREFBUF values to match reference manualGerzain Mata2025-11-032-4/+5
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #4805 from bobdoah/mainUlf Lilleengen2025-11-042-14/+110
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | embassy-rp: Add support for color order to Pio::Ws2812
| * | | | | | | | | | | | | | | | | add missing changelog entryRobert Williams2025-11-031-0/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fix formattingRobert Williams2025-11-031-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | docs: color order methods traits missing docsRobert Williams2025-11-031-0/+12
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | split into multiple methodsRobert Williams2025-11-031-6/+30
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fix: split traits to avoid inference problemsRobert Williams2025-11-031-23/+19
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | embassy-rp: add color order to ws2812 pio programRobert Williams2025-11-031-15/+78
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #4832 from xoviat/adcxoviat2025-11-046-493/+232
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stm32/adc: merge v2 and v3 ringbuffers
| * | | | | | | | | | | | | | | | Merge branch 'adc' of github.com:xoviat/embassy into adcxoviat2025-11-0319-22/+705
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into adcxoviat2025-11-0319-22/+705
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #4716 from liebman/stm32wl-low-powerxoviat2025-11-0319-22/+705
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support low-power executor on stm32wlex
| * | | | | | | | | | | | | | | | | stm32wle5 update low-power examplesliebman2025-11-034-8/+0
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | examples: : stm32wlex: add i2c exampleliebman2025-11-035-12/+116
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | examples: : stm32wlex: mention `defmt-print`liebman2025-11-031-0/+6
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | examples: add low-power examples for `stm32wlex`liebman2025-11-038-0/+406
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | low_power: on_wakeup_irq: don't call the executor if its not thereliebman2025-11-031-1/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | don't use embassy_time for blocking_delay_us on stm32wlex low-powerliebman2025-11-031-8/+12
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | stm32wlex: remove gratuitous logliebman2025-11-031-4/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | stm32wlex: low-power for adcliebman2025-11-031-0/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | use DeviceBusy to mark when stop1 or stop2 is unavailable.liebman2025-11-032-13/+75
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | low_power: i2c wakeupliebman2025-11-032-3/+11
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | stm32wlex: restore timer near the end of RtcDriver::init_timerliebman2025-11-031-4/+5
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | stm32wlex: init/restore timer config after STOP2liebman2025-11-033-11/+88
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | rcc::reinit - only need RCC for the length of the callliebman2025-11-031-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | support low-power executor on STM32WLExliebman2025-11-034-7/+25
|/ / / / / / / / / / / / / / / / /
| * / / / / / / / / / / / / / / / stm32/adc: move dma pausexoviat2025-11-031-2/+2
| |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | stm32: update changelogxoviat2025-11-031-0/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | stm32/adc: reorder and unifyxoviat2025-11-033-230/+152
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | fixxoviat2025-11-031-3/+8
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | unify ringbuffered versionsxoviat2025-11-034-257/+189
| | | | | | | | | | | | | | | |