Commit Graph

  • 809d3476aa wpan: further optimize mac event xoviat 2023-07-20 16:45:04 -0500
  • 4d1d125f41
    Merge pull request #1673 from pennae/rp-disable-adc Dario Nieuwenhuis 2023-07-20 14:21:40 +0000
  • 4d6b3c57b1 rp: fix multicore stack guard setup pennae 2023-07-20 16:08:59 +0200
  • a3d4ae85b0 rp: disable adc hardware on Adc drop pennae 2023-07-20 15:48:59 +0200
  • 02d57afd51 rustfmt xoviat 2023-07-19 17:52:07 -0500
  • 28254842db - optimize event to parse opcode only once - optimze channels - return mut ref for smoltcp rx xoviat 2023-07-19 17:49:08 -0500
  • 3382ca1a54
    Merge pull request #1667 from quentinmit/nrf-pdm Dario Nieuwenhuis 2023-07-19 10:15:39 +0000
  • 07a9a4ffd8
    Merge pull request #1671 from alepez/uart-swap Dario Nieuwenhuis 2023-07-19 10:12:49 +0000
  • 36ff688fab stm32/uart: optimize swap_rx_tx Alessandro Pezzato 2023-07-19 10:50:40 +0200
  • 3df2c71e6c stm32/uart: add swap_rx_tx Alessandro Pezzato 2023-07-18 22:24:52 +0200
  • ca1d4179a7 wpan: implement initial event loop xoviat 2023-07-18 20:52:03 -0500
  • 890d113b85 wpan: fully implement initial draft concept xoviat 2023-07-18 18:28:12 -0500
  • 7555a1e302 cargo fmt Quentin Smith 2023-07-18 18:32:19 -0400
  • be7fbe50d7 Update pdm driver to build with all the PACs Quentin Smith 2023-07-18 18:31:32 -0400
  • 2c01f277c2 cargo fmt Quentin Smith 2023-07-18 17:17:04 -0400
  • c333d855fc Remove merge error Quentin Smith 2023-07-18 17:13:43 -0400
  • 42de1c3a06 Merge remote-tracking branch 'origin/main' into nrf-pdm Quentin Smith 2023-07-18 17:13:00 -0400
  • a1d3bc30fa net-esp-hosted: build docs. Dario Nieuwenhuis 2023-07-18 18:15:35 +0200
  • 98576c17b6
    Fix multicast support (#1670) ivmarkov 2023-07-18 18:35:20 +0300
  • 27a3d2cd0b
    Merge pull request #1669 from embassy-rs/nocrlf Dario Nieuwenhuis 2023-07-18 12:33:14 +0000
  • 10f5966787 Convert files to LF endings. Dario Nieuwenhuis 2023-07-18 14:17:44 +0200
  • 48957dce87 Add gitattributes to control crlf conversion. Dario Nieuwenhuis 2023-07-18 14:14:25 +0200
  • fc901f9856 ci: add check for no CRLF line endings. Dario Nieuwenhuis 2023-07-18 13:54:41 +0200
  • 13964c7fca
    Merge pull request #1668 from bjoernQ/fix-embassy-net-dual-stack Dario Nieuwenhuis 2023-07-18 11:30:27 +0000
  • a1cc3f2c60
    Merge pull request #1666 from alexferro/possible-1664-fix Dario Nieuwenhuis 2023-07-18 11:24:52 +0000
  • 15a6e04887
    Merge pull request #1665 from xoviat/eth Dario Nieuwenhuis 2023-07-18 11:22:42 +0000
  • 8ff3f75152 Fix multicast support ivmarkov 2023-07-17 20:24:55 +0000
  • 6bf4717b0a cfg-gate unapply_config_v4 bjoernQ 2023-07-18 10:57:05 +0200
  • f581831b86 Make dual-stack work in embassy-net bjoernQ 2023-07-18 10:39:29 +0200
  • 6f02403184 Merge remote-tracking branch 'origin/main' into nrf-pdm Quentin Smith 2023-07-17 21:31:43 -0400
  • d040871f7a wpan: fix comp errors and impl. some of runner xoviat 2023-07-17 20:14:06 -0500
  • 8f23b6faa6 wpan: refactor control, driver xoviat 2023-07-17 19:26:58 -0500
  • 1d2c47273d Merge branch 'master' into mac xoviat 2023-07-17 16:38:46 -0500
  • 55ac480cb0 stm32/eth: fix cfg(not(time)) xoviat 2023-07-17 16:24:09 -0500
  • e4ad1aa542 Embassy-rp I2C: Fix 1664 Alex Ferro 2023-07-16 19:59:35 -0600
  • 6d8a5c6c20
    Merge pull request #2 from embassy-rs/main Tyler 2023-07-16 19:08:01 -0500
  • 6b5df4523a
    Merge pull request #1662 from xoviat/mac-2 xoviat 2023-07-17 00:01:27 +0000
  • 7b34f5e866 wpan: make dataind fields private xoviat 2023-07-16 18:54:11 -0500
  • fe1e7c4d76 wpan: fix datarequest xoviat 2023-07-16 18:07:05 -0500
  • 34217ea797 wpan: add slice data view xoviat 2023-07-16 17:28:34 -0500
  • a0515ca7ac wpan: add repr(c) to mac responses xoviat 2023-07-16 16:16:56 -0500
  • 28b419d65e wpan/mac: use lifetimes to control events xoviat 2023-07-16 15:09:30 -0500
  • 7c465465c1 wpan: use builtin conversion methods xoviat 2023-07-16 13:59:15 -0500
  • e95a7dc555 wpan/mac: use slice view to avoid copy xoviat 2023-07-16 12:41:57 -0500
  • d223ea6ca6 update ST7789 spi_display to new mipidsi/display-interface-spi Georges PALAUQUI 2023-07-16 17:15:22 +0200
  • 582006c75c wpan/mac: further cleanup xoviat 2023-07-16 09:32:54 -0500
  • 66c2d8ed9f cleanup Georges PALAUQUI 2023-07-16 15:57:26 +0200
  • 919a0071ec add spi_display with mipidsi example for rp pico Georges PALAUQUI 2023-07-16 15:15:19 +0200
  • c7ec45a004
    Merge pull request #1659 from maximedeboeck/hid-tests Dario Nieuwenhuis 2023-07-16 11:17:49 +0000
  • 88d1976e81 Added usb-hid keyboard example for rp pico. maximedeboeck 2023-07-16 12:31:56 +0200
  • cd592cb055 wpan: add files from cyw43 xoviat 2023-07-15 19:15:01 -0500
  • 0b63af3313 wpan: prepare net impl. xoviat 2023-07-15 19:02:04 -0500
  • 25197308e3
    Merge pull request #1653 from xoviat/eth Dario Nieuwenhuis 2023-07-15 21:18:03 +0000
  • cf278ea1b6
    Merge pull request #1656 from xoviat/mac-4 xoviat 2023-07-15 19:49:16 +0000
  • 4db4200c37 wpan: factor mac logic into other mod xoviat 2023-07-15 14:47:34 -0500
  • 758862f4b1
    Merge pull request #1655 from xoviat/mac-3 xoviat 2023-07-15 19:39:06 +0000
  • 3705b4f40d rustfmt xoviat 2023-07-15 14:38:02 -0500
  • 1f63fdbb15 stm32/tests: fix cargo xoviat 2023-07-15 14:31:35 -0500
  • d11a94e2a7 wpan: add mac test xoviat 2023-07-15 14:28:42 -0500
  • d6dd5ea5d3 revert toolchain changes xoviat 2023-07-15 14:19:32 -0500
  • 8a146a50ec Merge branch 'master' into mac-3 xoviat 2023-07-15 14:18:01 -0500
  • 17d5e1c470 stm32/eth: add set_poll_interval xoviat 2023-07-15 12:02:08 -0500
  • ccf6a1dba7 rustfmt xoviat 2023-07-15 11:18:56 -0500
  • 7402ddbac6 rustfmt xoviat 2023-07-15 11:15:16 -0500
  • a0018486eb wpan: fix imports xoviat 2023-07-15 11:14:33 -0500
  • 37607ab4b3 Merge branch 'mac' of github.com:OueslatiGhaith/embassy into mac-2 xoviat 2023-07-15 11:06:43 -0500
  • 41a0e59609 wpan: factor mac into separate folder xoviat 2023-07-15 10:58:09 -0500
  • 6e2b74a332 Merge branch into og-mac-bak xoviat 2023-07-15 10:56:37 -0500
  • 70f45d8d24 stm32/wpan: cargo.toml xoviat 2023-07-15 10:54:42 -0500
  • cb72db8acd Merge branch into mac xoviat 2023-07-15 10:40:51 -0500
  • 975a780efe stm32/eth: impl. poll interval xoviat 2023-07-15 09:57:09 -0500
  • c3774607a5 stm32/eth: convert static metho xoviat 2023-07-15 09:37:25 -0500
  • bb24cfd1e8 stm32/eth: add f4 example xoviat 2023-07-15 09:32:44 -0500
  • 48b37aa2bf stm32/eth: refactor genericsmi xoviat 2023-07-15 09:32:36 -0500
  • 0bde4992ea
    Merge pull request #1652 from OueslatiGhaith/wpan_hci Dario Nieuwenhuis 2023-07-15 14:00:18 +0000
  • 7ec7d1bbcc
    fix ci issue Ghaith Oueslati 2023-07-15 14:56:26 +0100
  • 0628dd997f fix test GhaithOueslati 2023-07-15 13:52:04 +0100
  • 283ec756a9 stm32wb: add gatt server example GhaithOueslati 2023-07-15 13:37:41 +0100
  • 5b076cb0dd wpan: update stm32wb-hci to version 0.1.3 GhaithOueslati 2023-07-15 13:33:10 +0100
  • 3bae533066
    Enable RTC on STM32WL chips (#1645) Phil Markgraf 2023-07-15 04:40:23 -0700
  • 7b36fe049d
    Merge pull request #1649 from simmsb/master Dario Nieuwenhuis 2023-07-14 18:52:53 +0000
  • 4b3fda4f96
    Merge pull request #1650 from henrikberg/rp_examples_doc Dario Nieuwenhuis 2023-07-14 18:45:34 +0000
  • 56ca179475 Round temp to make more sense. Henrik Berg 2023-07-13 22:47:03 +0200
  • 460cdc9e0f
    Check intrstatus before signalling suspended Ben Simms 2023-07-13 19:29:09 +0100
  • f90b170dad cleanup goueslati 2023-07-13 16:29:29 +0100
  • 68792bb918 final structs goueslati 2023-07-13 15:48:15 +0100
  • 3f0c8bafb0 make it work, disgustingly goueslati 2023-07-13 15:20:50 +0100
  • 588c0479f5 Add descriptions to all RP2040 examples. Some need hardware that was not specified. Henrik Berg 2023-07-13 11:16:11 +0200
  • 7477311446 Use cortex-m-rt from main via executor Hanno Braun 2023-07-13 11:02:40 +0200
  • a06c257dc9 Add dependency on cortex-m-rt to executor Hanno Braun 2023-07-13 11:00:11 +0200
  • 41a929a702 rustfmt xoviat 2023-07-12 20:38:47 -0500
  • 7fac7426d7 wpan: add part of mac lib xoviat 2023-07-12 20:35:27 -0500
  • 2f7db618ab Address code review feedback shakencodes 2023-07-12 14:10:24 -0700
  • 185ec53886 Add rtc example for stm32wl shakencodes 2023-07-12 13:47:27 -0700
  • 57c8ecbab0 Merge remote-tracking branch 'origin/main' shakencodes 2023-07-12 13:21:38 -0700
  • 6f18ae1b73 Support enabling RTC clock on STM32WL shakencodes 2023-07-11 13:10:44 -0700
  • 2e9636f78b Add clippy allow to not report if same then branch shakencodes 2023-07-11 13:09:10 -0700
  • d979841f17
    Merge pull request #1644 from embassy-rs/remove-atompoly Dario Nieuwenhuis 2023-07-12 16:35:00 +0000
  • dff9bd9711 Remove trivial to remove uses of atomic-polyfill. Dario Nieuwenhuis 2023-07-12 18:30:43 +0200
  • eccd2ecebf change MacAddress to a union instead of an enum goueslati 2023-07-12 16:49:37 +0100