aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* fix: use correct nrf54l15 flash sizeUlf Lilleengen2025-11-141-1/+1
* Merge pull request #4810 from de-vri-es/nrf-gpiote-enable-interrupts-before-b...Ulf Lilleengen2025-11-143-12/+12
|\
| * embassy-nrf: add gpiote::InputChannel::wait_for_high/low()Maarten de Vries2025-10-303-12/+12
* | Merge pull request #4881 from xoviat/blocking-delayxoviat2025-11-131-7/+7
|\ \
| * | stm32: extract block_for_usxoviat2025-11-131-7/+7
* | | Merge branch 'main' into stm32_i2c_v2_transactionHybridChild2025-11-131-12/+6
|\| |
| * | adc: extract c0xoviat2025-11-131-12/+6
* | | stm32: Move i2c_master test to examplesHybridChild2025-11-132-0/+610
|/ /
* | stm32: extract adc4xoviat2025-11-123-23/+32
* | stm32/adc: extract into commonxoviat2025-11-1212-35/+49
* | Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocolUlf Lilleengen2025-11-128-130/+411
|\ \
| * | Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-24305-419/+621
| * | Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-0234-42/+365
| |\ \
| * | | update hid mouse and keyboard examplesmatteo2025-10-016-107/+282
| * | | rename HidSubclass to match hid specmatteo2025-10-018-8/+8
| * | | review commentsmatteo2025-09-309-19/+39
| * | | working nrf52840 examplesmatteo2025-09-233-22/+76
| * | | update hid examplesmatteo2025-09-238-8/+40
* | | | Merge pull request #4866 from xoviat/adcxoviat2025-11-112-3/+8
|\ \ \ \
| * | | | adc: seal special channelsxoviat2025-11-111-0/+5
| * | | | adc: cleanup g4xoviat2025-11-111-3/+3
* | | | | Merge branch main into n6everdrone2025-11-11370-711/+2723
|\| | | | | |/ / / |/| | |
| * | | adc: exact calxoviat2025-11-102-4/+4
| * | | adc: remove sample_time from structxoviat2025-11-1025-91/+66
| * | | update stm32-fmcxoviat2025-11-096-6/+6
| * | | Merge pull request #4813 from xoviat/bkxoviat2025-11-091-0/+31
| |\ \ \
| | * | | stm32: add backup sram modxoviat2025-11-061-0/+31
| * | | | Restore cargo toml for examplesJakob2025-11-072-17/+5
| * | | | Merge branch 'into_ring_buffered_adc_for_g4' of https://github.com/WattStep/e...Jakob2025-11-0721-57/+25
| |\ \ \ \
| | * | | | Merge branch 'main' into into_ring_buffered_adc_for_g4Jakob2025-11-0721-57/+25
| | |\| | |
| | | * | | feat: stm32 spi driver slave modeCristian Milatinov2025-11-047-7/+9
| | | * | | rtc: use consistent api between stop and non-stopxoviat2025-11-048-16/+16
| | | * | | Merge pull request #4838 from embassy-rs/lp2xoviat2025-11-046-34/+0
| | | |\ \ \
| | | | * | | stm32/stop: move stop_with_rtc into initxoviat2025-11-046-34/+0
| * | | | | | fmt againJakob2025-11-071-1/+1
| |/ / / / /
| * | | | | cargo fmtJakob2025-11-071-2/+3
| * | | | | Rework how sequences ADC are specified. Update documentation in g4. Carefully...Jakob2025-11-073-13/+26
| * | | | | consume regular ringbufxoviat2025-11-051-6/+12
| * | | | | Create raii wrapper for injected conversionsJakob2025-11-051-18/+20
| * | | | | Remove unused import from exampleJakob2025-11-041-1/+1
| * | | | | Implement into_ring_buffered for g4. Add methods for configuring injected sam...Jakob2025-11-044-9/+154
| |/ / / /
| * | | | Merge pull request #4836 from embassy-rs/nrf54-moreUlf Lilleengen2025-11-042-0/+30
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | chore: warningsUlf Lilleengen2025-11-041-1/+0
| | * | | feat: initial support for nrf54 CRACEN peripheralUlf Lilleengen2025-11-042-0/+31
| * | | | Merge branch 'main' into i2cxoviat2025-11-0418-20/+584
| |\| | |
| | * | | Merge branch 'main' into adcxoviat2025-11-039-0/+508
| | |\ \ \
| | | * | | 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