Commit Graph

  • 036bc669cd stm32: only enable async TimeoutI2c on V2 I2C peripheral Matt Ickstadt 2023-07-31 14:17:50 -0500
  • 26cc0e634d stm32: add async timeout functions to I2c and TimeoutI2c Matt Ickstadt 2023-07-31 13:47:03 -0500
  • 1b0f4ee653 stm32: add outlives bounds to TimeoutI2c impl blocks This should make usage and error messages more clear. Matt Ickstadt 2023-07-31 13:35:06 -0500
  • f3ad0c6ade rp: fix qspi gpio interrupts pennae 2023-07-31 20:02:06 +0200
  • 4da9743317
    Merge pull request #1690 from Sizurka/rp-flash-ptr-fix Dario Nieuwenhuis 2023-07-31 17:26:59 +0000
  • dca1777a2f rp: make QSPI gpio support optional pennae 2023-07-31 19:13:10 +0200
  • 4a9df60a7b
    Merge pull request #1727 from embassy-rs/hrtim-v2 xoviat 2023-07-31 17:04:51 +0000
  • 2c6fcdbd3f rp: add gpio::Pin::io() for access to io banks pennae 2023-07-31 18:36:37 +0200
  • e6d4043279 rp: rename gpio::Pin::io to gpio::Pin::gpio pennae 2023-07-31 18:28:31 +0200
  • 5c2ba3b212 stm32: add hrtim v2 Dario Nieuwenhuis 2023-07-31 15:42:03 +0200
  • ebc173ea75
    Merge pull request #1726 from rubdos/doc-ieee802154 Dario Nieuwenhuis 2023-07-31 13:04:40 +0000
  • b394cc3394
    Enable IEEE802.15.4 doc building Ruben De Smet 2023-07-31 15:02:55 +0200
  • 6caf627262
    Merge pull request #1704 from rubdos/ieee802154-fixes Dario Nieuwenhuis 2023-07-31 12:30:33 +0000
  • 3d68d42132
    CI: ip, ethernet and ieee802.15.4 should be able to co-exist Ruben De Smet 2023-07-31 14:04:36 +0200
  • bdd59b8988
    Only skip default-gateway assignment with Medium::Ip Ruben De Smet 2023-07-31 12:25:57 +0200
  • 9f55228be0
    Use hardware_address() for all media Ruben De Smet 2023-07-31 12:20:13 +0200
  • 83ff3cbc69
    Add Ip hardware address to Driver Ruben De Smet 2023-07-31 12:19:04 +0200
  • 4afdce4ec5
    Introduce driver::HardwareAddress without smoltcp dependency Ruben De Smet 2023-07-31 10:40:48 +0200
  • 71fcea159f
    Merge pull request #1725 from embassy-rs/flash-pointless-set-bits Dario Nieuwenhuis 2023-07-31 10:55:30 +0000
  • 036e00113e stm32/flash: avoid pointless "if flag is set, set it". Dario Nieuwenhuis 2023-07-31 12:48:52 +0200
  • 958cace36d
    Merge pull request #1724 from bguruprasath5/stm32g0-flash-support Dario Nieuwenhuis 2023-07-31 10:35:28 +0000
  • 2568c714c8
    Merge pull request #1687 from chemicstry/bxcan_timestamp Dario Nieuwenhuis 2023-07-31 10:28:05 +0000
  • 83ab8e057a stm32/can: Fix latency measurement in tests chemicstry 2023-07-31 13:24:10 +0300
  • 0ddabf0423 changed ADDR variable to addr dev-guruprasath 2023-07-31 15:37:01 +0530
  • b4d0f24bf9 changed ADDR variable to addr dev-guruprasath 2023-07-31 15:36:25 +0530
  • 5a2f61a031 added working example for flash dev-guruprasath 2023-07-31 15:29:26 +0530
  • 5b4c099afc added working example for flash dev-guruprasath 2023-07-31 15:06:15 +0530
  • c3357f884a added working example for flash dev-guruprasath 2023-07-31 14:45:23 +0530
  • eff2d71f28
    Merge pull request #1723 from JuliDi/patch-1 Ulf Lilleengen 2023-07-31 08:29:30 +0000
  • 42b21fd7ae added flash support dev-guruprasath 2023-07-31 13:56:16 +0530
  • 027801db60
    Fix probe chip type in stm32h7 example Julian 2023-07-31 10:17:44 +0200
  • ad85beb677 stm32/can: Add more derives for CAN Envelope chemicstry 2023-07-31 10:32:17 +0300
  • 780569c08a Merge remote-tracking branch 'origin/main' into bxcan_timestamp chemicstry 2023-07-31 10:29:20 +0300
  • ffa0c08140 stm32/dma: fix condition check xoviat 2023-07-30 20:22:14 -0500
  • c38c85ef1f stm32/dma: add traces xoviat 2023-07-30 19:39:17 -0500
  • 6c6bd11c1a
    Merge pull request #1606 from JcBernack/rng-update Dario Nieuwenhuis 2023-07-30 23:44:11 +0000
  • 4999b045df stm32/rng: use bind_interrupts!. Dario Nieuwenhuis 2023-07-31 01:41:12 +0200
  • 105aa8f452
    Merge pull request #1718 from copterust/stm32-spi-set-freq-in-config Dario Nieuwenhuis 2023-07-30 22:05:22 +0000
  • d8f02e151b Set frequency in stm32 SPI examples bofh 2023-07-31 00:02:50 +0200
  • 3aef5999d5
    Merge pull request #1716 from xoviat/rcc-p Dario Nieuwenhuis 2023-07-30 20:43:54 +0000
  • 4e9b525443 Remove default shift in register values for PIO Michael van Niekerk 2023-07-30 22:34:36 +0200
  • 0b598388db Remove default shift in register values for PIO Michael van Niekerk 2023-07-30 22:31:32 +0200
  • 3c3a1d89b5
    Merge pull request #1721 from MabezDev/rtc-f2-dont-reset-bd Dario Nieuwenhuis 2023-07-30 20:26:27 +0000
  • e8d3e86591 stm32f2: Avoid resetting rtc backup domain Scott Mabin 2023-07-30 21:22:48 +0100
  • d6c5c1772c improve RNG polling Jan Christoph Bernack 2023-07-01 03:32:01 +0200
  • b65406791a add RNG conditioning Jan Christoph Bernack 2023-07-01 03:15:39 +0200
  • f3237d7a2c
    Merge pull request #1720 from mvniekerk/main Dario Nieuwenhuis 2023-07-30 20:15:12 +0000
  • 56b21ad429
    Uart pio fix zeros Michael van Niekerk 2023-07-30 22:13:27 +0200
  • f3c924bd0d Remove .idea folder Michael van Niekerk 2023-07-30 22:08:08 +0200
  • 1d1ba351b8 Prevent UART from only getting 0s from the output Michael van Niekerk 2023-07-30 22:06:40 +0200
  • 538cf2bc24 stm32/dma: fix condition check xoviat 2023-07-30 14:02:41 -0500
  • d8420ed5a0 Remove unused imports bofh 2023-07-30 19:34:27 +0200
  • 04ed45941a Fix format in stm32 SPI examples bofh 2023-07-30 19:31:22 +0200
  • 55fb1d5126 Fix more stm32 SPI examples bofh 2023-07-30 19:26:24 +0200
  • 4f791799a9 Fix formatting bofh 2023-07-30 19:12:49 +0200
  • d2127f6b82 Fix stm32 SPI examples bofh 2023-07-30 18:58:40 +0200
  • 1d815f4ba0 Fix typo bofh 2023-07-30 18:20:36 +0200
  • aef93246b4 Fix Spi::new_internal call in i2s bofh 2023-07-30 18:11:39 +0200
  • 6b1d802caa Move frequency to SPI config bofh 2023-07-30 18:01:34 +0200
  • 6f30e92c7a stm32/dma: don't write to full ringbuf xoviat 2023-07-30 10:57:17 -0500
  • 39c1cc9f00
    Merge pull request #1717 from OueslatiGhaith/wpan xoviat 2023-07-30 15:53:28 +0000
  • 73057ee241 wpan: fix examples GhaithOueslati 2023-07-30 16:46:33 +0100
  • a8a491212b stm32/rcc: cleanup merge xoviat 2023-07-30 10:18:54 -0500
  • 2f18770e27 stm32/rcc: extract and combine ahb/apb prescalers xoviat 2023-04-22 14:26:40 -0500
  • 087e649bc2 stm32/dma: fix typos xoviat 2023-07-30 09:28:02 -0500
  • fd9b6487e1 stm32/dma: impl. wringbuf for bdma xoviat 2023-07-30 09:25:58 -0500
  • 603c4cb4fa stm32/dma: complete initial ringbuf impl. xoviat 2023-07-30 09:18:33 -0500
  • 8bed573b88
    Merge pull request #1713 from MabezDev/stm32f2-pll-overflow Dario Nieuwenhuis 2023-07-30 12:16:52 +0000
  • 2a004251a7
    Merge pull request #1712 from xoviat/pwm Dario Nieuwenhuis 2023-07-30 12:15:47 +0000
  • 8064f4bfe0 stm32/dma: add draft writable dma buf xoviat 2023-07-29 20:10:29 -0500
  • 6256a6c57c fix comments xoviat 2023-07-29 19:27:16 -0500
  • bae31ebce7 stm32/dma: rename ringbuf xoviat 2023-07-29 19:25:18 -0500
  • 8db462cf8b stm32/dma: rename ringbuf xoviat 2023-07-29 19:20:57 -0500
  • e0ce7fcde7 stm32f2 pll overflow with crystal Scott Mabin 2023-07-30 01:00:50 +0100
  • a9f6e30bcd rustfmt xoviat 2023-07-29 12:03:01 -0500
  • 0d7b005252 stm32/pwm: add output type control xoviat 2023-07-29 12:01:32 -0500
  • 7110aa4c87 stm32/can: fix example xoviat 2023-07-28 18:48:09 -0500
  • 34c6bb3882 stm32/can: more fixes xoviat 2023-07-28 18:44:05 -0500
  • 6d137d5f45 stm32/can: more fixes xoviat 2023-07-28 18:39:58 -0500
  • 5191e33fed stm32/can: fix misc. issues xoviat 2023-07-28 18:35:51 -0500
  • af7bdb6a1d Merge branch 'bxcan_timestamp' of https://github.com/chemicstry/embassy into can xoviat 2023-07-28 18:16:22 -0500
  • fcbfd224a7
    Merge pull request #1706 from mattico/timeouti2c-lifetime Dario Nieuwenhuis 2023-07-28 23:08:06 +0000
  • 9adcd9c641 stm32/can: fix time computation xoviat 2023-07-28 18:00:40 -0500
  • 6a521e0b96 stm32/can: cleanup merge xoviat 2023-07-28 17:59:25 -0500
  • 0ec21f6d22 Merge branch 'main' of https://github.com/embassy-rs/embassy into can xoviat 2023-07-28 17:56:55 -0500
  • eb097b9d03
    Merge pull request #1710 from Sizurka/rp-async-flash Dario Nieuwenhuis 2023-07-28 22:56:33 +0000
  • 7ed9e29326 rp: add async flash Derek Hageman 2023-07-25 15:54:33 -0600
  • bdc4aa4a3b
    Merge pull request #1582 from xoviat/hrtim Dario Nieuwenhuis 2023-07-28 22:44:03 +0000
  • 5bb5654d84 stm32/hrtim: pub instance xoviat 2023-07-28 17:39:01 -0500
  • a8d3bcbb75 stm32/hrtim: shorten names xoviat 2023-07-28 17:37:14 -0500
  • ec787d3518 stm32/hrtim: cleanup merge issues xoviat 2023-07-28 17:27:15 -0500
  • c7c701b3e3 Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim xoviat 2023-07-28 17:18:22 -0500
  • e495d606ec stm32/hrtim: extract traits xoviat 2023-07-28 17:16:46 -0500
  • 28136579e9 stm32/hrtim: extract into mod xoviat 2023-07-28 17:07:08 -0500
  • cc414e63d3
    Merge pull request #1709 from brandonros/cyw43-firmware-sync Dario Nieuwenhuis 2023-07-28 21:59:53 +0000
  • fd47445d75 cyw43: Update firmware in HIL test. Dario Nieuwenhuis 2023-07-28 23:58:47 +0200
  • d39404cdda fix flaky test wifi_esp_hosted_perf Dario Nieuwenhuis 2023-07-28 23:49:37 +0200
  • 29acc46501
    core::fmt devours your RAM and flash and explodes your stack. (#1708) Dario Nieuwenhuis 2023-07-28 23:47:07 +0200
  • cffb819e61 changelog Brandon Ros 2023-07-28 17:34:07 -0400
  • b344c843c4 sync latest cyw43-firmware Brandon Ros 2023-07-28 17:25:07 -0400