| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update time_keeping.adoc | Mark Tomlin | 2024-04-22 | 1 | -2/+2 |
| * | Update sharing_peripherals.adoc | Mark Tomlin | 2024-04-19 | 1 | -0/+2 |
| * | Update time_keeping.adoc | Mark Tomlin | 2024-04-19 | 1 | -0/+2 |
| * | Merge pull request #2839 from retif/patch-1 | Ulf Lilleengen | 2024-04-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Update layer_by_layer.adoc | Oleksandr Kuksenko | 2024-04-19 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #2833 from qwerty19106/stm32_fix_half_duplex_uart | Dario Nieuwenhuis | 2024-04-18 | 1 | -6/+9 |
| |\ | |||||
| | * | Allow Uart::new_half_duplex for all usart_vx | qwerty19106 | 2024-04-18 | 1 | -6/+9 |
| * | | Merge pull request #2832 from MaxiluxSystems/feature/fdcan-bus-off | Dario Nieuwenhuis | 2024-04-18 | 2 | -31/+30 |
| |\ \ | |/ |/| | |||||
| | * | stm32: can: fd: implement bus-off recovery | Torin Cooper-Bennun | 2024-04-17 | 2 | -0/+9 |
| | * | stm32: can: fd: on_interrupt: simplify, rm redundant code | Torin Cooper-Bennun | 2024-04-17 | 1 | -31/+21 |
| * | | Merge pull request #2831 from cyril-marpaud/patch-1 | Dario Nieuwenhuis | 2024-04-17 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | fix: typo | Cyril Marpaud | 2024-04-17 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #2813 from diondokter/u0-dion | Dario Nieuwenhuis | 2024-04-16 | 22 | -24/+622 |
| |\ | |||||
| | * | ci: add u0 examples. | Dario Nieuwenhuis | 2024-04-16 | 1 | -0/+1 |
| | * | stm32/usb: enable USV for U0. | Dario Nieuwenhuis | 2024-04-16 | 1 | -1/+1 |
| | * | update stm32-metapac. | Dario Nieuwenhuis | 2024-04-16 | 1 | -2/+2 |
| | * | Fix rng clock | Dion Dokter | 2024-04-16 | 1 | -1/+3 |
| | * | Add spi, i2c and fix usart | Dion Dokter | 2024-04-16 | 3 | -7/+52 |
| | * | Added RTC example | Dion Dokter | 2024-04-16 | 2 | -1/+51 |
| | * | Merge branch 'master' into u0-dion | Dion Dokter | 2024-04-16 | 57 | -984/+1502 |
| | |\ | |||||
| | * | | Add CRC | Dion Dokter | 2024-04-14 | 2 | -0/+33 |
| | * | | Add wdt and flash | Dion Dokter | 2024-04-14 | 4 | -1/+182 |
| | * | | Remove temp variable | Dion Dokter | 2024-04-14 | 1 | -1/+0 |
| | * | | Add ADC | Dion Dokter | 2024-04-14 | 3 | -15/+33 |
| | * | | Add some examples. | Dion Dokter | 2024-04-13 | 8 | -7/+276 |
| | * | | Disable the speed limitation | Dion Dokter | 2024-04-13 | 1 | -1/+1 |
| | * | | Add stm32u0 support. | Dario Nieuwenhuis | 2024-04-13 | 12 | -16/+187 |
| | * | | stm32/adc: update g4 for new pac. | Dario Nieuwenhuis | 2024-04-13 | 3 | -3/+332 |
| | * | | stm32/flash: remove otp flash regions (removed in newer metapacs). | Dario Nieuwenhuis | 2024-04-13 | 4 | -12/+3 |
| | * | | stm32/spi,crc: update for new PAC | Michael Zill | 2024-04-13 | 4 | -15/+34 |
| * | | | Merge pull request #2828 from idaniel86/stm32-g4-adc-channel-number-issue | Dario Nieuwenhuis | 2024-04-16 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Bug: There are at most 18 channels for the ADC. | Daniel Igaz | 2024-04-16 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | More probe-run -> probe-rs run. | Dario Nieuwenhuis | 2024-04-16 | 2 | -2/+2 |
| * | | | Merge pull request #2826 from embassy-rs/jamesmunns-patch-1 | Dario Nieuwenhuis | 2024-04-16 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | L4 Example: probe-run to probe-rs | James Munns | 2024-04-16 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #2825 from MaxiluxSystems/fix/adc-blocking-delay-overflow | Dario Nieuwenhuis | 2024-04-16 | 1 | -1/+6 |
| |\ \ \ | |||||
| | * | | | stm32: adc: fix blocking_delay_us() overflowing when sys freq is high | Torin Cooper-Bennun | 2024-04-16 | 1 | -1/+6 |
| * | | | | Merge pull request #2822 from embassy-rs/jamesmunns-patch-1 | Dario Nieuwenhuis | 2024-04-16 | 1 | -0/+31 |
| |\ \ \ \ | |||||
| | * | | | | FAQ: Common STM32 stumbling blocks | James Munns | 2024-04-16 | 1 | -0/+31 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #2823 from jamesmunns/james/usb-otg-errata | Dario Nieuwenhuis | 2024-04-16 | 1 | -48/+58 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Remove nested CS | James Munns | 2024-04-16 | 1 | -6/+4 |
| | * | | | Add critical sections to avoid USB OTG Errata | James Munns | 2024-04-16 | 1 | -52/+64 |
| |/ / / | |||||
| * | | | Merge pull request #2821 from embassy-rs/usart-nodma | Dario Nieuwenhuis | 2024-04-16 | 17 | -404/+567 |
| |\ \ \ | |||||
| | * | | | stm32/usart: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-16 | 17 | -404/+567 |
| |/ / / | |||||
| * | | | Merge pull request #2808 from MaxiluxSystems/feature/stm32h50-flash-swap-banks | Dario Nieuwenhuis | 2024-04-15 | 1 | -3/+47 |
| |\ \ \ | |||||
| | * | | | stm32: flash: h50: implement bank swapping | Torin Cooper-Bennun | 2024-04-15 | 1 | -3/+47 |
| | |/ / | |||||
| * | | | Merge pull request #2792 from wagcampbell/wgc/u5-flash-non-secure | Dario Nieuwenhuis | 2024-04-15 | 3 | -0/+46 |
| |\ \ \ | |||||
| | * | | | Add support for using secure registers | Warren Campbell | 2024-04-15 | 3 | -0/+46 |
| | * | | | Use non-secure registers for u5 flash | Warren Campbell | 2024-04-15 | 1 | -14/+14 |
| * | | | | Merge pull request #2820 from embassy-rs/i2c-nodma | Dario Nieuwenhuis | 2024-04-15 | 13 | -315/+294 |
| |\ \ \ \ | |||||
