Commit Graph

  • d02886786e Show the error type René van Dorst 2023-08-28 19:00:00 +02:00
  • 2db4d01198 Merge branch 'embassy-rs:main' into adin1110-part2 René van Dorst 2023-08-28 16:45:17 +00:00
  • a36ee75d19 Merge pull request #1836 from jessebraham/feature/release embassy-time-v0.1.3 Dario Nieuwenhuis 2023-08-28 15:05:11 +00:00
  • 1f63bf4153 Release embassy-time v0.1.3 Jesse Braham 2023-08-28 08:00:18 -07:00
  • fd739250ea stm32: fix wait for RNG data Olle Sandberg 2023-08-28 11:27:56 +02:00
  • 71c4e7e4d2 Fix timing on RP2040 pio_ws2812.rs example Dave Andersen 2023-08-27 22:39:44 -04:00
  • 2c80784fe6 stm32/rtc: feature-gate instant xoviat 2023-08-27 21:26:29 -05:00
  • 538001a4bc stm32/rtc: fix psc div xoviat 2023-08-27 21:24:16 -05:00
  • e981cd4968 stm32: fix rtc wakeup timing and add dbg xoviat 2023-08-27 21:15:57 -05:00
  • 91bb3aae3f stm32l4: bump embassy-net-adin1110 to v0.2.0 René van Dorst 2023-08-28 00:03:50 +02:00
  • e08dbcd027 embassy-net-adin1110: bump version v0.2.0 René van Dorst 2023-08-28 00:02:09 +02:00
  • 5c27265a21 Add fmt.rs to improve log/debug and embbed and PC René van Dorst 2023-08-27 23:36:16 +02:00
  • 2c36199dea stm32l4: Update adin1110 example add FCS option René van Dorst 2023-08-27 13:47:02 +02:00
  • 13a0be6289 Validate FCS in fifo_read() and refactor tests. René van Dorst 2023-08-26 01:29:06 +02:00
  • 9f928010a8 stm32/rtc: use psc to compute instants xoviat 2023-08-27 16:06:33 -05:00
  • 88146eb53e Merge pull request #1830 from xoviat/rtc xoviat 2023-08-27 20:26:41 +00:00
  • 326e78757b rustfmt xoviat 2023-08-27 15:25:12 -05:00
  • f77a7fe4bf Merge branch 'main' of https://github.com/aidant/embassy into rtc xoviat 2023-08-27 15:23:25 -05:00
  • cbc92dce05 stm32/bd: fix errors xoviat 2023-08-27 15:18:34 -05:00
  • 531f51d0eb rcc/bd: consolidate mod xoviat 2023-08-27 15:01:09 -05:00
  • f28ab18d7b stm32: fix l4 re-export xoviat 2023-08-27 09:50:02 -05:00
  • 3bf6081eb5 stm32: fix wl re-export xoviat 2023-08-27 09:41:31 -05:00
  • fb942e6675 stm32: re-export rtcclocksource xoviat 2023-08-27 09:25:14 -05:00
  • 10ea068027 stm32/bd: allow dead code xoviat 2023-08-27 09:12:04 -05:00
  • 4caa8497fc stm32: extract backupdomain into mod xoviat 2023-08-27 09:07:34 -05:00
  • 48085939e7 stm32/rcc: rename common to bus xoviat 2023-08-27 08:35:13 -05:00
  • 7f7256050c Don't let the MAC add FCS when it is done by app René van Dorst 2023-08-26 00:21:01 +02:00
  • 4b6538c8a8 Fix read_fifo() better readout and more checks René van Dorst 2023-08-25 23:39:32 +02:00
  • db6f9afa2e fix hanging on rtc example aidant 2023-08-27 18:37:10 +10:00
  • 59a5e84df5 fix day of the week conversion aidant 2023-08-27 18:36:35 +10:00
  • 13f0501673 Merge pull request #1822 from xoviat/rtc-lp xoviat 2023-08-27 01:47:46 +00:00
  • 94de1a5353 stm32: feature-gate wakeup alarm xoviat 2023-08-26 20:40:21 -05:00
  • db71887817 tests/stm32: add stop and cleanpu xoviat 2023-08-26 20:37:01 -05:00
  • 1e430f7413 stm32: complete stop impl. xoviat 2023-08-26 20:31:12 -05:00
  • 2897670f24 stm32: get the basic lp working xoviat 2023-08-26 19:23:25 -05:00
  • ca738d6c99 Merge pull request #1826 from bugadani/warn Dario Nieuwenhuis 2023-08-26 11:05:03 +00:00
  • d33246b072 Add new feature/arch combinations to executor CI check Dániel Buga 2023-08-26 12:40:57 +02:00
  • 54e2e17520 Avoid dead code warning Dániel Buga 2023-08-26 05:43:16 +02:00
  • 3023e70ccf stm32: clenaup lp executor xoviat 2023-08-25 18:41:51 -05:00
  • f8299d10f7 Prepare executor and macros for release (#1825) embassy-macros-v0.2.1 embassy-executor-v0.3.0 Dániel Buga 2023-08-25 23:32:00 +02:00
  • 8339423a2f Merge pull request #1821 from embassy-rs/net-ppp Dario Nieuwenhuis 2023-08-25 18:50:10 +00:00
  • 295542f4d3 Merge pull request #1792 from vDorst/adin1110-pr Dario Nieuwenhuis 2023-08-25 18:47:32 +00:00
  • d812cc5745 net-ppp: add std example. Dario Nieuwenhuis 2023-08-25 19:49:43 +02:00
  • 623f37a273 net-ppp: add callback for IP configuration. Dario Nieuwenhuis 2023-08-25 19:49:28 +02:00
  • a026db3f57 net-ppp: use From and ? to handle write errors. Dario Nieuwenhuis 2023-08-25 16:04:22 +02:00
  • c2d601abef net-ppp: take serial port and config in run(), allow calling it multiple times. Dario Nieuwenhuis 2023-08-25 15:57:02 +02:00
  • 2303382dfd net-ppp: nicer processing loop structure that can't deadlock. Dario Nieuwenhuis 2023-08-25 15:39:25 +02:00
  • aacf14b62a net-ppp: Add it. Dario Nieuwenhuis 2023-08-25 01:04:51 +02:00
  • 100200d021 net-driver-channel: do not hardcode medium to ethernet. Dario Nieuwenhuis 2023-08-25 01:03:39 +02:00
  • b5748524f8 net: improve error message on unsupported medium. Dario Nieuwenhuis 2023-08-25 01:03:24 +02:00
  • 6d3377e6a6 Merge pull request #1824 from embassy-rs/net-change-config Dario Nieuwenhuis 2023-08-25 18:35:14 +00:00
  • cc8961034e net: allow changing IP config at runtime. Dario Nieuwenhuis 2023-08-25 19:48:45 +02:00
  • cda4047310 stm32: flesh out lp executor xoviat 2023-08-24 19:29:11 -05:00
  • f033089625 Merge pull request #3 from embassy-rs/main Tyler 2023-08-24 17:38:04 -06:00
  • 2a6b743b9e Merge pull request #1814 from xoviat/rtc-lp xoviat 2023-08-24 01:30:17 +00:00
  • ecc305bbfe stm32: fix executor version xoviat 2023-08-23 20:28:41 -05:00
  • 9c94eac919 Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp xoviat 2023-08-23 20:27:23 -05:00
  • 00aadf6085 stm32/lp: pipe through lp ready xoviat 2023-08-23 20:22:11 -05:00
  • 83f224e140 stm32/lp: add refcount xoviat 2023-08-23 20:18:34 -05:00
  • e987259716 rtc: cleanup xoviat 2023-08-23 20:01:35 -05:00
  • fc04d2a33c rtc: get wakup irq working xoviat 2023-08-23 19:52:32 -05:00
  • 1d4d11ba25 refactor write_fifo(), don´t copy frame data René van Dorst 2023-08-24 00:40:01 +02:00
  • 5f5e3bcd18 Replace size_align_u32() with next_multiple_of() René van Dorst 2023-08-21 20:58:26 +02:00
  • 4b6045d446 Remove the SPI::Error as a generic parameter. René van Dorst 2023-08-21 20:53:17 +02:00
  • ca588f901f add embassy-net-adin1110 to .github/ci/doc.sh René van Dorst 2023-08-21 20:44:42 +02:00
  • 681165e84c add embassy-net-adin1110 to .github/ci/test.sh René van Dorst 2023-08-20 23:26:22 +02:00
  • 0a7c061ddc rustfmt René van Dorst 2023-08-20 22:20:47 +02:00
  • 1ded213ae9 remove the type_alias_impl_trait feature René van Dorst 2023-08-20 21:27:19 +02:00
  • 0e9524de62 more clippy fixes René van Dorst 2023-08-20 21:26:43 +02:00
  • e082cd0cda Remove unneeded files. René van Dorst 2023-08-20 21:21:33 +02:00
  • 10bf33dcac Fix linting. René van Dorst 2023-08-20 16:28:57 +02:00
  • 46ddf7013a update README.md after review René van Dorst 2023-08-18 23:08:51 +02:00
  • 577d644e22 fix warning René van Dorst 2023-08-18 00:46:58 +02:00
  • 2cf6a59114 stm32l4: Add EVAL-ADIN1110EBZ example with basic http server René van Dorst 2023-08-24 00:45:15 +02:00
  • e19f7d9a76 Add embassy-net-adin1110 René van Dorst 2023-08-18 00:01:13 +02:00
  • bed1f07c15 Merge pull request #1817 from bugadani/executor-release Ulf Lilleengen 2023-08-23 19:05:50 +00:00
  • a2c718f61c Bump executor crate version to 0.3.0 Dániel Buga 2023-08-23 20:34:37 +02:00
  • 0568738f77 Merge pull request #1815 from embassy-rs/esp-hosted-oopsie Dario Nieuwenhuis 2023-08-23 09:42:32 +00:00
  • a6d22e199a net-esp-hosted: fix set link down on disconnect. Dario Nieuwenhuis 2023-08-23 11:37:50 +02:00
  • 1ea4c58c39 stm32: impl. draft cfgr pwr xoviat 2023-08-22 20:00:00 -05:00
  • faab2d0d53 stm32: add executor to low-power mod xoviat 2023-08-22 17:31:40 -05:00
  • 6d35bcc3d9 stm32: add low-power mod xoviat 2023-08-22 17:00:00 -05:00
  • 7d6edd7b15 Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp xoviat 2023-08-22 16:58:43 -05:00
  • 9e3266b745 rtc: make fns private xoviat 2023-08-22 16:58:19 -05:00
  • 7bff2ebab3 Merge pull request #1766 from xoviat/rtc-w xoviat 2023-08-22 21:50:53 +00:00
  • 048bdf6968 stm32/rtc: allow dead code xoviat 2023-08-22 16:48:08 -05:00
  • b3212ae383 Merge pull request #1763 from rubdos/sender-receiver-with-ctx Dario Nieuwenhuis 2023-08-22 21:25:29 +00:00
  • b436aad2a0 Merge pull request #1810 from soypat/write_wlan-fix Dario Nieuwenhuis 2023-08-22 21:20:59 +00:00
  • 31c5bdfa29 Merge pull request #1812 from bugadani/storage Dario Nieuwenhuis 2023-08-22 21:14:29 +00:00
  • 906ab06a6e Merge pull request #1813 from diondokter/stm32-brr-u32 Dario Nieuwenhuis 2023-08-22 19:56:04 +00:00
  • a5484cd119 Modified the brr calculation to be fully 32-bit Dion Dokter 2023-08-22 20:52:02 +02:00
  • c39671266e Deprecate *recv* in favor of *receive* Ruben De Smet 2023-08-11 11:58:22 +02:00
  • 8878ce046c rtc: fix rtcinstant delay computation xoviat 2023-08-21 18:33:10 -05:00
  • 5bfddfc9b6 stm32/rcc: add rtc to f410 xoviat 2023-08-21 18:10:10 -05:00
  • 7148397771 stm32/rtc: misc fixes xoviat 2023-08-21 18:00:49 -05:00
  • 8c12453544 stm32/rcc: set rtc clock on f4 xoviat 2023-08-21 17:50:18 -05:00
  • f723982bec rtc: impl. draft rtcinstant api xoviat 2023-08-21 17:44:38 -05:00
  • 0a73c84df0 Make AvailableTask public, deduplicate Dániel Buga 2023-08-21 13:55:30 +02:00
  • 977ae5e3e4 don't pay for what you don't use soypat 2023-08-20 20:01:47 -03:00
  • 2687008242 Merge pull request #1805 from embassy-rs/update-nightly-6 Dario Nieuwenhuis 2023-08-20 09:05:14 +00:00