aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | Update changelogeverdrone2025-11-081-2/+3
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Add definitions for 13-bit address and 16-bit data SDRAMeverdrone2025-11-081-0/+36
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge branch 'sdram-13a-16d' of github.com:northernpaws/embassyxoviat2025-11-091-0/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | update stm32-fmc dependency version to 0.4.0Kat2025-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes incompatibility issues using other libraries that rely on stm32-fmc 0.4.0
| | * | | | | | | | | | | | | | | correct 16 bit SDRAM configuration label from 16 banks to 4 banksKat2025-10-211-1/+1
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | add 16 bit SDRAM configuration for Bank 1 in fmc.rsKat2025-10-211-0/+18
| | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | update stm32-fmcxoviat2025-11-097-7/+7
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4851 from xoviat/update-pacxoviat2025-11-093-7/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update metapac
| * | | | | | | | | | | | | | | update pacxoviat2025-11-093-7/+16
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #4856 from ThatAquarel/mainxoviat2025-11-091-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add mini power supply project to Embassy in the Wild page
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into mainxoviat2025-11-0916-24/+703
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4813 from xoviat/bkxoviat2025-11-097-0/+112
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add backup sram
| * | | | | | | | | | | | | | | | stm32: add backup sram modxoviat2025-11-067-0/+112
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #4857 from ThatAquarel/add-opentrig-embassy-projectxoviat2025-11-091-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add opentrig project to Embassy in the Wild page
| * | | | | | | | | | | | | | | | | Add opentrig project to Embassy in the Wild pageAquarel2025-11-081-0/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #4840 from WattStep/into_ring_buffered_adc_for_g4xoviat2025-11-099-24/+589
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement into_ring_buffered for g4. Add methods for injected ADC sampling.
| * | | | | | | | | | | | | | | | | Restore cargo toml for examplesJakob2025-11-072-17/+5
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'into_ring_buffered_adc_for_g4' of ↵Jakob2025-11-0744-271/+509
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/WattStep/embassy into into_ring_buffered_adc_for_g4
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into into_ring_buffered_adc_for_g4Jakob2025-11-0744-271/+509
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| * | / | | | | | | | | | | | | | | | fmt againJakob2025-11-071-1/+1
| |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | cargo fmtJakob2025-11-072-3/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Rework how sequences ADC are specified. Update documentation in g4. ↵Jakob2025-11-075-127/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Carefully chose which methods to expose publicly
| * | | | | | | | | | | | | | | | | Merge pull request #2 from xoviat/rb_g4Jakob2025-11-072-23/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | consume regular ringbuf
| | * | | | | | | | | | | | | | | | | consume regular ringbufxoviat2025-11-052-23/+39
| |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Create raii wrapper for injected conversionsJakob2025-11-053-28/+131
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Remove unused import from exampleJakob2025-11-041-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update changelogJakob2025-11-041-0/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Move all injected methods to same palce in fileJakob2025-11-041-56/+60
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Implement into_ring_buffered for g4. Add methods for configuring injected ↵Jakob2025-11-048-24/+411
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sampling for g4.
| | | | * | | | | | | | | | | | | | Add mini power supply project to Embassy in the Wild pageAquarel2025-11-081-0/+2
| |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #4831 from doxxx/reset-causei509VCB2025-11-083-2/+114
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mspm0: read_reset_cause()
| * | | | | | | | | | | | | | | | mspm0: read_reset_cause()Gordon Tyler2025-11-073-2/+114
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a read_reset_cause function that returns an enum value derived from the SYSCTL.RSTCAUSE register. Based on the work by @charlesbmi in #4732.
* | | | | | | | | | | | | | | | Merge pull request #4847 from yannick818/stm32-dsi-cmdxoviat2025-11-062-7/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stm32/dsi: support short write without parameters
| * | | | | | | | | | | | | | | Merge branch 'main' into stm32-dsi-cmdYannick Steiner2025-11-0615-43/+164
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4848 from jonasBoss/fix_usb_logger_panicUlf Lilleengen2025-11-062-6/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix usb-logger panic on usb disconnect
| * | | | | | | | | | | | | | | | fix usb-logger panic on usb disconnectJonas Bosse2025-11-052-6/+16
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #4849 from WillaWillNot/i2c_target_dma_await_fixxoviat2025-11-051-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix erroneous timeouts on successful async I2C target read/writes
| * | | | | | | | | | | | | | | | | Pause DMA before awaiting DMA not-running at end of I2C target DMA read/write.WillaWillNot2025-11-051-1/+3
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #4388 from modulo-org/feature/stm32-spi-slavexoviat2025-11-0512-36/+145
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | embassy-stm32: Added ability for SPI driver to function in slave mode
| * | | | | | | | | | | | | | | | | feat: stm32 spi driver slave modeCristian Milatinov2025-11-0412-36/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | * | | | | | | | | | | | | | | added changelog entryYannick2025-11-061-0/+1
| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | stm32/dsi: support short write without parametersYannick2025-11-061-7/+5
| |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #4844 from embassy-rs/disable-rtc-testsxoviat2025-11-056-2/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: disable rtc for h563 on non-stop
| * | | | | | | | | | | | | | | | tests: disable rtc for h563 on non-stopxoviat2025-11-056-2/+23
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #4841 from xoviat/lp3xoviat2025-11-0415-65/+92
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtc: use consistent api between stop and non-stop
| * | | | | | | | | | | | | | | | rtc: use consistent api between stop and non-stopxoviat2025-11-0415-65/+92
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #4838 from embassy-rs/lp2xoviat2025-11-0417-168/+164
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stm32/low-power: cleanup and improve
| * | | | | | | | | | | | | | | | make min_stop_pause configurablexoviat2025-11-044-36/+35
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | fix rtc optxoviat2025-11-041-6/+5
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | stm32: changelogxoviat2025-11-041-0/+1
| | | | | | | | | | | | | | | | |