| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | stm32/dma: fix condition check | xoviat | 2023-07-30 | 1 | -6/+11 | |
| | * | | stm32/dma: add traces | xoviat | 2023-07-30 | 1 | -0/+28 | |
| | * | | stm32/dma: fix condition check | xoviat | 2023-07-30 | 1 | -1/+1 | |
| | * | | stm32/dma: don't write to full ringbuf | xoviat | 2023-07-30 | 1 | -0/+2 | |
| | * | | stm32/dma: fix typos | xoviat | 2023-07-30 | 1 | -3/+3 | |
| | * | | stm32/dma: impl. wringbuf for bdma | xoviat | 2023-07-30 | 2 | -3/+155 | |
| | * | | stm32/dma: complete initial ringbuf impl. | xoviat | 2023-07-30 | 2 | -21/+200 | |
| | * | | stm32/dma: add draft writable dma buf | xoviat | 2023-07-29 | 1 | -0/+93 | |
| | * | | fix comments | xoviat | 2023-07-29 | 1 | -2/+2 | |
| | * | | stm32/dma: rename ringbuf | xoviat | 2023-07-29 | 4 | -26/+26 | |
| * | | | Merge pull request #1690 from Sizurka/rp-flash-ptr-fix | Dario Nieuwenhuis | 2023-07-31 | 1 | -5/+35 | |
| |\ \ \ | ||||||
| | * | | | rp: Fix ROM cache ptr() returning the trampoline | Derek Hageman | 2023-07-26 | 1 | -5/+35 | |
| * | | | | Merge pull request #1727 from embassy-rs/hrtim-v2 | xoviat | 2023-07-31 | 4 | -1/+22 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | stm32: add hrtim v2 | Dario Nieuwenhuis | 2023-07-31 | 4 | -1/+22 | |
| * | | | | Merge pull request #1726 from rubdos/doc-ieee802154 | Dario Nieuwenhuis | 2023-07-31 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Enable IEEE802.15.4 doc building | Ruben De Smet | 2023-07-31 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1704 from rubdos/ieee802154-fixes | Dario Nieuwenhuis | 2023-07-31 | 12 | -57/+83 | |
| |\ \ \ \ | ||||||
| | * | | | | CI: ip, ethernet and ieee802.15.4 should be able to co-exist | Ruben De Smet | 2023-07-31 | 1 | -0/+3 | |
| | * | | | | Only skip default-gateway assignment with Medium::Ip | Ruben De Smet | 2023-07-31 | 1 | -5/+6 | |
| | * | | | | Use hardware_address() for all media | Ruben De Smet | 2023-07-31 | 1 | -18/+2 | |
| | * | | | | Add Ip hardware address to Driver | Ruben De Smet | 2023-07-31 | 2 | -0/+4 | |
| | * | | | | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 11 | -26/+54 | |
| | * | | | | Use HardwareAddress in Driver | Ruben De Smet | 2023-07-28 | 6 | -50/+28 | |
| | * | | | | Add IEEE802.15.4 address to embassy net Stack | Ruben De Smet | 2023-07-28 | 1 | -1/+8 | |
| | * | | | | Expose IEEE802.15.4 address in Driver | Ruben De Smet | 2023-07-28 | 2 | -0/+21 | |
| * | | | | | Merge pull request #1725 from embassy-rs/flash-pointless-set-bits | Dario Nieuwenhuis | 2023-07-31 | 7 | -136/+21 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | stm32/flash: avoid pointless "if flag is set, set it". | Dario Nieuwenhuis | 2023-07-31 | 7 | -136/+21 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1724 from bguruprasath5/stm32g0-flash-support | Dario Nieuwenhuis | 2023-07-31 | 3 | -1/+161 | |
| |\ \ \ \ | ||||||
| | * | | | | changed ADDR variable to addr | dev-guruprasath | 2023-07-31 | 1 | -5/+5 | |
| | * | | | | changed ADDR variable to addr | dev-guruprasath | 2023-07-31 | 1 | -1/+1 | |
| | * | | | | added working example for flash | dev-guruprasath | 2023-07-31 | 1 | -1/+1 | |
| | * | | | | added working example for flash | dev-guruprasath | 2023-07-31 | 1 | -3/+0 | |
| | * | | | | added working example for flash | dev-guruprasath | 2023-07-31 | 1 | -0/+47 | |
| | * | | | | added flash support | dev-guruprasath | 2023-07-31 | 2 | -1/+117 | |
| * | | | | | Merge pull request #1687 from chemicstry/bxcan_timestamp | Dario Nieuwenhuis | 2023-07-31 | 5 | -19/+71 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | stm32/can: Fix latency measurement in tests | chemicstry | 2023-07-31 | 1 | -3/+13 | |
| | * | | | | | stm32/can: Add more derives for CAN Envelope | chemicstry | 2023-07-31 | 1 | -1/+1 | |
| | * | | | | | Merge remote-tracking branch 'origin/main' into bxcan_timestamp | chemicstry | 2023-07-31 | 237 | -1867/+3310 | |
| | |\| | | | | ||||||
| | * | | | | | stm32: forward defmt feature to embassy-time | chemicstry | 2023-07-25 | 1 | -2/+2 | |
| | * | | | | | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 4 | -16/+58 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #1723 from JuliDi/patch-1 | Ulf Lilleengen | 2023-07-31 | 1 | -1/+1 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Fix probe chip type in stm32h7 example | Julian | 2023-07-31 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1606 from JcBernack/rng-update | Dario Nieuwenhuis | 2023-07-30 | 16 | -111/+192 | |
| |\ \ \ \ | ||||||
| | * | | | | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 16 | -82/+103 | |
| | * | | | | improve RNG polling | Jan Christoph Bernack | 2023-07-30 | 1 | -39/+66 | |
| | * | | | | add RNG conditioning | Jan Christoph Bernack | 2023-07-30 | 1 | -0/+33 | |
| * | | | | | Merge pull request #1718 from copterust/stm32-spi-set-freq-in-config | Dario Nieuwenhuis | 2023-07-30 | 19 | -171/+121 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 10 | -26/+52 | |
| | * | | | | | Remove unused imports | bofh | 2023-07-30 | 2 | -2/+0 | |
| | * | | | | | Fix format in stm32 SPI examples | bofh | 2023-07-30 | 6 | -54/+6 | |
