| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: Move i2c_master test to examples | HybridChild | 2025-11-13 | 2 | -0/+610 |
| | | |||||
| * | stm32: extract adc4 | xoviat | 2025-11-12 | 3 | -23/+32 |
| | | | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4 | ||||
| * | stm32/adc: extract into common | xoviat | 2025-11-12 | 12 | -35/+49 |
| | | | | | add common low-level interface for adc | ||||
| * | Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocol | Ulf Lilleengen | 2025-11-12 | 8 | -130/+411 |
| |\ | | | | | | | Add support for changing hid protocol mode in embassy-usb | ||||
| | * | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-24 | 305 | -419/+621 |
| | | | |||||
| | * | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-02 | 34 | -42/+365 |
| | |\ | |||||
| | * | | update hid mouse and keyboard examples | matteo | 2025-10-01 | 6 | -107/+282 |
| | | | | |||||
| | * | | rename HidSubclass to match hid spec | matteo | 2025-10-01 | 8 | -8/+8 |
| | | | | |||||
| | * | | review comments | matteo | 2025-09-30 | 9 | -19/+39 |
| | | | | |||||
| | * | | working nrf52840 examples | matteo | 2025-09-23 | 3 | -22/+76 |
| | | | | |||||
| | * | | update hid examples | matteo | 2025-09-23 | 8 | -8/+40 |
| | | | | |||||
| * | | | Merge pull request #4866 from xoviat/adc | xoviat | 2025-11-11 | 2 | -3/+8 |
| |\ \ \ | | | | | | | | | | | | | adc: impl. differential channels | ||||
| | * | | | adc: seal special channels | xoviat | 2025-11-11 | 1 | -0/+5 |
| | | | | | |||||
| | * | | | adc: cleanup g4 | xoviat | 2025-11-11 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Merge branch main into n6 | everdrone | 2025-11-11 | 370 | -711/+2723 |
| |\| | | | |/ / |/| | | |||||
| | * | | adc: exact cal | xoviat | 2025-11-10 | 2 | -4/+4 |
| | | | | |||||
| | * | | adc: remove sample_time from struct | xoviat | 2025-11-10 | 25 | -91/+66 |
| | | | | |||||
| | * | | update stm32-fmc | xoviat | 2025-11-09 | 6 | -6/+6 |
| | | | | |||||
| | * | | Merge pull request #4813 from xoviat/bk | xoviat | 2025-11-09 | 1 | -0/+31 |
| | |\ \ | | | | | | | | | | | | | add backup sram | ||||
| | | * | | stm32: add backup sram mod | xoviat | 2025-11-06 | 1 | -0/+31 |
| | | | | | |||||
| | * | | | Restore cargo toml for examples | Jakob | 2025-11-07 | 2 | -17/+5 |
| | | | | | |||||
| | * | | | Merge branch 'into_ring_buffered_adc_for_g4' of ↵ | Jakob | 2025-11-07 | 21 | -57/+25 |
| | |\ \ \ | | | | | | | | | | | | | | | | https://github.com/WattStep/embassy into into_ring_buffered_adc_for_g4 | ||||
| | | * | | | Merge branch 'main' into into_ring_buffered_adc_for_g4 | Jakob | 2025-11-07 | 21 | -57/+25 |
| | | |\| | | |||||
| | | | * | | feat: stm32 spi driver slave mode | Cristian Milatinov | 2025-11-04 | 7 | -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-stop | xoviat | 2025-11-04 | 8 | -16/+16 |
| | | | | | | |||||
| | | | * | | Merge pull request #4838 from embassy-rs/lp2 | xoviat | 2025-11-04 | 6 | -34/+0 |
| | | | |\ \ | | | | | | | | | | | | | | | | | | | stm32/low-power: cleanup and improve | ||||
| | | | | * | | stm32/stop: move stop_with_rtc into init | xoviat | 2025-11-04 | 6 | -34/+0 |
| | | | | | | | |||||
| | * | | | | | fmt again | Jakob | 2025-11-07 | 1 | -1/+1 |
| | |/ / / / | |||||
| | * | | | | cargo fmt | Jakob | 2025-11-07 | 1 | -2/+3 |
| | | | | | | |||||
| | * | | | | Rework how sequences ADC are specified. Update documentation in g4. ↵ | Jakob | 2025-11-07 | 3 | -13/+26 |
| | | | | | | | | | | | | | | | | | | | | | Carefully chose which methods to expose publicly | ||||
| | * | | | | consume regular ringbuf | xoviat | 2025-11-05 | 1 | -6/+12 |
| | | | | | | |||||
| | * | | | | Create raii wrapper for injected conversions | Jakob | 2025-11-05 | 1 | -18/+20 |
| | | | | | | |||||
| | * | | | | Remove unused import from example | Jakob | 2025-11-04 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Implement into_ring_buffered for g4. Add methods for configuring injected ↵ | Jakob | 2025-11-04 | 4 | -9/+154 |
| | |/ / / | | | | | | | | | | | | | sampling for g4. | ||||
| | * | | | Merge pull request #4836 from embassy-rs/nrf54-more | Ulf Lilleengen | 2025-11-04 | 2 | -0/+30 |
| | |\ \ \ | | |/ / | |/| | | | | | | further nRF54 improvements | ||||
| | | * | | chore: warnings | Ulf Lilleengen | 2025-11-04 | 1 | -1/+0 |
| | | | | | |||||
| | | * | | feat: initial support for nrf54 CRACEN peripheral | Ulf Lilleengen | 2025-11-04 | 2 | -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 i2c | xoviat | 2025-11-04 | 18 | -20/+584 |
| | |\| | | |||||
| | | * | | Merge branch 'main' into adc | xoviat | 2025-11-03 | 9 | -0/+508 |
| | | |\ \ | |||||
| | | | * | | stm32wle5 update low-power examples | liebman | 2025-11-03 | 4 | -8/+0 |
| | | | | | | |||||
| | | | * | | examples: : stm32wlex: add i2c example | liebman | 2025-11-03 | 5 | -12/+116 |
| | | | | | | |||||
| | | | * | | examples: : stm32wlex: mention `defmt-print` | liebman | 2025-11-03 | 1 | -0/+6 |
| | | | | | | |||||
| | | | * | | examples: add low-power examples for `stm32wlex` | liebman | 2025-11-03 | 8 | -0/+406 |
| | | | | | | |||||
| | | * | | | fmt | xoviat | 2025-11-03 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | stm32/adc: fix example | xoviat | 2025-11-03 | 1 | -8/+19 |
| | | |/ / | |||||
| | | * | | rustfmt | xoviat | 2025-11-03 | 2 | -2/+0 |
| | | | | | |||||
| | | * | | low_power: update api to allow reconfig | xoviat | 2025-11-03 | 2 | -4/+0 |
| | | | | | |||||
| | | * | | Merge pull request #4826 from mikeytdisco/temp_fix | Ulf Lilleengen | 2025-11-03 | 5 | -5/+5 |
| | | |\ \ | | | | | | | | | | | | | | | | Correct the temperature reading to preserve the sign bits | ||||
| | | | * | | Correct the temperature reading to preserve the sign bits | Michael Turner | 2025-11-02 | 5 | -5/+5 |
| | | | | | | |||||
| | | * | | | Merge branch 'embassy-rs:main' into main | maor1993 | 2025-11-01 | 23 | -111/+660 |
| | | |\| | | |||||
