Commit Graph

  • cb897498b4 cargo fmt Andres O. Vela 2023-10-09 22:18:45 +0200
  • 4ae0275235 Remove recursive async fn Andres O. Vela 2023-10-09 22:17:29 +0200
  • b41d3bc977 cargo fmt Andres O. Vela 2023-10-09 22:12:58 +0200
  • 55ac12fafc Remove unused lifetimes Andres O. Vela 2023-10-09 22:07:29 +0200
  • 3880cd1cff Fix typo Andres O. Vela 2023-10-09 22:04:51 +0200
  • c333e86511 Implement embedded-hal-async I2C trait for TimeoutI2c Andres O. Vela 2023-10-09 21:57:57 +0200
  • 0e1e2eb7c6 Make TimeoutI2c take ownership of the I2C peripheral Andres O. Vela 2023-10-09 21:57:26 +0200
  • e62bf6a9fd Patch tests & examples Gabriel Górski 2023-10-09 12:00:23 +0200
  • 7526b8edba stm32/eth: Move phy_addr from Ethernet to PHY Gabriel Górski 2023-10-06 17:45:04 +0200
  • 0c97ce2fcc fixed rp adc tests Ilya Epifanov 2023-10-09 11:00:40 +0200
  • 62d6bb6c8a added sampling frequency setting to adc capture methods on rp2040 Ilya Epifanov 2023-10-06 14:29:12 +0200
  • c3ef98a73d
    Merge pull request #2026 from embassy-rs/stm32-pac-pll-enums Dario Nieuwenhuis 2023-10-09 00:58:22 +0000
  • 6186fe0807 stm32/rcc: use PLL enums from PAC. Dario Nieuwenhuis 2023-10-09 02:48:22 +0200
  • c4cff0b79b
    Merge pull request #2025 from xoviat/update-pac xoviat 2023-10-08 23:35:14 +0000
  • 2e5ab7981e stm32: update metapac xoviat 2023-10-08 18:27:36 -0500
  • a4b6bc31f8 wip xoviat 2023-10-08 18:26:27 -0500
  • 2ae9d28d47 wip xoviat 2023-10-07 09:34:12 -0500
  • 1457b53e48 wip xoviat 2023-10-07 09:31:09 -0500
  • 9d311121f2
    Merge pull request #2022 from HelloWorldTeraByte/impl-pwm-trait Dario Nieuwenhuis 2023-10-07 00:35:05 +0000
  • 25c3754cd2
    Merge pull request #2019 from embassy-rs/net-hostname Dario Nieuwenhuis 2023-10-07 00:17:35 +0000
  • 85c6f23dcb
    Merge pull request #2018 from jamesmunns/add-derives Dario Nieuwenhuis 2023-10-07 00:03:10 +0000
  • 9c6a2d9cbd
    Merge pull request #1880 from phire/rp_bootsel Dario Nieuwenhuis 2023-10-06 23:56:00 +0000
  • b67b179933 rp/bootsel: add test. Dario Nieuwenhuis 2023-10-07 01:47:25 +0200
  • d4ed8e5779 rp/bootsel: change it to a method on the peripheral. Dario Nieuwenhuis 2023-10-07 01:46:57 +0200
  • 3e054a6f0d rp2040: implement BOOTSEL button support Scott Mansell 2023-09-23 17:34:47 +1200
  • c6d53e7bce rp2040: move in_ram helper outside of Flash's impl Scott Mansell 2023-09-23 17:34:08 +1200
  • 3bf8e4de5f
    Merge pull request #2015 from willglynn/stm32u5_faster_clocks Dario Nieuwenhuis 2023-10-06 23:38:15 +0000
  • 9090a78df4 ci: set target dir if not specified. Dario Nieuwenhuis 2023-10-07 01:33:43 +0200
  • 022d870d61 Add missing derive James Munns 2023-10-07 01:33:43 +0200
  • 534eb960e9 net: add support for dhcp hostname option. Dario Nieuwenhuis 2023-10-06 20:47:31 +0200
  • 7a2b8481f7
    Merge pull request #2021 from embassy-rs/stm32-mco Dario Nieuwenhuis 2023-10-06 23:31:32 +0000
  • 710874021a Implemented Pwm trait for complementary pwm from embedded_hal randi 2023-10-07 12:22:31 +1300
  • 3a8e0d4a27 stm32: implement MCO for all chips. Dario Nieuwenhuis 2023-10-07 01:15:24 +0200
  • b217d147de Implemented Pwm trait from embedded_hal randi 2023-10-07 11:57:19 +1300
  • 68c4820dde Add MCO support for stm32wl family shakencodes 2023-10-06 14:36:16 -0700
  • f30fc949ff
    Merge pull request #2012 from mattico/h7-rtc Dario Nieuwenhuis 2023-10-06 21:27:04 +0000
  • 75c1a9a3aa disable flaky f2 eth test Dario Nieuwenhuis 2023-10-06 23:25:39 +0200
  • 4075ac84e1 h7: enable rtc test Matt Ickstadt 2023-10-06 14:09:11 -0500
  • f01609036f h7: implement RTC and LSE clock configuration Matt Ickstadt 2023-10-03 16:45:05 -0500
  • 930b8f3495 Add some uncontroversial derives to Error types James Munns 2023-10-06 17:45:35 +0200
  • 38e7709a24 stm32: u5: implement >55 MHz clock speeds Will Glynn 2023-10-05 22:05:05 -0500
  • 65ed19aae2
    Merge pull request #2014 from bugadani/udp Ulf Lilleengen 2023-10-05 16:13:10 +0000
  • be9c05fbc9 Reexport IpListenEndpoint for TCP Dániel Buga 2023-10-05 17:02:25 +0200
  • 42176b1a3a
    Merge pull request #2013 from xoviat/opamp xoviat 2023-10-04 21:20:42 +0000
  • e1a0635ca3 stm32: update metapac and fix opamp ch xoviat 2023-10-04 16:15:08 -0500
  • b887b7516e
    Merge pull request #2011 from glaeqen/input-pin xoviat 2023-10-04 17:36:26 +0000
  • c6513f93fe stm32/gpio: Implement eh1::digital::InputPin for OutputOpenDrain Gabriel Górski 2023-10-04 18:20:25 +0200
  • d4b0b65189
    Merge 3b7fec6efc into 59f706ee2f xoviat 2023-10-03 23:00:01 +0000
  • 3b7fec6efc wip wpan xoviat 2023-10-03 17:59:49 -0500
  • 731df8be49 wip xoviat 2023-10-03 17:58:44 -0500
  • 2849bfcc6b wip xoviat 2023-10-03 17:57:12 -0500
  • a4b20fc943 wip xoviat 2023-10-03 17:49:18 -0500
  • 8bb48f3083 wip xoviat 2023-10-03 17:47:41 -0500
  • d7ce823d79 wpan: fix ipcc delay xoviat 2023-10-03 17:47:29 -0500
  • 59f706ee2f
    Merge pull request #2006 from embassy-rs/update-eio Dario Nieuwenhuis 2023-10-03 22:27:06 +0000
  • 2ece094ace ok William Yager 2023-10-03 18:24:46 -0400
  • ba7d74ac16 tests/stm32: increase tickrate for better precision. Dario Nieuwenhuis 2023-10-04 00:17:33 +0200
  • 0324cee0ca update embedded-io, embedded-nal-async. Dario Nieuwenhuis 2023-10-03 22:15:02 +0200
  • 8ac5c1a963
    Merge pull request #1973 from xoviat/opamp xoviat 2023-10-03 22:01:46 +0000
  • e7ab044935 ci: remove wpan tests again xoviat 2023-10-03 16:59:18 -0500
  • 0c4cddfafb Merge branch 'main' of github.com:embassy-rs/embassy into opamp xoviat 2023-10-03 16:44:44 -0500
  • e561e673c2 stm32: add opamp mod and update pac xoviat 2023-10-03 16:34:13 -0500
  • 09dfcd6b66
    Merge pull request #2008 from xoviat/wpan xoviat 2023-10-03 21:02:48 +0000
  • bb8a1b7f1f wpan: re-enable HIL tests xoviat 2023-10-03 15:53:22 -0500
  • b012a67df7
    Merge pull request #2007 from embassy-rs/unverbose Dario Nieuwenhuis 2023-10-03 20:28:44 +0000
  • 40f30fa4cd Remove a few ultra-verbose logs. Dario Nieuwenhuis 2023-10-03 22:22:16 +0200
  • a0311c6618 ok William Yager 2023-10-03 16:21:05 -0400
  • f197aa9419
    Merge pull request #2005 from embassy-rs/minor-doc-improvs Dario Nieuwenhuis 2023-10-03 19:37:39 +0000
  • 80a740bc72 docs: minor doc improvements and cleanup Ulf Lilleengen 2023-10-03 21:35:31 +0200
  • 9010bfe79b snpashot boot-hil Ulf Lilleengen 2023-10-03 21:00:59 +0200
  • ad524373ed
    Merge pull request #1926 from m5p3nc3r/async_dtr Dario Nieuwenhuis 2023-10-03 02:13:12 +0000
  • 9badf740d8
    Merge pull request #2001 from embassy-rs/stm32-more-hil Dario Nieuwenhuis 2023-10-03 02:07:00 +0000
  • 6e901846df
    Merge pull request #1995 from JuliDi/quadspi Dario Nieuwenhuis 2023-10-03 01:55:27 +0000
  • c0a6c78a14 stm32/hil: add f2, f3, f7, l49 Dario Nieuwenhuis 2023-10-03 01:42:46 +0200
  • 58280048e3
    Merge pull request #2002 from embassy-rs/fix-stop xoviat 2023-10-02 23:56:33 +0000
  • 00824af82b ci: remove wpan tests xoviat 2023-10-02 18:55:31 -0500
  • adf9ffb109 tests/stm32: use default clock config xoviat 2023-10-02 18:51:59 -0500
  • bc203ebe4b Merge branch 'main' of github.com:embassy-rs/embassy into fix-stop xoviat 2023-10-02 18:30:41 -0500
  • e042b3056d stm32: fix stop xoviat 2023-10-02 18:11:03 -0500
  • 1a3745b3c5 stm32: fix stop xoviat 2023-10-02 17:45:08 -0500
  • 9dc927250c
    Merge pull request #1959 from embassy-rs/test-eth Dario Nieuwenhuis 2023-10-02 20:41:31 +0000
  • b856d760f4 stm32/rcc: reset backup domain before enabling LSE. Dario Nieuwenhuis 2023-10-02 22:03:18 +0200
  • a742a80171
    Merge pull request #1999 from KingCol13/rp-wifi-examples-fixes Dario Nieuwenhuis 2023-10-02 20:07:45 +0000
  • a9dc887060 Added clarifying comment Dion Dokter 2023-10-02 21:41:30 +0200
  • 137e47f98d Do affect the frequency Dion Dokter 2023-10-02 21:14:44 +0200
  • 90ade1b311 Add wait for DHCP in rp wifi_tcp_server KingCol13 2023-10-02 20:10:52 +0100
  • a931dfd9ad Update firmware size in rp wifi examples KingCol13 2023-10-02 20:10:45 +0100
  • eff61648fe tests/stm32: add eth test. Dario Nieuwenhuis 2023-09-28 05:16:41 +0200
  • 9228a6334b
    Merge pull request #1996 from embassy-rs/update-nightly Dario Nieuwenhuis 2023-10-02 17:29:21 +0000
  • 3c9dfbbc9d enable wifi_esp_hosted_perf test, disable stm32f4 stop test. Dario Nieuwenhuis 2023-10-02 19:05:41 +0200
  • ce0add61f8
    Merge pull request #1997 from dzamlo/main Dario Nieuwenhuis 2023-10-02 15:31:13 +0000
  • bf6e06060b
    stm32: avoid useless endian conversion in rng Loïc Damien 2023-10-02 17:20:58 +0200
  • eb12114345 Remove impl_trait_projections. Dario Nieuwenhuis 2023-10-02 14:00:49 +0200
  • 4b252586e5 Update Nightly. Dario Nieuwenhuis 2023-10-02 13:51:13 +0200
  • 5f6a915a32
    Merge pull request #1994 from jcdickinson/pin_params Dario Nieuwenhuis 2023-10-02 10:44:19 +0000
  • 923f1851ee
    remove debug logging in build.rs JuliDi 2023-10-02 09:36:11 +0200
  • bd267a6479
    move stm32h7 specific import JuliDi 2023-10-02 09:34:59 +0200
  • f3aa0cfe5a
    remove debug code, add some comments JuliDi 2023-10-02 09:33:10 +0200
  • 6ea5aa347d
    feature-gate errata workaround for h7 JuliDi 2023-09-10 11:05:10 +0200
  • 8c13126cff
    make push/pull settings for pins explicit JuliDi 2023-09-07 20:22:33 +0200