Commit Graph

  • 02abe00439 net: don't use UnsafeCell. Dario Nieuwenhuis 2022-12-03 00:56:16 +01:00
  • bb89a2341c feat: embassy-boot for rp2040 Ulf Lilleengen 2022-12-01 18:26:22 +01:00
  • f109e73c6d Merge #1074 bors[bot] 2022-12-02 08:10:12 +00:00
  • 432240162a Merge pull request #30 from embassy-rs/afit Dario Nieuwenhuis 2022-12-01 22:58:41 +01:00
  • f4c9014fe4 feat: use async fn in trait Ulf Lilleengen 2022-12-01 22:09:45 +01:00
  • 9f854110f2 Merge #1082 #1083 bors[bot] 2022-12-01 13:49:59 +00:00
  • d8ea297d6a Merge #1088 bors[bot] 2022-12-01 13:34:52 +00:00
  • e1d7d8d841 stm32: Enable fifo for buffered uart Matous Hybl 2022-11-30 14:11:32 +01:00
  • eb010fbe33 Merge #1086 bors[bot] 2022-11-30 19:10:44 +00:00
  • 71df28e269 rp: Add an RngCore impl based on ROSC.RANDOMBIT Gabriel Smith 2022-11-29 20:46:04 -05:00
  • 645fb66a51 Merge #1087 bors[bot] 2022-11-30 13:45:26 +00:00
  • e0ea5dfdb2 embassy-stm32: Allow SPI with DMA to implement blocking embbeded-hal traits Guillaume MICHEL 2022-11-30 09:26:16 +01:00
  • 8436c6180f Merge #1085 bors[bot] 2022-11-29 20:19:25 +00:00
  • 1dcb0ea1f5 Bump defmt-rtt to 0.4 Dario Nieuwenhuis 2022-11-29 21:15:24 +01:00
  • 902586a019 Merge #1084 bors[bot] 2022-11-29 11:07:07 +00:00
  • 3135ad016d Bump embedded-nal-async to 0.3.0 Dario Nieuwenhuis 2022-11-29 12:05:46 +01:00
  • 199504be56 Optimization to be able to work with only 2 buffers Christian Perez Llamas 2022-11-29 01:09:47 +01:00
  • 4cc0463123 stm32: Add basic support for DMA priority settings Matous Hybl 2022-11-23 10:11:19 +01:00
  • 2a35a09444 stm32: Fix H7 unaligned erase Matous Hybl 2022-09-06 17:44:20 +02:00
  • cea29d7de3 Merge #1079 bors[bot] 2022-11-27 23:13:41 +00:00
  • 787e5d4907 Add -time, -sync to CI with all features. Dario Nieuwenhuis 2022-11-28 00:12:13 +01:00
  • aedcc472c9 time: Fix nighly feature compilation after upgrade to embedded-hal-async 0.2.0-alpha.0 Gabriel Smith 2022-11-27 17:59:01 -05:00
  • 4d84b5469e Drive-by documentation link fixes Gabriel Smith 2022-11-27 16:32:18 -05:00
  • 3ca14ba4e9 usb-driver: Remove unncessary lifetime Gabriel Smith 2022-11-27 16:26:58 -05:00
  • d438d1b685 sync: Fix nightly feature compilation after upgrade to embedded-io 0.4.0 Gabriel Smith 2022-11-27 16:24:20 -05:00
  • 6b8ab32536 Use &mut self for start methods Christian Perez Llamas 2022-11-26 15:22:31 +01:00
  • 805b885de6 Merge pull request #1044 from embassy-rs/buffereduart-atomic Dario Nieuwenhuis 2022-11-25 23:04:28 +01:00
  • 7b838d0336 rp/uart: use lockfree ringbuffer. Dario Nieuwenhuis 2022-11-07 00:27:21 +01:00
  • fa37452359 Merge pull request #974 from embassy-rs/afit Dario Nieuwenhuis 2022-11-25 22:09:57 +01:00
  • 1e2fb0459d Switch to async-fn-in-trait Dario Nieuwenhuis 2022-11-21 23:31:31 +01:00
  • 83c2f8f416 Merge #1077 embassy-boot-v0.1.1 bors[bot] 2022-11-25 14:53:35 +00:00
  • 09077f133d fix: bump embassy-boot version Ulf Lilleengen 2022-11-25 15:51:31 +01:00
  • c7be481190 Merge #1075 embassy-boot-v0.1.0 bors[bot] 2022-11-25 13:12:24 +00:00
  • 89821846d7 fix: add required metadata for embassy-boot Ulf Lilleengen 2022-11-23 14:48:51 +01:00
  • 758f5d7ea2 Release embassy-executor v0.1.1 embassy-executor-v0.1.1 Dario Nieuwenhuis 2022-11-23 14:53:18 +01:00
  • f0ba22fc17 Merge pull request #1076 from embassy-rs/executor-docs-rs Dario Nieuwenhuis 2022-11-23 14:52:17 +01:00
  • db7e153fc0 executor: enable features for docs.rs Dario Nieuwenhuis 2022-11-23 14:49:40 +01:00
  • a4f9e7cbcc Merge #1071 embassy-macros-v0.1.0 embassy-executor-v0.1.0 bors[bot] 2022-11-23 13:21:59 +00:00
  • de95ab264d Merge pull request #1073 from embassy-rs/revert-riscv-race Dario Nieuwenhuis 2022-11-23 14:00:26 +01:00
  • 04a7d97673 refactor: autodetect macro variant Ulf Lilleengen 2022-11-22 22:04:42 +01:00
  • 5aad2129ef added the runner for stm32f091rc @imrank03 2022-11-23 17:51:43 +05:30
  • 50c5cc5db6 fix: revert race condition introduced for riscv Ulf Lilleengen 2022-11-23 13:17:05 +01:00
  • b76631bebe Merge #1069 bors[bot] 2022-11-23 12:17:02 +00:00
  • eae67d0be8 Review comments. Corrected unused fields. Ardelean Calin 2022-11-23 14:16:18 +02:00
  • 28991d7794 added blinky example for stm32f0 @imrank03 2022-11-23 17:30:58 +05:30
  • 2fa2c1a6fe Merge #1054 bors[bot] 2022-11-23 09:24:11 +00:00
  • 83b199a874 Merge #1056 bors[bot] 2022-11-22 21:50:42 +00:00
  • cf900a8a3f Rename write to respond_to_read Henrik Alsér 2022-11-22 22:10:04 +01:00
  • 4f2f375777 Corrected order of use statements. Ardelean Calin 2022-11-22 17:45:05 +02:00
  • e7c876d744 Changed pin to private as it is for OutputChannel Ardelean Calin 2022-11-22 17:36:22 +02:00
  • 64c2e1b9b6 Switched to PeripheralRef for channel. Ardelean Calin 2022-11-22 17:35:38 +02:00
  • 61be0e75c8 Merge #1068 bors[bot] 2022-11-22 15:04:24 +00:00
  • a074cd0625 Update gpiote.rs Ardelean Călin Petru 2022-11-22 16:56:04 +02:00
  • ca4f615b25 Merge #1067 bors[bot] 2022-11-22 13:59:28 +00:00
  • 536b6a2de5 sync/signal: Implement Default for Signal Matt Johnston 2022-11-22 21:55:10 +08:00
  • 51233c0357 doc: update cargo manifests with keywords Ulf Lilleengen 2022-11-22 14:48:42 +01:00
  • 5c52d6c217 Merge pull request #1066 from embassy-rs/embassy-macros-doc Dario Nieuwenhuis 2022-11-22 14:31:56 +01:00
  • f474817872 doc: add README to embassy-macro Ulf Lilleengen 2022-11-22 09:35:42 +01:00
  • 97cb95bbf4 Merge #1042 bors[bot] 2022-11-22 11:20:14 +00:00
  • 99c561a749 Merge #1065 bors[bot] 2022-11-22 11:02:50 +00:00
  • f09745dfe1 embassy-nrf: Default disable UARTE (nrf9160) Henrik Alsér 2022-11-22 02:21:06 +01:00
  • da9f82f507 Fix pin refs Henrik Alsér 2022-11-22 02:13:03 +01:00
  • f13639e78c Merge #1059 bors[bot] 2022-11-22 01:06:25 +00:00
  • 908eef2775 Change interrupt modify into write Henrik Alsér 2022-11-22 02:03:34 +01:00
  • 633ffe46ae config write, docs, add address_match_index Henrik Alsér 2022-11-22 01:57:00 +01:00
  • e6b9722a31 Remove nrf9160 UARTE fix Henrik Alsér 2022-11-22 01:07:59 +01:00
  • b8f51c6496 Merge #1057 bors[bot] 2022-11-21 23:58:28 +00:00
  • 33ee48b9e8 Merge branch 'spis' of github.com:kalkyl/embassy into spis Henrik Alsér 2022-11-22 00:55:46 +01:00
  • a6d941fac3 Fix txonly/rxonly data pin dir, _from_ram and doc Henrik Alsér 2022-11-22 00:55:05 +01:00
  • 15b4ed2c67 Merge #1060 bors[bot] 2022-11-21 22:52:58 +00:00
  • bbfb786139 Merge #1064 bors[bot] 2022-11-21 22:08:46 +00:00
  • 81dc532d2d Fix LoRaWAN PHY settings for SX126x driver Justin Beaurivage 2022-11-20 16:08:43 -05:00
  • 06fb3e4251 docs: add missing README for usb-logger Ulf Lilleengen 2022-11-21 11:24:53 +01:00
  • 4943dec1a7 Merge remote-tracking branch 'upstream/master' Sijmen Woutersen 2022-11-20 20:04:23 +01:00
  • 15a93246d6 Buffer management in line with other peripherals. Constructor and config redesign Christian Perez Llamas 2022-11-19 19:18:20 +01:00
  • f5391efe22 Fix fmt Christian Perez Llamas 2022-11-19 02:17:58 +01:00
  • 64e8cfef8e Fix build Christian Perez Llamas 2022-11-19 01:38:03 +01:00
  • 16838f8a66 Fix format Christian Perez Llamas 2022-11-19 00:32:09 +01:00
  • 6b88057aef Add missing parts and Cleanup Christian Perez Llamas 2022-11-19 00:29:05 +01:00
  • a444a65ebf feat: embassy-usb-logger and example for rpi pico Ulf Lilleengen 2022-11-17 09:26:15 +01:00
  • 1ed260b105 Fix buffer overruns Christian Perez Llamas 2022-11-17 00:19:22 +01:00
  • 9f870a5edf Cleanup Henrik Alsér 2022-11-15 16:31:19 +01:00
  • eb149a0bd4 embassy-rp: Add basic ADC module Henrik Alsér 2022-11-15 16:12:07 +01:00
  • 551b54ddcb stm32g0: Fix ADC for channels above 14 Jaxter Kim 2022-11-14 14:56:30 +01:00
  • 2528f45138 Merge #1058 bors[bot] 2022-11-15 11:35:43 +00:00
  • 9505a6f752 [doc] Remove obsolete code sample Johannes Neyer 2022-11-15 10:07:45 +01:00
  • ea61c19280 [doc] Fix some grammar Johannes Neyer 2022-11-15 10:07:35 +01:00
  • bcec55464f [doc] Fix line indices of basic example Johannes Neyer 2022-11-11 11:06:38 +01:00
  • 0b066b22d1 Check events_acquired kalkyl 2022-11-14 16:24:21 +01:00
  • 3a1ddd66c6 Cleanup interrupts kalkyl 2022-11-14 16:18:11 +01:00
  • 8d2d5a30a5 Single waker kalkyl 2022-11-14 11:39:55 +01:00
  • 43c1afb6a6 Return number of bytes written, add address match getter kalkyl 2022-11-14 11:22:14 +01:00
  • eba42cb5f4 embassy-nrf: Add TWIS module kalkyl 2022-11-13 22:15:19 +01:00
  • 4fe834db2f Mono channels Christian Perez Llamas 2022-11-13 02:48:07 +01:00
  • 5cfad3f853 Feature gate UARTE disable Henrik Alsér 2022-11-13 02:37:23 +01:00
  • 17857bc18f Minor changes Christian Perez Llamas 2022-11-13 02:12:58 +01:00
  • dca11095e2 Disable UARTE in embassy-nrf::init Henrik Alsér 2022-11-13 01:49:55 +01:00
  • d2e8794f29 Investigating discontinuities in the signal Christian Perez Llamas 2022-11-13 01:41:32 +01:00
  • 122a31d208 Interrupts, async, sine oscillator Christian Perez Llamas 2022-11-12 18:48:57 +01:00
  • e70ae71ecc restore SIGNAL_WORK_THREAD_MODE Sijmen Woutersen 2022-11-12 10:56:49 +01:00