aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* stm32: Move i2c_master test to examplesHybridChild2025-11-132-0/+610
|
* stm32: extract adc4xoviat2025-11-123-23/+32
| | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4
* stm32/adc: extract into commonxoviat2025-11-1212-35/+49
| | | | add common low-level interface for adc
* Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocolUlf Lilleengen2025-11-128-130/+411
|\ | | | | | | Add support for changing hid protocol mode in embassy-usb
| * 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: impl. differential channels
| * | | 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
| |\ \ | | | | | | | | | | | | add backup sram
| | * | 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 ↵Jakob2025-11-0721-57/+25
| |\ \ \ | | | | | | | | | | | | | | | https://github.com/WattStep/embassy into into_ring_buffered_adc_for_g4
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SPI slave constructors Fix SPI slave constructors Fix embedded hal async trait One more constructor fix Set SSM bit in SPI driver according to CommunicationMode Fix embedded_hal_async trait to be generic for both master and slave Fix I2S driver to use async master SPI Forgot import from spi mode Fix CommunicationMode associated const conditionals Duplicate doc for CommunicationMode const Add missing nss argument Fix existing SPI tests not compiling Fix stm32h7rs examples not compiling Fix failing stm32l4 example Fix stm32h7 example Fix stm32h7 spi_bdma example Fix stm32h7 spi example Fix stm32f4 example docs: added entry in changelog.md fix: spi_v3 vals mismatch + rise_fall_speed renamed to gpio_speed fix: added spi_v6 conditional compilation feature fix: use if_afio macro in slave constructors fix: add missing trait bound fix: if_afio for cs pin trait fix: changelog message fix: broken rebase
| | | * | 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/low-power: cleanup and improve
| | | | * | 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. ↵Jakob2025-11-073-13/+26
| | | | | | | | | | | | | | | | | | | | Carefully chose which methods to expose publicly
| * | | | 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 ↵Jakob2025-11-044-9/+154
| |/ / / | | | | | | | | | | | | sampling for g4.
| * | | Merge pull request #4836 from embassy-rs/nrf54-moreUlf Lilleengen2025-11-042-0/+30
| |\ \ \ | | |/ / | |/| | | | | | further nRF54 improvements
| | * | chore: warningsUlf Lilleengen2025-11-041-1/+0
| | | |
| | * | feat: initial support for nrf54 CRACEN peripheralUlf Lilleengen2025-11-042-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The CRACEN peripheral supports random number generation, digest and key generation, and key exchange. The initial support implements random number generation.
| * | | 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
| | | | |
| | * | | fmtxoviat2025-11-031-1/+1
| | | | |
| | * | | stm32/adc: fix examplexoviat2025-11-031-8/+19
| | |/ /
| | * | rustfmtxoviat2025-11-032-2/+0
| | | |
| | * | low_power: update api to allow reconfigxoviat2025-11-032-4/+0
| | | |
| | * | Merge pull request #4826 from mikeytdisco/temp_fixUlf Lilleengen2025-11-035-5/+5
| | |\ \ | | | | | | | | | | | | | | | Correct the temperature reading to preserve the sign bits
| | | * | Correct the temperature reading to preserve the sign bitsMichael Turner2025-11-025-5/+5
| | | | |
| | * | | Merge branch 'embassy-rs:main' into mainmaor19932025-11-0123-111/+660
| | |\| |