aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: enable missing PPI channels and groupsUlf Lilleengen2025-11-041-0/+28
* Merge pull request #4834 from leftger/feat/wba-fix-vrefbuf-valuesUlf Lilleengen2025-11-042-4/+5
|\
| * Fixed VREFBUF values to match reference manualGerzain Mata2025-11-032-4/+5
* | Merge pull request #4805 from bobdoah/mainUlf Lilleengen2025-11-042-14/+110
|\ \
| * | 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
|\ \ | |/ |/|
| * 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
|\ \ \
| * | | 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
| * stm32/adc: cleanup and simplifyxoviat2025-11-032-160/+14
| * fmtxoviat2025-11-031-1/+1
| * stm32/adc: fix examplexoviat2025-11-031-8/+19
| * stm32/adc: update v2 iface to match v3xoviat2025-11-032-135/+149
|/
* Merge pull request #4830 from xoviat/low-powerxoviat2025-11-039-25/+32
|\
| * rustfmtxoviat2025-11-033-3/+0
| * low_power: update api to allow reconfigxoviat2025-11-039-22/+32
|/
* Merge pull request #4809 from szechyjs/sdmmc-fixxoviat2025-11-032-7/+9
|\
| * Add commentJared Szechy2025-11-021-0/+2
| * Merge remote-tracking branch 'origin/main' into sdmmc-fixJared Szechy2025-11-0119-729/+14205
| |\
| * | Fix status pollingJared Szechy2025-11-011-3/+1
| * | allow unusedJared Szechy2025-10-291-0/+1