aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update time_keeping.adocMark Tomlin2024-04-221-2/+2
* Update sharing_peripherals.adocMark Tomlin2024-04-191-0/+2
* Update time_keeping.adocMark Tomlin2024-04-191-0/+2
* Merge pull request #2839 from retif/patch-1Ulf Lilleengen2024-04-191-1/+1
|\
| * Update layer_by_layer.adocOleksandr Kuksenko2024-04-191-1/+1
|/
* Merge pull request #2833 from qwerty19106/stm32_fix_half_duplex_uartDario Nieuwenhuis2024-04-181-6/+9
|\
| * Allow Uart::new_half_duplex for all usart_vxqwerty191062024-04-181-6/+9
* | Merge pull request #2832 from MaxiluxSystems/feature/fdcan-bus-offDario Nieuwenhuis2024-04-182-31/+30
|\ \ | |/ |/|
| * stm32: can: fd: implement bus-off recoveryTorin Cooper-Bennun2024-04-172-0/+9
| * stm32: can: fd: on_interrupt: simplify, rm redundant codeTorin Cooper-Bennun2024-04-171-31/+21
* | Merge pull request #2831 from cyril-marpaud/patch-1Dario Nieuwenhuis2024-04-171-1/+1
|\ \ | |/ |/|
| * fix: typoCyril Marpaud2024-04-171-1/+1
|/
* Merge pull request #2813 from diondokter/u0-dionDario Nieuwenhuis2024-04-1622-24/+622
|\
| * ci: add u0 examples.Dario Nieuwenhuis2024-04-161-0/+1
| * stm32/usb: enable USV for U0.Dario Nieuwenhuis2024-04-161-1/+1
| * update stm32-metapac.Dario Nieuwenhuis2024-04-161-2/+2
| * Fix rng clockDion Dokter2024-04-161-1/+3
| * Add spi, i2c and fix usartDion Dokter2024-04-163-7/+52
| * Added RTC exampleDion Dokter2024-04-162-1/+51
| * Merge branch 'master' into u0-dionDion Dokter2024-04-1657-984/+1502
| |\
| * | Add CRCDion Dokter2024-04-142-0/+33
| * | Add wdt and flashDion Dokter2024-04-144-1/+182
| * | Remove temp variableDion Dokter2024-04-141-1/+0
| * | Add ADCDion Dokter2024-04-143-15/+33
| * | Add some examples.Dion Dokter2024-04-138-7/+276
| * | Disable the speed limitationDion Dokter2024-04-131-1/+1
| * | Add stm32u0 support.Dario Nieuwenhuis2024-04-1312-16/+187
| * | stm32/adc: update g4 for new pac.Dario Nieuwenhuis2024-04-133-3/+332
| * | stm32/flash: remove otp flash regions (removed in newer metapacs).Dario Nieuwenhuis2024-04-134-12/+3
| * | stm32/spi,crc: update for new PACMichael Zill2024-04-134-15/+34
* | | Merge pull request #2828 from idaniel86/stm32-g4-adc-channel-number-issueDario Nieuwenhuis2024-04-161-1/+1
|\ \ \
| * | | Bug: There are at most 18 channels for the ADC.Daniel Igaz2024-04-161-1/+1
|/ / /
* | | More probe-run -> probe-rs run.Dario Nieuwenhuis2024-04-162-2/+2
* | | Merge pull request #2826 from embassy-rs/jamesmunns-patch-1Dario Nieuwenhuis2024-04-161-1/+1
|\ \ \
| * | | L4 Example: probe-run to probe-rsJames Munns2024-04-161-1/+1
|/ / /
* | | Merge pull request #2825 from MaxiluxSystems/fix/adc-blocking-delay-overflowDario Nieuwenhuis2024-04-161-1/+6
|\ \ \
| * | | stm32: adc: fix blocking_delay_us() overflowing when sys freq is highTorin Cooper-Bennun2024-04-161-1/+6
* | | | Merge pull request #2822 from embassy-rs/jamesmunns-patch-1Dario Nieuwenhuis2024-04-161-0/+31
|\ \ \ \
| * | | | FAQ: Common STM32 stumbling blocksJames Munns2024-04-161-0/+31
| | |_|/ | |/| |
* | | | Merge pull request #2823 from jamesmunns/james/usb-otg-errataDario Nieuwenhuis2024-04-161-48/+58
|\ \ \ \ | |/ / / |/| | |
| * | | Remove nested CSJames Munns2024-04-161-6/+4
| * | | Add critical sections to avoid USB OTG ErrataJames Munns2024-04-161-52/+64
|/ / /
* | | Merge pull request #2821 from embassy-rs/usart-nodmaDario Nieuwenhuis2024-04-1617-404/+567
|\ \ \
| * | | stm32/usart: remove DMA generic params.Dario Nieuwenhuis2024-04-1617-404/+567
|/ / /
* | | Merge pull request #2808 from MaxiluxSystems/feature/stm32h50-flash-swap-banksDario Nieuwenhuis2024-04-151-3/+47
|\ \ \
| * | | stm32: flash: h50: implement bank swappingTorin Cooper-Bennun2024-04-151-3/+47
| |/ /
* | | Merge pull request #2792 from wagcampbell/wgc/u5-flash-non-secureDario Nieuwenhuis2024-04-153-0/+46
|\ \ \
| * | | Add support for using secure registersWarren Campbell2024-04-153-0/+46
| * | | Use non-secure registers for u5 flashWarren Campbell2024-04-151-14/+14
* | | | Merge pull request #2820 from embassy-rs/i2c-nodmaDario Nieuwenhuis2024-04-1513-315/+294
|\ \ \ \