Commit Graph

  • cb88dd285d nrf/twis: FIx doc typo Dario Nieuwenhuis 2023-02-01 20:54:32 +01:00
  • 791fbb3ca0 Make poll_fn lazily initialized again Grant Miller 2023-01-31 21:42:45 -06:00
  • 4a8e9cf4d9 Add internal AvailableTask type Grant Miller 2023-01-31 18:49:32 -06:00
  • fb1946be7f Replace the pointer in TaskHeader with an Option<&Executor> Grant Miller 2023-01-31 17:49:18 -06:00
  • a697f1517a Set poll_fn in TaskStorage::new Grant Miller 2023-01-31 17:29:34 -06:00
  • 465e4c8b19 Merge #1151 bors[bot] 2023-02-01 00:36:22 +00:00
  • 594969f281 Merge #1186 bors[bot] 2023-02-01 00:18:01 +00:00
  • b5cf332cc0 nrf: docs. Dario Nieuwenhuis 2023-02-01 00:48:33 +01:00
  • ca10fe7135 usb: docs Dario Nieuwenhuis 2023-01-31 22:27:19 +01:00
  • 4c19464548 Merge #1184 bors[bot] 2023-01-31 18:38:16 +00:00
  • 768fe699cf Pass the correct buffer when creating TcpSocket Ulf Lilleengen 2023-01-31 19:36:37 +01:00
  • c21cc21c62 Merge #1182 bors[bot] 2023-01-29 22:34:48 +00:00
  • b6ca6d699a Make wake_task safe Grant Miller 2023-01-29 16:32:12 -06:00
  • 48e1aab762 executor: Replace NonNull<TaskHeader> with TaskRef Grant Miller 2023-01-29 12:55:06 -06:00
  • 7e251a2550 Merge #1180 bors[bot] 2023-01-27 15:06:35 +00:00
  • e453334870 LoRa/SX1276: adjust Rx window offset and duration Samuel Tardieu 2023-01-27 15:36:26 +01:00
  • c9e2cd6dd4 usb: allow adding isochronous endpoints nitroxis 2023-01-27 15:49:19 +01:00
  • 7ec15f2def Merge #1178 bors[bot] 2023-01-27 14:44:51 +00:00
  • 1e60c60afd rp: allow isochronous USB endpoints to be up to 1023 in size nitroxis 2023-01-27 07:19:34 +01:00
  • 34b67fe137 STD driver needs a reentrant mutex; logic fixed to be reentrancy-safe ivmarkov 2023-01-26 20:14:53 +00:00
  • ffa75e1e39 Merge #1173 #1174 bors[bot] 2023-01-24 09:26:21 +00:00
  • 2a0ea52878 add missing copy of icmpv6 checksum Ulf Lilleengen 2023-01-24 09:57:26 +01:00
  • 5ee8626d72 Merge #1172 bors[bot] 2023-01-24 08:56:01 +00:00
  • 32bdc54ccb Changed crates' names for nrf examples since they were conflicting Davide Della Giustina 2023-01-24 08:27:53 +00:00
  • f38d54a6a6 IPv6 has no checksum Davide Della Giustina 2023-01-24 08:15:22 +00:00
  • 4dadfb41ea Merge #1171 bors[bot] 2023-01-23 17:38:05 +00:00
  • 64e610fef7 Replace Level: Into<bool> with From<Level> Joakim Hulthe 2023-01-23 13:35:24 +01:00
  • f98ba4ebac Merge #1168 bors[bot] 2023-01-21 14:10:02 +00:00
  • 5e3c33b777 Fix rcc prescaler for wb55 HCLK1 - fix prescaler not divided which incorrectly set prescaler divided by 3 Christian Enderle 2023-01-21 14:39:25 +01:00
  • 6ad2bcf97a Merge pull request #1166 from embassy-rs/sdmmc-fix Dario Nieuwenhuis 2023-01-21 01:22:17 +01:00
  • 0412d1922c fix embedded-sdmmc integration. Dario Nieuwenhuis 2023-01-21 00:24:07 +01:00
  • 825b67101b Merge pull request #1164 from embassy-rs/stm32-print-rcc Dario Nieuwenhuis 2023-01-20 17:08:20 +01:00
  • f604153f05 stm32/rcc: print actual freqs on boot. Dario Nieuwenhuis 2023-01-20 16:31:04 +01:00
  • 539a8107e2 Merge #1161 bors[bot] 2023-01-19 13:57:21 +00:00
  • 78c2c1709b net: update smoltcp. Dario Nieuwenhuis 2023-01-19 14:41:39 +01:00
  • fe15a7beee net: allocate space for 2 sockets, needed for dhcp. Dario Nieuwenhuis 2023-01-19 14:40:58 +01:00
  • 570ffab670 net: poll returning false is not an error. No need to repoll. Dario Nieuwenhuis 2023-01-19 13:30:51 +01:00
  • 8f4fae9b36 Add smoltcp dhcp socket configuration Paweł Jan Czochański 2023-01-18 10:10:33 +01:00
  • 2eae12b7f1 Update smoltcp to the newest master Paweł Jan Czochański 2023-01-18 09:56:38 +01:00
  • 65ab714fae Merge #1162 bors[bot] 2023-01-19 10:59:22 +00:00
  • 83af513424 rp gpio: make pin_bank() inline Matt Johnston 2023-01-19 13:29:51 +08:00
  • f0ae1f9133 Merge #1159 bors[bot] 2023-01-18 11:30:44 +00:00
  • db8e9efe73 Merge #1160 bors[bot] 2023-01-18 04:17:08 +00:00
  • 6ab4ecaf83 Stop sampling when exiting the Saadc methods huntc 2023-01-18 14:17:50 +11:00
  • b1203bf036 stm32/usb_otg: fix core formatter chemicstry 2023-01-18 03:06:32 +02:00
  • 7d34f4f538 stm32/usb_otg: Add F4 usb_ethernet example chemicstry 2023-01-18 02:37:02 +02:00
  • f07e59b24a stm32/usb_otg: prevent writes on disabled endpoint chemicstry 2023-01-18 02:31:28 +02:00
  • d2f2b451d0 stm32/usb_otg: implement endpoint wait_enabled chemicstry 2023-01-18 02:29:49 +02:00
  • 15e3f42b7c Merge pull request #1158 from embassy-rs/stm32c0 Dario Nieuwenhuis 2023-01-17 21:45:36 +01:00
  • 355761fd68 stm32: add stm32c0 examples. Dario Nieuwenhuis 2023-01-17 18:54:43 +01:00
  • 2a349afea7 stm32: add stm32c0 support. Dario Nieuwenhuis 2023-01-17 18:54:23 +01:00
  • aea5a0fd96 Merge #1140 bors[bot] 2023-01-14 19:45:28 +00:00
  • 634704bff4 Merge #1153 bors[bot] 2023-01-14 08:26:30 +00:00
  • 868d01889b Documentation on verifying firmware huntc 2023-01-14 17:36:22 +11:00
  • 16590732f8 Update mod.rs Rasmus Melchior Jacobsen 2023-01-14 07:13:29 +01:00
  • 816b214403 Only implement Write Rasmus Melchior Jacobsen 2023-01-14 07:12:43 +01:00
  • b6c8505697 Merge #1142 bors[bot] 2023-01-14 00:07:02 +00:00
  • 7ecb05ff77 usb: allow setting the interface string for interface alt settings Matt Ickstadt 2023-01-13 12:08:25 -06:00
  • b0c8c688c7 Merge #1147 bors[bot] 2023-01-12 20:43:24 +00:00
  • b0529bc943 Support codesigning in the firmware updater huntc 2023-01-06 22:21:39 +11:00
  • 88fd521b01 Merge #1145 bors[bot] 2023-01-11 17:05:59 +00:00
  • 1af102a1aa stm32 otg: add examples. chemicstry 2023-01-11 17:58:15 +01:00
  • 041531c829 stm32/rcc: fix u5 pll, add hsi48. Dario Nieuwenhuis 2023-01-11 17:57:22 +01:00
  • 0feecd5cde stm32: add USB OTG support. chemicstry 2023-01-11 17:56:47 +01:00
  • 065a0a1ee7 Update stm32-data. Dario Nieuwenhuis 2023-01-11 17:51:30 +01:00
  • ce842fe28c Refactor embassy-usb address handling to allow reordering of status resoponse chemicstry 2023-01-11 17:47:12 +01:00
  • 96b97c4711 Update vscode settings for latest RA. Dario Nieuwenhuis 2023-01-11 17:43:12 +01:00
  • dbf7493708 Merge #1149 bors[bot] 2023-01-10 11:06:22 +00:00
  • 2baebabf4d Reduce amount of samples for nrf5340 Dominik Boehi 2023-01-09 22:57:40 +01:00
  • 0a27b6cedb Rename examples/nrf to examples/nrf52840 Dominik Boehi 2023-01-09 22:29:58 +01:00
  • 401185b1d9 Change UART pins for nRF5340 DK Dominik Boehi 2023-01-08 16:25:51 +01:00
  • f8afc3c882 Add samples for nrf5340 Dominik Boehi 2023-01-08 15:36:35 +01:00
  • 4c4b47f78a feat(stm32): Add embedded-io traits for UartRx and UartTx Rasmus Melchior Jacobsen 2023-01-06 14:24:29 +01:00
  • 539f97da53 rp: Fix formatting string to please CI Timo Kröger 2023-01-05 22:00:44 +01:00
  • 1096a9746c rp: Improve BufferedUart interrupt handling Timo Kröger 2023-01-05 18:45:58 +01:00
  • 3fbedd7c09 Merge #1141 bors[bot] 2023-01-05 14:06:45 +00:00
  • 3c537a9fae usb/driver: fix STATUS -> SETUP Dario Nieuwenhuis 2023-01-05 14:46:31 +01:00
  • b72da125eb Merge pull request #1144 from embassy-rs/usb-control-docs Dario Nieuwenhuis 2023-01-05 02:20:05 +01:00
  • 0ecc54f58c usb/driver: document ControlPipe. Dario Nieuwenhuis 2023-01-05 01:46:35 +01:00
  • f339e8518f Merge #1143 bors[bot] 2023-01-04 20:18:02 +00:00
  • 6d4c6e0481 rp2040: add {tx,rx}-only constructors to UART Pedro Ferreira 2023-01-04 20:27:07 +01:00
  • 840a75674b rp: Disable RX interrupts when ring buffer is full Timo Kröger 2023-01-04 16:40:54 +01:00
  • a24037edf9 rp: Fix BufferedUart drop code Timo Kröger 2023-01-01 22:02:45 +01:00
  • 68c186309f rp: Common init function for BufferedUart Timo Kröger 2023-01-01 21:34:20 +01:00
  • 2332d8cd23 feat: compile bootloader examples for nRF91 Ulf Lilleengen 2023-01-04 13:35:01 +01:00
  • 5aa59e9737 feat(stm32): Let uart implement embedded-io Read/Write Rasmus Melchior Jacobsen 2023-01-04 12:57:19 +01:00
  • bf4c0de16a Merge #1139 bors[bot] 2023-01-04 07:44:23 +00:00
  • 8497f98de2 Provides a means of obtaining the current WDT config huntc 2023-01-04 11:07:07 +11:00
  • 6e6c3cbebc Cleaned up some doc and memory layout huntc 2023-01-04 10:27:16 +11:00
  • 35afb60dd4 Merge #1138 bors[bot] 2023-01-03 23:25:52 +00:00
  • 651eec0242 Pass WDT config around huntc 2023-01-04 10:19:39 +11:00
  • 413f339489 Cleanup kalkyl 2023-01-03 23:34:50 +01:00
  • 9428c40c8d embassy-boot (rp): Add WatchdogFlash kalkyl 2023-01-03 22:58:56 +01:00
  • 0aa2a9ac27 Merge #1093 #1127 bors[bot] 2023-01-02 23:13:41 +00:00
  • a6b52bde58 Merge #1130 bors[bot] 2023-01-02 22:51:58 +00:00
  • 9900ac2c9a Merge pull request #29 from metlos/fix-pm Dario Nieuwenhuis 2023-01-02 21:38:51 +01:00
  • a2bae33d84 Add separate function to set power management mode. Dario Nieuwenhuis 2023-01-02 21:36:17 +01:00
  • 001610f0d0 Be able to specify the power management mode at init time. Lukas Krejci 2022-11-30 15:57:52 +01:00
  • 072b8ce035 Merge pull request #34 from mattiasgronlund/wlan_read_fix Dario Nieuwenhuis 2023-01-02 00:26:37 +01:00
  • c1fa46bd36 Merge branch 'master' into wlan_read_fix mattiasgronlund 2022-12-31 16:40:22 +01:00