| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | stm32/rcc: refactor and unify f4 into f7. | Dario Nieuwenhuis | 2023-10-18 | 5 | -16/+81 | |
| | * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 11 | -35/+35 | |
| | * | Merge pull request #2033 from andresovela/stm32-add-timeout-to-i2c | Ulf Lilleengen | 2023-10-12 | 1 | -7/+2 | |
| | |\ | ||||||
| | | * | Remove more unused stuff | Andres Oliva | 2023-10-11 | 1 | -1/+0 | |
| | | * | stm32: add timeout to I2C driver | Andres Oliva | 2023-10-10 | 1 | -6/+2 | |
| | * | | stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. | Dario Nieuwenhuis | 2023-10-11 | 1 | -4/+2 | |
| | |/ | ||||||
| | * | Patch tests & examples | Gabriel Górski | 2023-10-09 | 1 | -2/+1 | |
| | * | stm32: implement MCO for all chips. | Dario Nieuwenhuis | 2023-10-07 | 1 | -3/+3 | |
| * | | Fix examples | Dion Dokter | 2023-10-01 | 2 | -1/+2 | |
| |/ | ||||||
| * | stm32/adc: cleanup f1, f3, v1, and v2 | xoviat | 2023-09-27 | 1 | -3/+3 | |
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 3 | -3/+3 | |
| * | stm32: fix rtc example | luveti | 2023-09-24 | 1 | -0/+1 | |
| * | stm32/rcc: unify h5 and h7. | Dario Nieuwenhuis | 2023-09-21 | 1 | -1/+2 | |
| * | add wait_config_up to examples | JuliDi | 2023-09-08 | 1 | -1/+4 | |
| * | rustfmt | xoviat | 2023-08-27 | 1 | -4/+2 | |
| * | fix hanging on rtc example | aidant | 2023-08-27 | 1 | -5/+14 | |
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 3 | -3/+3 | |
| * | Merge remote-tracking branch 'origin/main' into bxcan_timestamp | chemicstry | 2023-07-31 | 6 | -32/+25 | |
| |\ | ||||||
| | * | Merge pull request #1606 from JcBernack/rng-update | Dario Nieuwenhuis | 2023-07-30 | 2 | -4/+7 | |
| | |\ | ||||||
| | | * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 2 | -4/+7 | |
| | * | | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 2 | -2/+10 | |
| | * | | Fix formatting | bofh | 2023-07-30 | 1 | -9/+1 | |
| | * | | Fix stm32 SPI examples | bofh | 2023-07-30 | 2 | -13/+1 | |
| | |/ | ||||||
| | * | stm32/pwm: add output type control | xoviat | 2023-07-29 | 2 | -3/+5 | |
| | * | stm32/timer: merge pwm module into timer. (#1703) | Dario Nieuwenhuis | 2023-07-28 | 2 | -5/+5 | |
| * | | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 1 | -2/+16 | |
| |/ | ||||||
| * | Merge pull request #1685 from chemicstry/bxcan_async_enable | Dario Nieuwenhuis | 2023-07-24 | 1 | -2/+5 | |
| |\ | ||||||
| | * | stm32/can: bxcan async enable | chemicstry | 2023-07-24 | 1 | -2/+5 | |
| * | | stm32: fix DAC examples | Adam Greig | 2023-07-22 | 1 | -1/+1 | |
| |/ | ||||||
| * | stm32/eth: add set_poll_interval | xoviat | 2023-07-15 | 1 | -1/+1 | |
| * | stm32/eth: impl. poll interval | xoviat | 2023-07-15 | 1 | -1/+1 | |
| * | stm32/eth: add f4 example | xoviat | 2023-07-15 | 1 | -0/+111 | |
| * | Merge pull request #1578 from schphil/can-split | xoviat | 2023-07-05 | 1 | -8/+10 | |
| |\ | ||||||
| | * | make stm32f4 example work | Philipp Scheff | 2023-07-04 | 1 | -8/+10 | |
| * | | Merge pull request #1565 from JuliDi/main | Dario Nieuwenhuis | 2023-06-29 | 1 | -4/+5 | |
| |\ \ | ||||||
| | * | | Update DAC examples, add DAC + DMA example | JuliDi | 2023-06-28 | 1 | -4/+5 | |
| | |/ | ||||||
| * / | stm32/otg: add VBUS detection. | Dario Nieuwenhuis | 2023-06-27 | 2 | -2/+6 | |
| |/ | ||||||
| * | stm32/can: update interrupts | xoviat | 2023-06-19 | 1 | -2/+11 | |
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -6/+2 | |
| * | examples: use nicer InterrupExt to set irq priority in multprio. | Dario Nieuwenhuis | 2023-06-09 | 1 | -9/+5 | |
| * | net: Support dual stack IP | Ruben De Smet | 2023-06-07 | 1 | -2/+2 | |
| * | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 1 | -1/+1 | |
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 1 | -18/+14 | |
| * | Fix blocking example | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -2/+2 | |
| * | Formatting | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+3 | |
| * | Fix examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 | |
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 | |
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 2 | -5/+9 | |
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 2 | -7/+88 | |
| *-. | Merge #1340 #1474 | bors[bot] | 2023-05-25 | 1 | -0/+36 | |
| |\ \ | ||||||
