Commit Graph

  • dda5a4cc9d Merge #1225 bors[bot] 2023-02-22 14:43:17 +00:00
  • 464faa2a04 Merge #1226 bors[bot] 2023-02-22 14:27:19 +00:00
  • 035de6f3ff embassy-net: add flush to TcpSocket and TcpWriter as an inherent method kbleeke 2023-02-22 14:45:17 +01:00
  • f1a4db44c4 Implement flush for TcpSocket kbleeke 2023-02-22 13:57:40 +01:00
  • ada3d5be7c nrf: rename UARTETWISPIn -> SERIALn Dario Nieuwenhuis 2023-02-21 22:41:23 +01:00
  • f6f041b05d Add from_utf8 Pol Fernandez 2023-02-21 08:52:57 +01:00
  • f34829f534 Add stringify function Pol Fernandez 2023-02-20 21:03:39 +01:00
  • b05cd77a62 Merge #1170 bors[bot] 2023-02-20 00:47:15 +00:00
  • 7fa478358a nrf: warn if uicr configuration could not be written. Dario Nieuwenhuis 2023-02-20 01:29:12 +01:00
  • 3f88bf6f9b nrf: add support for UICR configuration. Dario Nieuwenhuis 2023-01-23 01:48:35 +01:00
  • a2bd37be40 Merge #1221 bors[bot] 2023-02-20 00:01:22 +00:00
  • 13328c58d3 examples/stm32wb: do not reserve words at start of RAM. Dario Nieuwenhuis 2023-02-20 01:01:01 +01:00
  • 1567e724f9 Merge #1218 #1219 bors[bot] 2023-02-19 23:01:44 +00:00
  • 4ad255b34b Merge #1217 bors[bot] 2023-02-19 22:46:57 +00:00
  • 4fd59f26fb Merge #1220 bors[bot] 2023-02-19 22:03:13 +00:00
  • 272982ee54 examples/stm32wb: fix linker script. Dario Nieuwenhuis 2023-02-19 23:00:16 +01:00
  • a53f525f51 stm32/sdmmc: Fix SDIOv1 writes chemicstry 2023-02-18 01:35:35 +02:00
  • 7783e0ebb1 Change timing window to match values found experimentally. Caleb Jamison 2023-02-17 07:43:19 -05:00
  • e641db1f75 Fix a typo in "PioPeripheral" sekoia 2023-02-15 14:10:07 +01:00
  • e3492862e9 Merge pull request #38 from overheat/master Dario Nieuwenhuis 2023-02-15 12:34:45 +01:00
  • 0bcd1b1e10 update embassy dependences Aaron Tsui 2023-02-15 11:08:27 +08:00
  • e3f8020c3b Merge #1215 bors[bot] 2023-02-13 17:31:47 +00:00
  • dfc58ad3a2 Add copy to Level enum in embassy-rp gpio module Slushee 2023-02-13 17:29:35 +00:00
  • 1626a4a74b Add clone to embassy_rp::gpio::Level Slushee 2023-02-13 17:12:50 +00:00
  • 5e74926907 feature-gate variants without vals defined Mathias 2023-02-13 15:12:33 +01:00
  • 218b44652c Rebase on master Mathias 2023-02-13 14:55:15 +01:00
  • 41a563aae3 net: document all features Dario Nieuwenhuis 2023-02-13 03:11:16 +01:00
  • 363054de98 stm32: doc all chips. Dario Nieuwenhuis 2023-02-13 03:02:12 +01:00
  • 06abde8676 Merge #1213 bors[bot] 2023-02-13 01:40:58 +00:00
  • 4e15043fc2 add stm32f413vh to CI Dario Nieuwenhuis 2023-02-13 02:40:29 +01:00
  • 951f208915 Add more crates to docs. Dario Nieuwenhuis 2023-02-13 02:37:53 +01:00
  • 1e36c91bf8 stm32: fix fmc-related build failures on some F4's Dario Nieuwenhuis 2023-02-13 02:22:06 +01:00
  • 80b7c3cf69 Fix doc build. Dario Nieuwenhuis 2023-02-13 01:30:53 +01:00
  • d159a6c62d Merge #1211 bors[bot] 2023-02-12 11:00:22 +00:00
  • d21643c060 fix "prescaler none" which incorrectly set "prescaler divided by 3" Christian Enderle 2023-02-12 11:31:22 +01:00
  • e1eac15c42 Merge pull request #1185 from embassy-rs/dns-impl Dario Nieuwenhuis 2023-02-10 23:53:25 +01:00
  • 76642b3a3c fix h7 examples Dario Nieuwenhuis 2023-02-10 23:35:44 +01:00
  • 20c1dd112c Merge #1210 bors[bot] 2023-02-10 22:13:56 +00:00
  • 4c4e923e05 nrf/qspi: do not panic when canceling futures. Dario Nieuwenhuis 2023-02-10 22:47:17 +01:00
  • a509af4bc0 exmaples/dns: don't use the socket. Dario Nieuwenhuis 2023-02-10 23:00:16 +01:00
  • a2b8921ff3 fix: cfg guard for ipv6 Ulf Lilleengen 2023-02-10 19:38:17 +01:00
  • 128a453163 remove unneeded features Ulf Lilleengen 2023-02-10 19:04:54 +01:00
  • a7d3ef9122 scope dns operations within a cfged block Ulf Lilleengen 2023-02-10 19:00:00 +01:00
  • 32c3725631 add waker for DNS slots Ulf Lilleengen 2023-02-10 18:44:51 +01:00
  • 48dff04d64 Bump max queries Ulf Lilleengen 2023-02-10 18:34:21 +01:00
  • 472473d8c1 Create slice using ::Owned Ulf Lilleengen 2023-02-10 18:32:35 +01:00
  • 6e68353a93 attempt removing option Ulf Lilleengen 2023-02-10 18:30:17 +01:00
  • 7ae47cb1d8 Expose api on Stack and add doc Ulf Lilleengen 2023-02-10 18:20:50 +01:00
  • cd440a49d6 Rewrite to use a single socket Ulf Lilleengen 2023-02-10 17:43:23 +01:00
  • 614740a1b2 cargo fmt Ulf Lilleengen 2023-02-06 20:36:08 +01:00
  • c203cefe01 Handle cancellation Ulf Lilleengen 2023-02-06 20:18:12 +01:00
  • 9cfea693ed Add DNS socket to embassy-net Ulf Lilleengen 2023-01-31 22:06:41 +01:00
  • 023b0d5b22 Merge #1209 bors[bot] 2023-02-10 02:19:31 +00:00
  • bd7b3bd455 Clamp ticks to 1 and round to nearest. Caleb Jamison 2023-02-09 20:57:27 -05:00
  • a4371e9544 Add from_hz function for Duration. Caleb Jamison 2023-02-09 19:22:06 -05:00
  • e1a0df7d46 Merge #1205 bors[bot] 2023-02-09 11:39:52 +00:00
  • 2b6654541d rustfmt Lucas Granberg 2023-02-09 13:01:44 +02:00
  • 43d018b67f Use rng_v2 cfg instead of chip specific for seed error recover hack Lucas Granberg 2023-02-09 12:44:20 +02:00
  • ab4b3fa96d update stm32-data to include rng_v2 Lucas Granberg 2023-02-09 12:42:57 +02:00
  • 26474ce6eb Merge pull request #1207 from embassy-rs/net-driver-reexport Dario Nieuwenhuis 2023-02-08 18:25:51 +01:00
  • 5edb3052e6 net: reexport driver crate. Dario Nieuwenhuis 2023-02-08 17:52:02 +01:00
  • 13666c9f12 Merge pull request #1206 from embassy-rs/update-nightly Dario Nieuwenhuis 2023-02-08 17:34:01 +01:00
  • ac3e225988 Update Rust nightly. Dario Nieuwenhuis 2023-02-08 17:12:22 +01:00
  • bab4277a86 hack for STM32WL, rcc reset in case of seed error The STM32WL series has a more complicated rng device that gets stuck when there is a seed error. Lucas Granberg 2023-02-08 17:57:37 +02:00
  • da6b1e8399 Reset rng in case of clock or seed error Lucas Granberg 2023-02-08 17:52:49 +02:00
  • 9d637070a5 Merge #1203 bors[bot] 2023-02-07 23:31:24 +00:00
  • 86487db5d1 usb: use InterfaceNumber in msos. Dario Nieuwenhuis 2023-02-07 23:45:01 +01:00
  • 3af991ab63 usb: unify ControlHandler+DeviceStateHandler, route all control requests to all handlers. Dario Nieuwenhuis 2023-02-07 22:49:14 +01:00
  • 1d841cc8ac usb: make max interface count configurable at compile time. Dario Nieuwenhuis 2023-02-07 20:49:10 +01:00
  • 4a224efe75 Merge #1200 bors[bot] 2023-02-07 22:24:15 +00:00
  • c4a2c62096 Merge #1199 bors[bot] 2023-02-07 22:06:25 +00:00
  • 366fab5b87 Merge #1189 bors[bot] 2023-02-07 19:31:10 +00:00
  • aa21aebb0b Lazily encode UTF16 values and add docs alexmoon 2023-02-07 14:19:51 -05:00
  • 9f9230ae7a Convert MS OS descriptor builder to a writer API alexmoon 2023-02-02 16:13:16 -05:00
  • b9ecdb72bb usb: remove msos dead code Matt Ickstadt 2023-01-13 12:21:29 -06:00
  • 617b0a03b9 usb: fix descriptor set length and DeviceInterfaceGUIDs Matt Ickstadt 2023-01-13 10:18:33 -06:00
  • f5ff3c4ac3 usb: add support for MS OS Descriptors Matt Ickstadt 2023-01-12 14:59:25 -06:00
  • a7fa7d0de2 Merge #1201 bors[bot] 2023-02-07 17:16:08 +00:00
  • 102b2e52cb net: use released smoltcp 0.9.0 Dario Nieuwenhuis 2023-02-07 18:15:26 +01:00
  • 7b11e339bd feat(fmc): Add 16 data bit ctor Rasmus Melchior Jacobsen 2023-02-07 16:06:59 +01:00
  • dadd6aafe9 Merge #1197 bors[bot] 2023-02-07 14:48:26 +00:00
  • 1b6aae9dde Also exclude fsmc_v1x3 Rasmus Melchior Jacobsen 2023-02-07 15:06:16 +01:00
  • e4dc473e04 Update stm32-data Rasmus Melchior Jacobsen 2023-02-07 14:46:36 +01:00
  • 562432ad8b Update stm32-data Rasmus Melchior Jacobsen 2023-02-07 14:16:13 +01:00
  • 494a76a0f1 React to updated fsmc versions Rasmus Melchior Jacobsen 2023-02-07 14:14:47 +01:00
  • 36ca18132d Update stm32-data Rasmus Melchior Jacobsen 2023-02-07 12:35:59 +01:00
  • 218f8e0490 fix(stm32): Align FMC with new versions from stm32-data Rasmus Melchior Jacobsen 2023-02-07 12:17:37 +01:00
  • ba18656e94 Merge #1177 bors[bot] 2023-02-06 18:05:22 +00:00
  • c8a7b74bc2 Merge #1192 #1193 bors[bot] 2023-02-06 13:39:37 +00:00
  • e3174d7a99 STM32 SPI: Set clk-pin pull-up/-down to match spi clock polarity Ralf 2023-02-05 20:17:53 +01:00
  • fda36fd81b stm32/usart: fix LPUART clock multiplier Patrick Oppenlander 2023-02-06 10:12:10 +11:00
  • 64ebb9b7fe stm32/usart: implement stop_bits configuration Patrick Oppenlander 2023-02-06 09:44:13 +11:00
  • 7d8e6649b7 Merge #1187 bors[bot] 2023-02-03 06:33:22 +00:00
  • 662a02a557 Merge #1191 bors[bot] 2023-02-03 06:00:50 +00:00
  • 0bb6000e5c stm32 gpio implement degrade to AnyPin Josh Mcguigan 2023-02-02 21:42:42 -08:00
  • a432d91d82 PeripheralRef docs improvements. Dario Nieuwenhuis 2023-02-03 06:36:10 +01:00
  • 9af25c3396 Merge #1188 bors[bot] 2023-02-02 12:09:22 +00:00
  • ef4a20f67b LoRa/STM32WL: adjust Rx window offset and duration Samuel Tardieu 2023-02-02 12:52:00 +01:00
  • c4cbb89fcd LoRa/SX126x: adjust Rx window offset and duration Samuel Tardieu 2023-02-02 12:51:47 +01:00
  • 95cff35a91 Merge #1179 bors[bot] 2023-02-02 10:09:33 +00:00