Commit Graph

  • 3023e70ccf stm32: clenaup lp executor xoviat 2023-08-25 18:41:51 -0500
  • 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 +0200
  • a68c8ba507 Add pool_size change to changelog Dániel Buga 2023-08-25 23:30:23 +0200
  • 6a52d17ace Set release date, bump macros version Dániel Buga 2023-08-25 23:27:12 +0200
  • 8339423a2f
    Merge pull request #1821 from embassy-rs/net-ppp Dario Nieuwenhuis 2023-08-25 18:50:10 +0000
  • 295542f4d3
    Merge pull request #1792 from vDorst/adin1110-pr Dario Nieuwenhuis 2023-08-25 18:47:32 +0000
  • d812cc5745 net-ppp: add std example. Dario Nieuwenhuis 2023-08-25 19:49:43 +0200
  • 623f37a273 net-ppp: add callback for IP configuration. Dario Nieuwenhuis 2023-08-25 19:49:28 +0200
  • a026db3f57 net-ppp: use From and ? to handle write errors. Dario Nieuwenhuis 2023-08-25 16:04:22 +0200
  • c2d601abef net-ppp: take serial port and config in run(), allow calling it multiple times. Dario Nieuwenhuis 2023-08-25 15:57:02 +0200
  • 2303382dfd net-ppp: nicer processing loop structure that can't deadlock. Dario Nieuwenhuis 2023-08-25 15:39:25 +0200
  • aacf14b62a net-ppp: Add it. Dario Nieuwenhuis 2023-08-25 01:04:51 +0200
  • 100200d021 net-driver-channel: do not hardcode medium to ethernet. Dario Nieuwenhuis 2023-08-25 01:03:39 +0200
  • b5748524f8 net: improve error message on unsupported medium. Dario Nieuwenhuis 2023-08-25 01:03:24 +0200
  • 6d3377e6a6
    Merge pull request #1824 from embassy-rs/net-change-config Dario Nieuwenhuis 2023-08-25 18:35:14 +0000
  • cc8961034e net: allow changing IP config at runtime. Dario Nieuwenhuis 2023-08-25 19:48:45 +0200
  • 4c32ae485a
    Fix compilation error in cyw43 test. Frostie314159 2023-08-25 15:07:59 +0200
  • 3ba7d5b336
    Fix warnings in cyw43 events. Frostie314159 2023-08-25 14:55:44 +0200
  • 3e83b3bdea
    Introduce Type State based control. Frostie314159 2023-08-25 14:55:27 +0200
  • cda4047310 stm32: flesh out lp executor xoviat 2023-08-24 19:29:11 -0500
  • f033089625
    Merge pull request #3 from embassy-rs/main Tyler 2023-08-24 17:38:04 -0600
  • a9ba5145e2 blend firmware + HCI PRs together to call out design problem Brandon Ros 2023-08-24 14:23:57 -0400
  • 4d1de8766d vscode settings for rp Brandon Ros 2023-08-24 14:02:39 -0400
  • 4716d1ec68
    rename net_driver_channel stuff for clarity Brandon Ros 2023-08-24 09:58:53 -0400
  • 2a6b743b9e
    Merge pull request #1814 from xoviat/rtc-lp xoviat 2023-08-24 01:30:17 +0000
  • ecc305bbfe stm32: fix executor version xoviat 2023-08-23 20:28:41 -0500
  • 9c94eac919 Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp xoviat 2023-08-23 20:27:23 -0500
  • 00aadf6085 stm32/lp: pipe through lp ready xoviat 2023-08-23 20:22:11 -0500
  • 83f224e140 stm32/lp: add refcount xoviat 2023-08-23 20:18:34 -0500
  • e987259716 rtc: cleanup xoviat 2023-08-23 20:01:35 -0500
  • fc04d2a33c rtc: get wakup irq working xoviat 2023-08-23 19:52:32 -0500
  • 1d4d11ba25 refactor write_fifo(), don´t copy frame data René van Dorst 2023-08-24 00:40:01 +0200
  • 5f5e3bcd18 Replace size_align_u32() with next_multiple_of() René van Dorst 2023-08-21 20:58:26 +0200
  • 4b6045d446 Remove the SPI::Error as a generic parameter. René van Dorst 2023-08-21 20:53:17 +0200
  • ca588f901f add embassy-net-adin1110 to .github/ci/doc.sh René van Dorst 2023-08-21 20:44:42 +0200
  • 681165e84c add embassy-net-adin1110 to .github/ci/test.sh René van Dorst 2023-08-20 23:26:22 +0200
  • 0a7c061ddc rustfmt René van Dorst 2023-08-20 22:20:47 +0200
  • 1ded213ae9 remove the type_alias_impl_trait feature René van Dorst 2023-08-20 21:27:19 +0200
  • 0e9524de62 more clippy fixes René van Dorst 2023-08-20 21:26:43 +0200
  • e082cd0cda Remove unneeded files. René van Dorst 2023-08-20 21:21:33 +0200
  • 10bf33dcac Fix linting. René van Dorst 2023-08-20 16:28:57 +0200
  • 46ddf7013a update README.md after review René van Dorst 2023-08-18 23:08:51 +0200
  • 577d644e22 fix warning René van Dorst 2023-08-18 00:46:58 +0200
  • 2cf6a59114 stm32l4: Add EVAL-ADIN1110EBZ example with basic http server René van Dorst 2023-08-24 00:45:15 +0200
  • e19f7d9a76 Add embassy-net-adin1110 René van Dorst 2023-08-18 00:01:13 +0200
  • 17da2bdf44 cyw43: hci outline Brandon Ros 2023-08-23 17:41:21 -0400
  • bed1f07c15
    Merge pull request #1817 from bugadani/executor-release Ulf Lilleengen 2023-08-23 19:05:50 +0000
  • a2c718f61c Bump executor crate version to 0.3.0 Dániel Buga 2023-08-23 20:34:37 +0200
  • 0568738f77
    Merge pull request #1815 from embassy-rs/esp-hosted-oopsie Dario Nieuwenhuis 2023-08-23 09:42:32 +0000
  • a6d22e199a net-esp-hosted: fix set link down on disconnect. Dario Nieuwenhuis 2023-08-23 11:37:50 +0200
  • 1ea4c58c39 stm32: impl. draft cfgr pwr xoviat 2023-08-22 20:00:00 -0500
  • 34a7853076 spellout HIL test? Brandon Ros 2023-08-22 19:51:33 -0400
  • 914dcba4d7 cyw43_perf firmware lengths Brandon Ros 2023-08-22 19:50:12 -0400
  • 1725bdd56e rename to read_firmware_patch_line Brandon Ros 2023-08-22 19:37:17 -0400
  • fe4fc5663d put the more flexible way of parsing firmware back Brandon Ros 2023-08-22 19:35:48 -0400
  • 60ac9c80a8 get rid of unneded uselees backplane window check Brandon Ros 2023-08-22 18:57:43 -0400
  • 3c487fbbb4 more linting Brandon Ros 2023-08-22 18:56:25 -0400
  • 6b2c3f5b16 get rid of logs that work for defmt but not ci Brandon Ros 2023-08-22 18:55:21 -0400
  • b784e60c50 do not set_window back to CHIPCOMMON_BASE_ADDRESS Brandon Ros 2023-08-22 18:53:33 -0400
  • 16054e1f1e cleanup 0x180000000 const Brandon Ros 2023-08-22 18:51:56 -0400
  • 0bcc8b10d5 non breaking API? Brandon Ros 2023-08-22 18:47:20 -0400
  • 74a2af85d1 lint Brandon Ros 2023-08-22 18:42:09 -0400
  • 058c10f3e9 cleanup consts Brandon Ros 2023-08-22 18:41:48 -0400
  • 145a5cb762 lint Brandon Ros 2023-08-22 18:33:43 -0400
  • ecda081895 leave memory.x alone Brandon Ros 2023-08-22 18:33:02 -0400
  • faab2d0d53 stm32: add executor to low-power mod xoviat 2023-08-22 17:31:40 -0500
  • 68aa58bbed fix write32_swapped func Brandon Ros 2023-08-22 18:31:30 -0400
  • f0ab990058 debug! over defmt::debug! Brandon Ros 2023-08-22 18:30:21 -0400
  • 57330f3aa5 bluetooth blinky example Brandon Ros 2023-08-22 18:26:59 -0400
  • 6d35bcc3d9 stm32: add low-power mod xoviat 2023-08-22 17:00:00 -0500
  • 7d6edd7b15 Merge branch 'main' of https://github.com/embassy-rs/embassy into rtc-lp xoviat 2023-08-22 16:58:43 -0500
  • 9e3266b745 rtc: make fns private xoviat 2023-08-22 16:58:19 -0500
  • 7bff2ebab3
    Merge pull request #1766 from xoviat/rtc-w xoviat 2023-08-22 21:50:53 +0000
  • 048bdf6968 stm32/rtc: allow dead code xoviat 2023-08-22 16:48:08 -0500
  • b3212ae383
    Merge pull request #1763 from rubdos/sender-receiver-with-ctx Dario Nieuwenhuis 2023-08-22 21:25:29 +0000
  • b436aad2a0
    Merge pull request #1810 from soypat/write_wlan-fix Dario Nieuwenhuis 2023-08-22 21:20:59 +0000
  • 31c5bdfa29
    Merge pull request #1812 from bugadani/storage Dario Nieuwenhuis 2023-08-22 21:14:29 +0000
  • 906ab06a6e
    Merge pull request #1813 from diondokter/stm32-brr-u32 Dario Nieuwenhuis 2023-08-22 19:56:04 +0000
  • a5484cd119 Modified the brr calculation to be fully 32-bit Dion Dokter 2023-08-22 20:52:02 +0200
  • c39671266e
    Deprecate *recv* in favor of *receive* Ruben De Smet 2023-08-11 11:58:22 +0200
  • 8878ce046c rtc: fix rtcinstant delay computation xoviat 2023-08-21 18:33:10 -0500
  • 5bfddfc9b6 stm32/rcc: add rtc to f410 xoviat 2023-08-21 18:10:10 -0500
  • 7148397771 stm32/rtc: misc fixes xoviat 2023-08-21 18:00:49 -0500
  • 8c12453544 stm32/rcc: set rtc clock on f4 xoviat 2023-08-21 17:50:18 -0500
  • f723982bec rtc: impl. draft rtcinstant api xoviat 2023-08-21 17:44:38 -0500
  • bd3335c127 same ol BT_CTRL_REG_ADDR = 8fc0f42a error Brandon Ros 2023-08-21 15:12:45 -0400
  • 6a4300993c firmware is losing its length? Brandon Ros 2023-08-21 15:01:38 -0400
  • 90feeb1671 changelog Brandon Ros 2023-08-21 14:32:01 -0400
  • 71a3d09419 different bluetooth firmware upload process Brandon Ros 2023-08-21 14:28:39 -0400
  • 0a73c84df0 Make AvailableTask public, deduplicate Dániel Buga 2023-08-21 13:55:30 +0200
  • 61f16b3de7 Add SpawnToken::is_success Dániel Buga 2023-08-21 12:47:28 +0200
  • 977ae5e3e4 don't pay for what you don't use soypat 2023-08-20 20:01:47 -0300
  • b6b20eda8c try to match C as closely as possible Brandon Ros 2023-08-20 18:22:06 -0400
  • 861f3566e8 lint Brandon Ros 2023-08-20 18:11:49 -0400
  • 8d588f0abd cyw43: bluetooth module that almost works Brandon Ros 2023-08-20 18:10:57 -0400
  • 09f5ec3e7d validate actual firmware from file Brandon Ros 2023-08-20 16:22:15 -0400
  • 1e9db3bcc3 moving filenames around Brandon Ros 2023-08-20 16:07:42 -0400
  • c97cb6c652 add firmware files to see if it triggers specific test Brandon Ros 2023-08-20 16:06:46 -0400
  • 57126f76b8
    assert Brandon Ros 2023-08-20 16:02:29 -0400
  • 1ef0043a3d
    lint Brandon Ros 2023-08-20 16:00:39 -0400