aboutsummaryrefslogtreecommitdiff
Commit message (Expand)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
| | * | | | | | | | | | | | | | | 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 pacxoviat2025-11-093-7/+16
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #4856 from ThatAquarel/mainxoviat2025-11-091-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into mainxoviat2025-11-0916-24/+703
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #4813 from xoviat/bkxoviat2025-11-097-0/+112
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | 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 pageAquarel2025-11-081-0/+2
* | | | | | | | | | | | | | | | | | Merge pull request #4840 from WattStep/into_ring_buffered_adc_for_g4xoviat2025-11-099-24/+589
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | 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-0744-271/+509
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 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. Carefully...Jakob2025-11-075-127/+191
| * | | | | | | | | | | | | | | | | Merge pull request #2 from xoviat/rb_g4Jakob2025-11-072-23/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | 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 sam...Jakob2025-11-048-24/+411
| | | | * | | | | | | | | | | | | | 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()Gordon Tyler2025-11-073-2/+114
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #4847 from yannick818/stm32-dsi-cmdxoviat2025-11-062-7/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 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 disconnectJonas Bosse2025-11-052-6/+16
* | | | | | | | | | | | | | | | | Merge pull request #4849 from WillaWillNot/i2c_target_dma_await_fixxoviat2025-11-051-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | feat: stm32 spi driver slave modeCristian Milatinov2025-11-0412-36/+145
| | | * | | | | | | | | | | | | | | 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-stopxoviat2025-11-056-2/+23
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #4841 from xoviat/lp3xoviat2025-11-0415-65/+92
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | make min_stop_pause configurablexoviat2025-11-044-36/+35
| * | | | | | | | | | | | | | | | fix rtc optxoviat2025-11-041-6/+5
| * | | | | | | | | | | | | | | | stm32: changelogxoviat2025-11-041-0/+1