Commit Graph

  • d42dff45de Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim xoviat 2023-07-22 14:49:31 -05:00
  • 8e230bf6ec add missing TransferOptions fields for DMA JuliDi 2023-07-22 21:36:03 +02:00
  • 603ea9f310 Merge pull request #1677 from xoviat/update-metapac Dario Nieuwenhuis 2023-07-22 18:35:09 +00:00
  • a56b3e9a44 update feature gates for v3 JuliDi 2023-07-22 19:47:36 +02:00
  • 0378366e29 Merge remote-tracking branch 'xoviat/update-metapac' into fix-dac-example JuliDi 2023-07-22 19:26:20 +02:00
  • 80ce6d1fb7 update DAC triggers to incorporate v3 JuliDi 2023-07-22 19:25:02 +02:00
  • ba8e5d8589 rustfmt xoviat 2023-07-22 12:10:50 -05:00
  • 192cdc2f85 stm32: suppress adc f3 xoviat 2023-07-22 12:07:02 -05:00
  • 64f8a779ca stm32: add dac fix xoviat 2023-07-22 11:54:54 -05:00
  • 5693ed1178 stm32: add minimal fdcan impl xoviat 2023-07-22 11:50:30 -05:00
  • 19c6c698b5 stm32: update metapac xoviat 2023-07-22 11:43:14 -05:00
  • 224fbc8125 stm32: remove duplicate features from stm32f4 examples Cargo.toml Adam Greig 2023-07-22 13:17:40 +01:00
  • e5b4641f9e stm32/dac: set pin mode to analog (ref #334) Adam Greig 2023-07-22 12:47:17 +01:00
  • c83552eadc stm32: fix DAC examples Adam Greig 2023-07-22 12:45:18 +01:00
  • 4db63677f6 Merge pull request #1658 from xoviat/mac xoviat 2023-07-21 22:29:15 +00:00
  • f4d6a23f92 wpan/mac: misc fixes xoviat 2023-07-21 17:02:36 -05:00
  • 2cdd593290 Merge branch 'main' of https://github.com/embassy-rs/embassy into mac xoviat 2023-07-21 16:24:48 -05:00
  • c675208b8a wpan: complete prelim. command impl. xoviat 2023-07-21 16:10:34 -05:00
  • e9445ec72d rp: allow for MPU-based stack guards on core 0 as well pennae 2023-07-20 16:57:54 +02:00
  • 899a68325c wpan: impl. draft control scheme xoviat 2023-07-20 20:51:49 -05:00
  • c80c232a72 wpan: impl. debug for structs xoviat 2023-07-20 19:52:36 -05:00
  • 83ff626c47 wpan/mac: incr. runner msdu handle xoviat 2023-07-20 17:00:03 -05:00
  • 809d3476aa wpan: further optimize mac event xoviat 2023-07-20 16:45:04 -05:00
  • 4d1d125f41 Merge pull request #1673 from pennae/rp-disable-adc Dario Nieuwenhuis 2023-07-20 14:21:40 +00:00
  • 4d6b3c57b1 rp: fix multicore stack guard setup pennae 2023-07-20 16:08:59 +02:00
  • a3d4ae85b0 rp: disable adc hardware on Adc drop pennae 2023-07-20 15:48:59 +02:00
  • 02d57afd51 rustfmt xoviat 2023-07-19 17:52:07 -05:00
  • 28254842db - optimize event to parse opcode only once - optimze channels - return mut ref for smoltcp rx xoviat 2023-07-19 17:49:08 -05:00
  • 3382ca1a54 Merge pull request #1667 from quentinmit/nrf-pdm Dario Nieuwenhuis 2023-07-19 10:15:39 +00:00
  • 07a9a4ffd8 Merge pull request #1671 from alepez/uart-swap Dario Nieuwenhuis 2023-07-19 10:12:49 +00:00
  • 36ff688fab stm32/uart: optimize swap_rx_tx Alessandro Pezzato 2023-07-19 10:50:40 +02:00
  • 3df2c71e6c stm32/uart: add swap_rx_tx Alessandro Pezzato 2023-07-18 22:24:52 +02:00
  • ca1d4179a7 wpan: implement initial event loop xoviat 2023-07-18 20:52:03 -05:00
  • 890d113b85 wpan: fully implement initial draft concept xoviat 2023-07-18 18:28:12 -05:00
  • 7555a1e302 cargo fmt Quentin Smith 2023-07-18 18:32:19 -04:00
  • be7fbe50d7 Update pdm driver to build with all the PACs Quentin Smith 2023-07-18 18:31:32 -04:00
  • 2c01f277c2 cargo fmt Quentin Smith 2023-07-18 17:17:04 -04:00
  • c333d855fc Remove merge error Quentin Smith 2023-07-18 17:13:43 -04:00
  • 42de1c3a06 Merge remote-tracking branch 'origin/main' into nrf-pdm Quentin Smith 2023-07-18 17:13:00 -04:00
  • a1d3bc30fa net-esp-hosted: build docs. Dario Nieuwenhuis 2023-07-18 18:15:35 +02:00
  • 98576c17b6 Fix multicast support (#1670) ivmarkov 2023-07-18 18:35:20 +03:00
  • 27a3d2cd0b Merge pull request #1669 from embassy-rs/nocrlf Dario Nieuwenhuis 2023-07-18 12:33:14 +00:00
  • 10f5966787 Convert files to LF endings. Dario Nieuwenhuis 2023-07-18 14:17:44 +02:00
  • 48957dce87 Add gitattributes to control crlf conversion. Dario Nieuwenhuis 2023-07-18 14:14:25 +02:00
  • fc901f9856 ci: add check for no CRLF line endings. Dario Nieuwenhuis 2023-07-18 13:54:41 +02:00
  • 13964c7fca Merge pull request #1668 from bjoernQ/fix-embassy-net-dual-stack Dario Nieuwenhuis 2023-07-18 11:30:27 +00:00
  • a1cc3f2c60 Merge pull request #1666 from alexferro/possible-1664-fix Dario Nieuwenhuis 2023-07-18 11:24:52 +00:00
  • 15a6e04887 Merge pull request #1665 from xoviat/eth Dario Nieuwenhuis 2023-07-18 11:22:42 +00:00
  • 6bf4717b0a cfg-gate unapply_config_v4 bjoernQ 2023-07-18 10:57:05 +02:00
  • f581831b86 Make dual-stack work in embassy-net bjoernQ 2023-07-18 10:39:29 +02:00
  • 6f02403184 Merge remote-tracking branch 'origin/main' into nrf-pdm Quentin Smith 2023-07-17 21:31:43 -04:00
  • d040871f7a wpan: fix comp errors and impl. some of runner xoviat 2023-07-17 20:14:06 -05:00
  • 8f23b6faa6 wpan: refactor control, driver xoviat 2023-07-17 19:26:58 -05:00
  • 1d2c47273d Merge branch 'master' into mac xoviat 2023-07-17 16:38:46 -05:00
  • 55ac480cb0 stm32/eth: fix cfg(not(time)) xoviat 2023-07-17 16:24:09 -05:00
  • e4ad1aa542 Embassy-rp I2C: Fix 1664 Alex Ferro 2023-07-16 19:59:35 -06:00
  • 6d8a5c6c20 Merge pull request #2 from embassy-rs/main Tyler 2023-07-16 19:08:01 -05:00
  • 6b5df4523a Merge pull request #1662 from xoviat/mac-2 xoviat 2023-07-17 00:01:27 +00:00
  • 7b34f5e866 wpan: make dataind fields private xoviat 2023-07-16 18:54:11 -05:00
  • fe1e7c4d76 wpan: fix datarequest xoviat 2023-07-16 18:07:05 -05:00
  • 34217ea797 wpan: add slice data view xoviat 2023-07-16 17:28:34 -05:00
  • a0515ca7ac wpan: add repr(c) to mac responses xoviat 2023-07-16 16:16:56 -05:00
  • 28b419d65e wpan/mac: use lifetimes to control events xoviat 2023-07-16 15:09:30 -05:00
  • 7c465465c1 wpan: use builtin conversion methods xoviat 2023-07-16 13:59:15 -05:00
  • e95a7dc555 wpan/mac: use slice view to avoid copy xoviat 2023-07-16 12:41:57 -05:00
  • 582006c75c wpan/mac: further cleanup xoviat 2023-07-16 09:32:54 -05:00
  • c7ec45a004 Merge pull request #1659 from maximedeboeck/hid-tests Dario Nieuwenhuis 2023-07-16 11:17:49 +00:00
  • 88d1976e81 Added usb-hid keyboard example for rp pico. maximedeboeck 2023-07-16 12:31:56 +02:00
  • cd592cb055 wpan: add files from cyw43 xoviat 2023-07-15 19:15:01 -05:00
  • 0b63af3313 wpan: prepare net impl. xoviat 2023-07-15 19:02:04 -05:00
  • 25197308e3 Merge pull request #1653 from xoviat/eth Dario Nieuwenhuis 2023-07-15 21:18:03 +00:00
  • cf278ea1b6 Merge pull request #1656 from xoviat/mac-4 xoviat 2023-07-15 19:49:16 +00:00
  • 4db4200c37 wpan: factor mac logic into other mod xoviat 2023-07-15 14:47:34 -05:00
  • 758862f4b1 Merge pull request #1655 from xoviat/mac-3 xoviat 2023-07-15 19:39:06 +00:00
  • 3705b4f40d rustfmt xoviat 2023-07-15 14:38:02 -05:00
  • 1f63fdbb15 stm32/tests: fix cargo xoviat 2023-07-15 14:31:35 -05:00
  • d11a94e2a7 wpan: add mac test xoviat 2023-07-15 14:28:42 -05:00
  • d6dd5ea5d3 revert toolchain changes xoviat 2023-07-15 14:19:32 -05:00
  • 8a146a50ec Merge branch 'master' into mac-3 xoviat 2023-07-15 14:18:01 -05:00
  • 17d5e1c470 stm32/eth: add set_poll_interval xoviat 2023-07-15 12:02:08 -05:00
  • 975a780efe stm32/eth: impl. poll interval xoviat 2023-07-15 09:57:09 -05:00
  • c3774607a5 stm32/eth: convert static metho xoviat 2023-07-15 09:37:25 -05:00
  • bb24cfd1e8 stm32/eth: add f4 example xoviat 2023-07-15 09:32:44 -05:00
  • 48b37aa2bf stm32/eth: refactor genericsmi xoviat 2023-07-15 09:32:36 -05:00
  • 0bde4992ea Merge pull request #1652 from OueslatiGhaith/wpan_hci Dario Nieuwenhuis 2023-07-15 14:00:18 +00:00
  • 7ec7d1bbcc fix ci issue Ghaith Oueslati 2023-07-15 14:56:26 +01:00
  • 0628dd997f fix test GhaithOueslati 2023-07-15 13:52:04 +01:00
  • 283ec756a9 stm32wb: add gatt server example GhaithOueslati 2023-07-15 13:37:41 +01:00
  • 5b076cb0dd wpan: update stm32wb-hci to version 0.1.3 GhaithOueslati 2023-07-15 13:33:10 +01:00
  • 3bae533066 Enable RTC on STM32WL chips (#1645) Phil Markgraf 2023-07-15 04:40:23 -07:00
  • 7b36fe049d Merge pull request #1649 from simmsb/master Dario Nieuwenhuis 2023-07-14 18:52:53 +00:00
  • 4b3fda4f96 Merge pull request #1650 from henrikberg/rp_examples_doc Dario Nieuwenhuis 2023-07-14 18:45:34 +00:00
  • 56ca179475 Round temp to make more sense. Henrik Berg 2023-07-13 22:47:03 +02:00
  • 460cdc9e0f Check intrstatus before signalling suspended Ben Simms 2023-07-13 19:29:09 +01:00
  • f90b170dad cleanup goueslati 2023-07-13 16:29:29 +01:00
  • 68792bb918 final structs goueslati 2023-07-13 15:48:15 +01:00
  • 3f0c8bafb0 make it work, disgustingly goueslati 2023-07-13 15:20:50 +01:00
  • 588c0479f5 Add descriptions to all RP2040 examples. Some need hardware that was not specified. Henrik Berg 2023-07-13 11:16:11 +02:00
  • d979841f17 Merge pull request #1644 from embassy-rs/remove-atompoly Dario Nieuwenhuis 2023-07-12 16:35:00 +00:00
  • dff9bd9711 Remove trivial to remove uses of atomic-polyfill. Dario Nieuwenhuis 2023-07-12 18:30:43 +02:00