Commit graph

  • e5fb96abe8
    Merge pull request #2888 from FransUrbo/uart_r503 Dario Nieuwenhuis 2024-05-20 13:03:14 +0200
  • 7f3872ab98
    Merge pull request #2903 from joelsa/add-dsihost Dario Nieuwenhuis 2024-05-20 10:49:27 +0000
  • 34a0f74456
    Merge pull request #2893 from Ragarnoy/u16-spidevice Dario Nieuwenhuis 2024-05-20 11:30:28 +0200
  • 78cdebbc95 embassy-embedded-hal: add support for all word sizes to async shared spi. Dario Nieuwenhuis 2024-05-20 10:56:15 +0200
  • 31887b47bc embassy-embedded-hal: remove Word generic for blocking SpiDeviceWithConfig. Dario Nieuwenhuis 2024-05-20 10:55:55 +0200
  • d64f46ff9e PR remarks Ragarnoy 2024-05-01 01:47:05 +0200
  • 44cb4159a6 rustmft Ragarnoy 2024-05-01 00:05:22 +0200
  • 4dbec3402e Remove old embedded-hal trait implementations ragarnoy 2024-04-30 16:44:27 +0200
  • 02ee59fa1e Add Copy and 'static constraint to Word type in SPI structs Ragarnoy 2024-04-30 02:19:28 +0200
  • 6df737a48c rustfmt Ragarnoy 2024-04-30 02:11:38 +0200
  • c5a183fa82 Improve flexibility by introducing SPI word size as a generic parameter Ragarnoy 2024-04-30 02:10:54 +0200
  • 621dbeceda
    Merge pull request #2912 from brunob45/simple_capture Dario Nieuwenhuis 2024-05-20 08:49:12 +0000
  • a266948a7a
    Merge pull request #2956 from tact1m4n3/uart-fix Dario Nieuwenhuis 2024-05-20 08:44:01 +0000
  • c74729bddf
    Merge pull request #2960 from sourcebox/sync-additions Dario Nieuwenhuis 2024-05-20 10:38:24 +0200
  • 729f143269
    Merge pull request #2962 from avsaase/rp-async-multiwritenorflash Ulf Lilleengen 2024-05-19 11:02:05 +0000
  • e3e3728dae rp/flash: implement embedded_storage_async::nor_flash::MultiwriteNorFlash Alexander van Saase 2024-05-18 23:28:37 +0200
  • ab89993451 embassy-sync: Add capacity, free_capacity, len, is_empty and is_full functions to PubSubChannel Oliver Rockstedt 2024-05-18 14:01:23 +0200
  • f361c2e81c embassy-sync: Add capacity, free_capacity, len, is_empty and is_full functions to PriorityChannel Oliver Rockstedt 2024-05-18 13:48:40 +0200
  • 3d9b502c7a embassy-sync: Add capacity and free_capacity functions to Channel Oliver Rockstedt 2024-05-18 13:37:51 +0200
  • 5b2535c8a2 fix(embassy-rp): fix drop implementation of BufferedUartRx and BufferedUartTx tact1m4n3 2024-05-17 21:07:32 +0300
  • fa94b5cec0
    Merge pull request #2954 from embassy-rs/jamesmunns-patch-1 James Munns 2024-05-17 12:13:21 +0000
  • c590e91c0b
    FAQ: Fix section nesting James Munns 2024-05-17 14:11:42 +0200
  • 86221cc040
    Merge pull request #2952 from embassy-rs/jamesmunns-patch-1 Dario Nieuwenhuis 2024-05-17 12:59:39 +0200
  • 4722bac07c
    FAQ: "How to add support for a new chip" James Munns 2024-05-17 11:07:47 +0200
  • 128575aebe
    Merge pull request #2950 from felipebalbi/add-stm32g0-i2c-async-example Dario Nieuwenhuis 2024-05-16 19:17:48 +0000
  • 57d9bfd343 stm32g0: add i2c_async example Felipe Balbi 2024-05-16 12:14:05 -0700
  • d45638be1b
    Merge pull request #2947 from felipebalbi/add-shared-bus-example Dario Nieuwenhuis 2024-05-16 16:41:23 +0000
  • 3ef62eef53 stm32h7: add shared bus example Felipe Balbi 2024-05-16 08:12:18 -0700
  • 17dde65ac2 net-esp-hosted: fix missing enabling defmt feature in heapless. Dario Nieuwenhuis 2024-05-15 22:28:51 +0200
  • cc6998be30 Cargo format Joël Schulz-Ansres 2024-05-15 14:12:44 +0200
  • db56c4fe6f Add miso pullup to spi configuration, add input as field for speed Joël Schulz-Ansres 2024-05-15 12:54:30 +0200
  • 3e399a9690 update to remove dma generics Karun 2024-05-14 12:45:07 -0400
  • 620d182c5a Use read_busy function Joël Schulz-Ansres 2024-05-14 13:53:02 +0200
  • 663b5b094d Add helper functions Joël Schulz-Ansres 2024-05-14 13:45:37 +0200
  • 48719d742c Add unwrap to write Joël Schulz-Ansres 2024-05-14 12:22:27 +0200
  • 94cf606892 Improve write_cmd parameters Joël Schulz-Ansres 2024-05-14 12:16:43 +0200
  • 9005d26fca Remove comments, add some comments, minor fixes to dsihost.rs Joël Schulz-Ansres 2024-05-14 12:14:34 +0200
  • ea70b440cd
    Merge pull request #2940 from qiuweishengx/main James Munns 2024-05-14 07:51:34 +0000
  • c3db435011 Fix: typo QWS 2024-05-14 15:48:00 +0800
  • e1435195cb
    Merge pull request #2939 from embassy-rs/u0-hil Dario Nieuwenhuis 2024-05-13 14:23:05 +0000
  • 7089e5b586 stm32/tests: add stm32u0 hil. Dario Nieuwenhuis 2024-05-13 16:20:52 +0200
  • 3c52ef60b1
    Merge pull request #2937 from qiuweishengx/main Ulf Lilleengen 2024-05-13 12:39:36 +0000
  • 75cf17994f In the start_xosc function, the frequency range is set twice. Remove the redundant one. QWS 2024-05-13 19:48:23 +0800
  • 763b57449f
    Merge pull request #2928 from bobrippling/feat/usb-stall Dario Nieuwenhuis 2024-05-13 01:38:47 +0200
  • aaf4cb0cb2
    Merge pull request #2934 from embassy-rs/example-papercuts Dario Nieuwenhuis 2024-05-12 23:16:57 +0000
  • b131108396 examples/stm32h7rs: add i2c example. Dario Nieuwenhuis 2024-05-13 01:02:00 +0200
  • 66e3d4da8d examples/stm32: do not enable vbus detect by default, it doesn't work on all boards. Dario Nieuwenhuis 2024-05-13 01:01:44 +0200
  • 09781db85d embassy-usb-synopsys-otg: default vbus_detect to false. Dario Nieuwenhuis 2024-05-13 01:00:52 +0200
  • e2dfdcb509 examples/stm32: reduce packet queue count to avoid OOM on smaller chips. Dario Nieuwenhuis 2024-05-12 23:30:53 +0200
  • fd97c52d78
    Merge pull request #2931 from timbod7/timbod7-rp-usb-serial-example Dario Nieuwenhuis 2024-05-12 23:07:48 +0000
  • b56a0419bd
    Merge pull request #2933 from embassy-rs/update-stable Dario Nieuwenhuis 2024-05-12 22:39:17 +0000
  • 1c9bb7c2e1 time/generic-queue: fix ub in tests. Dario Nieuwenhuis 2024-05-13 00:35:46 +0200
  • a8f578751f tests/riscv32: workaround linking bug, update deps. Dario Nieuwenhuis 2024-05-13 00:16:24 +0200
  • a14319f51e stm32: allow some unused. Dario Nieuwenhuis 2024-05-13 00:00:36 +0200
  • 623d3ec306 stm32/ospi: remove unused trait. Dario Nieuwenhuis 2024-05-12 23:41:46 +0200
  • 43d51884e2 hal-internal: fix failing test due to not initializing ringbuf. Dario Nieuwenhuis 2024-05-12 23:40:32 +0200
  • 9556e935f1
    Merge pull request #2932 from embassy-rs/jamesmunns-patch-1 James Munns 2024-05-12 21:33:19 +0000
  • f30b298b0e Update stable Rust. Dario Nieuwenhuis 2024-05-12 23:31:42 +0200
  • 61fa95f353
    Update docs/modules/ROOT/pages/faq.adoc James Munns 2024-05-12 21:09:51 +0200
  • 3294ca36ce
    FAQ: add patch.crates-io example James Munns 2024-05-12 21:07:37 +0200
  • 9d783d3b35 refactor rp usb_serial example to use a task to run the usb Tim Docker 2024-05-12 21:42:17 +1000
  • 4cade64ebd
    Merge pull request #2929 from kalkyl/sdmmc Dario Nieuwenhuis 2024-05-11 16:59:47 +0000
  • 17d4f0173c spinlock + loop at end to allow defmt to flush properly kalkyl 2024-05-11 16:09:20 +0200
  • fd5412ffc5 rp: Add embedded-sdmmc example kalkyl 2024-05-11 15:16:20 +0200
  • a0da566d22
    Merge pull request #2927 from qiuweishengx/main Dario Nieuwenhuis 2024-05-11 11:45:26 +0200
  • 84cd0c672b rp usb: wake ep-wakers after stalling Rob Pilling 2024-04-29 16:23:42 +0100
  • 94b38449bd rp usb: add stall implementation Rob Pilling 2024-04-22 22:16:25 +0100
  • fe68308958 Fix: typo QWS 2024-05-10 22:22:24 +0800
  • 9cbbedef79
    Merge pull request #2925 from timokroeger/ucpd-refactor Dario Nieuwenhuis 2024-05-10 08:49:07 +0000
  • 5c93e9dadd [UCPD] Use ChannelAndRequest helper Timo Kröger 2024-05-10 10:37:56 +0200
  • 4b4777e6bb
    Merge pull request #2922 from Mirror0/qspi-example Dario Nieuwenhuis 2024-05-10 07:34:57 +0000
  • ee22e98fe1 feat(qspi): add example usage of QSPI Mateusz Butkiewicz 2024-05-09 08:05:34 +0200
  • a7eb9bced1
    Merge pull request #2923 from kalkyl/interrupt Dario Nieuwenhuis 2024-05-09 10:31:15 +0000
  • 108bfae30d rustfmt kalkyl 2024-05-09 11:14:09 +0200
  • dc108ca31d rp: Add raw interrupt handler example kalkyl 2024-05-09 11:04:31 +0200
  • 4a15945395
    Merge pull request #2920 from plaes/stm32h7rs-cargo-warning Dario Nieuwenhuis 2024-05-08 21:41:52 +0000
  • e94d4e6416 examples: Use unique crate name for stm32h7rs examples Priit Laes 2024-05-08 10:13:51 +0300
  • 1166bcd799
    Merge pull request #2919 from embassy-rs/fix-peripheralref-deref Dario Nieuwenhuis 2024-05-07 21:32:45 +0000
  • b13ad7e80b Fix PeripheralRef soundness issue allowing &T. Dario Nieuwenhuis 2024-05-07 23:21:55 +0200
  • 0f11fecff6
    Merge pull request #2917 from davidskula/main Ulf Lilleengen 2024-05-07 20:40:45 +0000
  • 87aca974b1 impl ReadReady for tcp call can_recv() insted of may_recv() davidskula 2024-05-07 16:07:00 +0200
  • dc30bcfa2e
    Merge pull request #2914 from wetheredge/mutex-trait-parity Dario Nieuwenhuis 2024-05-07 13:00:43 +0000
  • 969933cb7b fix fmt for ci Bruno Bousquet 2024-05-06 02:52:22 -0400
  • 55c8d3f474 add async capture Bruno Bousquet 2024-05-06 02:47:42 -0400
  • cc4ff9ef2d embassy_sync::Mutex: Implement traits to match std W Etheredge 2024-05-05 23:10:00 -0500
  • b662dfb183 format timer/mod.rs Bruno Bousquet 2024-05-05 23:15:00 -0400
  • 7b04b0166b cleanup for PR Bruno Bousquet 2024-05-05 23:05:06 -0400
  • 29d6fa0a4a add get_input_interrupt Bruno Bousquet 2024-05-05 23:00:48 -0400
  • 431a60ca63 formatting Bruno Bousquet 2024-05-05 22:30:16 -0400
  • ad66dc3aab create input_capture Bruno Bousquet 2024-05-05 21:58:54 -0400
  • 15c3ae8ef6
    Merge pull request #2911 from onestacked/embassy-net-remove-unused-deps Dario Nieuwenhuis 2024-05-05 18:48:47 +0000
  • 1da9e326bb Removes some unused dependencies in embedded-net. onestacked 2024-05-05 19:43:35 +0200
  • 0cbdd8b9c8
    Merge pull request #2904 from PegasisForever/bdma_example Dario Nieuwenhuis 2024-05-04 20:03:07 +0000
  • 2ba8a7b015
    Merge pull request #2908 from honzasp/timer-get-clock-frequency Dario Nieuwenhuis 2024-05-04 20:01:52 +0000
  • 7b3939ca80 stm32/timer: add low_level::Timer::get_clock_frequency() Jan Špaček 2024-05-04 19:42:32 +0200
  • 07c2f169f5 Add versioning for group checks Karun 2024-05-03 19:47:42 -0400
  • a91f686544 Check group configuration validity Karun 2024-05-03 17:29:21 -0400
  • 8e92e8718d Add example documentation Karun 2024-05-03 12:40:26 -0400
  • 1c10339f47 format Pegasis 2024-05-03 08:17:29 -0400
  • 3e87dae578 add example for bdma Pegasis 2024-05-03 08:12:30 -0400