Commit Graph

  • cd92bc3145
    Merge pull request #2060 from xoviat/rcc xoviat 2023-10-15 04:37:36 +00:00
  • 4a156df7a1 stm32: expand rcc mux to g4 and h7 xoviat 2023-10-14 23:33:57 -05:00
  • c46e758e2c
    Merge pull request #2063 from embassy-rs/rcc-no-spaghetti Dario Nieuwenhuis 2023-10-15 01:12:46 +00:00
  • 8a10948ce9 stm32/rcc: port L4 to the "flattened" API like h5/h7. Dario Nieuwenhuis 2023-10-15 03:08:14 +02:00
  • 7045c53170
    Merge pull request #2061 from adamgreig/timer-helpers Dario Nieuwenhuis 2023-10-15 00:34:59 +00:00
  • 0621e957a0
    time: Update examples, tests, and other code to use new Timer::after_x convenience methods Adam Greig 2023-10-15 00:57:25 +01:00
  • a818f33658
    Merge pull request #2062 from embassy-rs/rcc-no-spaghetti Dario Nieuwenhuis 2023-10-15 01:49:01 +02:00
  • 3bfbf2697f stm32/rcc: remove unused lse/lsi fields in h7 Dario Nieuwenhuis 2023-10-15 01:48:27 +02:00
  • 7559f9e583
    time: Update documentation to use new after_x convenience methods Adam Greig 2023-10-15 00:45:42 +01:00
  • c8fdbe19f9
    time: Add convenience methods for Timer::after_secs/millis/micros/ticks Adam Greig 2023-10-15 00:31:32 +01:00
  • 2e50bf667a
    Merge pull request #2055 from kalkyl/usb-midi Dario Nieuwenhuis 2023-10-14 23:10:25 +00:00
  • ba62037642
    Merge pull request #2058 from xoviat/rcc xoviat 2023-10-14 17:57:44 +00:00
  • 824556c9c8 rcc: remove mux_prefix from clocks xoviat 2023-10-14 12:51:45 -05:00
  • f7c0ec66d2
    Merge pull request #2057 from bugadani/dns Dario Nieuwenhuis 2023-10-14 14:17:54 +00:00
  • 69bb455c60 Wake stack's task after queueing a DNS query Dániel Buga 2023-10-14 13:35:53 +02:00
  • 575db17264
    Merge pull request #2053 from jr-oss/fix_stm32_advanced_timer_enable_output xoviat 2023-10-14 04:09:57 +00:00
  • 0aa99e66f7
    Merge pull request #2054 from xoviat/rcc-mux xoviat 2023-10-14 04:07:38 +00:00
  • 3264941c1b rcc mux: update metapac xoviat 2023-10-13 23:06:32 -05:00
  • a57d383b1d embassy-usb: Add MIDI class kalkyl 2023-10-14 04:20:59 +02:00
  • 9a7fda87b0 STM32: timer enable_output does not take bool, but just enables the output Ralf 2023-10-13 18:50:54 +02:00
  • adc810d24b STM32: Fix regression in advanced timer to enable output of PWM signal by partly reverting commit 74eb519 Ralf 2023-10-13 17:38:40 +02:00
  • 75baf186f3
    Merge pull request #2051 from MabezDev/stm32/set_config-concrete Dario Nieuwenhuis 2023-10-12 22:06:29 +00:00
  • a6bbb130c5 make set_config concrete methods public again Scott Mabin 2023-10-12 22:57:44 +01:00
  • d1ac6d2824
    Merge pull request #2050 from embassy-rs/remove-unused-rb Ulf Lilleengen 2023-10-12 19:13:12 +00:00
  • 636958ff70 fix: correct name in readme Ulf Lilleengen 2023-10-12 20:54:38 +02:00
  • 7f6fe93f55 fix: remove unused ringbuffer code Ulf Lilleengen 2023-10-12 20:54:26 +02:00
  • e9b1904db8
    Merge pull request #2049 from bugadani/time embassy-time-v0.1.4 Dario Nieuwenhuis 2023-10-12 16:40:40 +00:00
  • 02d2c06b23 Release embassy-time 0.1.4 Dániel Buga 2023-10-12 18:10:34 +02:00
  • debda2f52c
    Merge pull request #2045 from embassy-rs/stm32-cs-spam Dario Nieuwenhuis 2023-10-12 14:29:23 +00:00
  • 97ca0e77bf stm32: avoid creating many tiny critical sections in init. stm32-cs-spam Dario Nieuwenhuis 2023-10-12 00:34:47 +02:00
  • 66e399b5c6
    Merge pull request #2035 from pbert519/stm_reset_and_enable Dario Nieuwenhuis 2023-10-12 14:09:13 +00:00
  • 01eb1a7339
    Merge pull request #2033 from andresovela/stm32-add-timeout-to-i2c Ulf Lilleengen 2023-10-12 10:44:27 +00:00
  • f0d6ee69bc Add some builds without time feature to CI Andres Oliva 2023-10-12 11:25:44 +02:00
  • 65f81a1f57 Remove critical section for reset pbert 2023-10-12 10:50:47 +02:00
  • ecdd7c0e2f enable clock first pbert 2023-10-11 21:38:41 +02:00
  • d7d79f3068 Remove workaround for adc v3 pbert 2023-10-11 19:17:30 +02:00
  • f65a96c541 STM32: combine RccPeripherals reset() and enable() to reset_and_enable() pbert 2023-10-11 18:06:43 +02:00
  • eb368f77a4
    Merge pull request #2023 from xoviat/rcc-mux xoviat 2023-10-12 02:01:27 +00:00
  • 57ccc1051a stm32: add initial rcc mux for h5 xoviat 2023-10-11 20:59:47 -05:00
  • c8aa9c3b98 wip rcc-mux xoviat 2023-10-11 20:53:33 -05:00
  • 7810ef1c5e wip xoviat 2023-10-11 20:22:00 -05:00
  • c1dc1741f6 wip xoviat 2023-10-11 20:21:32 -05:00
  • 6deec1b853 wip xoviat 2023-10-11 20:17:47 -05:00
  • ba5b5e98fe wip xoviat 2023-10-11 20:15:43 -05:00
  • 158aeac438 wip xoviat 2023-10-11 20:12:13 -05:00
  • f27c929cb8 wip xoviat 2023-10-11 19:59:42 -05:00
  • 0d0fbe957e Merge branch 'rcc-mux' of github.com:xoviat/embassy; branch 'main' of github.com:embassy-rs/embassy into rcc-mux xoviat 2023-10-11 19:58:38 -05:00
  • e1a1c51d00 remove disable variant xoviat 2023-10-11 19:35:45 -05:00
  • ac84631a2a
    Merge pull request #2046 from embassy-rs/stm32-remove-polyfill Dario Nieuwenhuis 2023-10-12 00:14:02 +00:00
  • 70a91945fc stm32: remove atomic-polyfill. stm32-remove-polyfill Dario Nieuwenhuis 2023-10-12 01:16:42 +02:00
  • 32b89eeba1 net: remove atomic-polyfill. Dario Nieuwenhuis 2023-10-12 01:35:23 +02:00
  • 063e6f96da Remove outdated comment Andres Oliva 2023-10-11 23:56:21 +02:00
  • 4cec4b0548 Remove more unused stuff Andres Oliva 2023-10-11 23:52:26 +02:00
  • e6c47c3718 cargo fmt Andres Oliva 2023-10-11 23:47:24 +02:00
  • 2f7c2750d1 Feature guarded more unused stuff Andres Oliva 2023-10-11 23:45:47 +02:00
  • 032b1f2d59 Fix some issues with unused stuff Andres Oliva 2023-10-11 23:42:40 +02:00
  • f76d50e837 cfg! macro didn't work, had to duplicate functions with different guards Andres Oliva 2023-10-11 23:39:24 +02:00
  • ee5ea7aa06 cargo fmt Andres Oliva 2023-10-11 23:34:02 +02:00
  • 251d004708 Try using cfg! macro Andres Oliva 2023-10-11 23:32:40 +02:00
  • cd68f85501 Added guards to individual APIs Andres Oliva 2023-10-11 23:25:13 +02:00
  • eba55543be f0 blinky in 3084 bytes unbloat Dario Nieuwenhuis 2023-10-11 23:21:28 +02:00
  • b6c0ddb7df Move the feature gates to the i2c module instead of the pub use statement Andres Oliva 2023-10-11 23:05:12 +02:00
  • ee93bbf1d4 Gate pub use _version::* Andres Oliva 2023-10-11 22:45:54 +02:00
  • 7b1cd42936 Add time feature to CI Andres Oliva 2023-10-11 22:20:27 +02:00
  • 1cd3ae9bd5 Add comment about feature gate on I2C mod Andres Oliva 2023-10-11 22:20:17 +02:00
  • bfcca79c1e Add time feature back and gate i2c on time Andres Oliva 2023-10-11 22:12:03 +02:00
  • c283e2d1b9
    Merge pull request #2044 from embassy-rs/stm32-pac-pll-enums Dario Nieuwenhuis 2023-10-11 11:42:27 +00:00
  • 4a43cd3982 stm32/rcc: LSE xtal is 32768hz, not 32000hz. stm32-pac-pll-enums Dario Nieuwenhuis 2023-10-11 13:39:04 +02:00
  • 0dda888c95
    Merge pull request #2041 from embassy-rs/stm32-pac-pll-enums Dario Nieuwenhuis 2023-10-11 02:18:24 +00:00
  • b91d1eaca0 stm32/rcc: add LSE/LSI to all chips, add RTC to more chips. Dario Nieuwenhuis 2023-10-11 03:53:27 +02:00
  • 5a19d18b9c
    Merge pull request #2039 from jcdickinson/rp-i2c-stop-restart Dario Nieuwenhuis 2023-10-11 00:40:59 +00:00
  • ed7b6056a6
    Merge pull request #2038 from jcdickinson/rp-i2c-slew Dario Nieuwenhuis 2023-10-11 00:38:13 +00:00
  • 322f9cb153
    fix (rp i2c): fix restart/stop flags for i2c master methods Jonathan Dickinson 2023-10-10 20:24:38 -04:00
  • 3ec4e6320a
    fix (rp i2c): set i2c slew rate to spec value Jonathan Dickinson 2023-10-10 20:14:09 -04:00
  • 233aa1b53a
    Merge pull request #2037 from embassy-rs/stm32-pac-pll-enums Dario Nieuwenhuis 2023-10-10 23:37:10 +00:00
  • 21915a9a3f stm32/rcc: unify L0 and L1. Dario Nieuwenhuis 2023-10-11 01:08:01 +02:00
  • d0d0ceec6a stm32/rcc: rename HSE32 to HSE Dario Nieuwenhuis 2023-10-11 01:01:27 +02:00
  • 9be61a2967
    Merge pull request #2036 from embassy-rs/stm32-pac-pll-enums Dario Nieuwenhuis 2023-10-10 22:24:08 +00:00
  • 0cfa8d1bb5 stm32/rcc: use more PLL etc enums from PAC. Dario Nieuwenhuis 2023-10-11 00:12:33 +02:00
  • cd12c9cbce stm32: add timeout to I2C driver Andres Oliva 2023-10-10 18:10:53 +02:00
  • eff73d6dfa
    Merge pull request #2032 from andresv/stm32-check-flash-lock-before-unlocking Dario Nieuwenhuis 2023-10-10 10:12:55 +00:00
  • 3616d68aaa stm32 flash: check lock bit before unlocking Andres Vahter 2023-10-10 12:48:21 +03:00
  • 904f1cfc7a
    Merge pull request #2028 from glaeqen/stm32-eth-station-management xoviat 2023-10-10 01:50:45 +00:00
  • e25c7c23d0 wip xoviat 2023-10-09 20:49:44 -05:00
  • 4ee39f6dce Merge branch 'main' of github.com:embassy-rs/embassy into rcc-mux xoviat 2023-10-09 20:10:16 -05:00
  • e62bf6a9fd Patch tests & examples Gabriel Górski 2023-10-09 12:00:23 +02:00
  • 7526b8edba stm32/eth: Move phy_addr from Ethernet to PHY Gabriel Górski 2023-10-06 17:45:04 +02:00
  • 0c97ce2fcc fixed rp adc tests Ilya Epifanov 2023-10-09 11:00:40 +02:00
  • 62d6bb6c8a added sampling frequency setting to adc capture methods on rp2040 Ilya Epifanov 2023-10-06 14:29:12 +02:00
  • c3ef98a73d
    Merge pull request #2026 from embassy-rs/stm32-pac-pll-enums Dario Nieuwenhuis 2023-10-09 00:58:22 +00:00
  • 6186fe0807 stm32/rcc: use PLL enums from PAC. Dario Nieuwenhuis 2023-10-09 02:48:22 +02:00
  • c4cff0b79b
    Merge pull request #2025 from xoviat/update-pac xoviat 2023-10-08 23:35:14 +00:00
  • 2e5ab7981e stm32: update metapac xoviat 2023-10-08 18:27:36 -05:00
  • a4b6bc31f8 wip xoviat 2023-10-08 18:26:27 -05:00
  • 2ae9d28d47 wip xoviat 2023-10-07 09:34:12 -05:00
  • 1457b53e48 wip xoviat 2023-10-07 09:31:09 -05:00
  • 9d311121f2
    Merge pull request #2022 from HelloWorldTeraByte/impl-pwm-trait Dario Nieuwenhuis 2023-10-07 00:35:05 +00:00
  • 25c3754cd2
    Merge pull request #2019 from embassy-rs/net-hostname Dario Nieuwenhuis 2023-10-07 00:17:35 +00:00
  • 85c6f23dcb
    Merge pull request #2018 from jamesmunns/add-derives Dario Nieuwenhuis 2023-10-07 00:03:10 +00:00
  • 9c6a2d9cbd
    Merge pull request #1880 from phire/rp_bootsel Dario Nieuwenhuis 2023-10-06 23:56:00 +00:00