Commit Graph

  • 1443f3386b
    fix: remove stable nightly feature Oleksandr Babak 2024-09-06 11:34:30 +0200
  • 5b4941a510
    ci: update rust-toolchain Oleksandr Babak 2024-09-06 11:29:12 +0200
  • 1b1db2401b Use byte slice for config Ulf Lilleengen 2024-09-06 11:22:07 +0200
  • 01d8508b6c
    fix: nightly api changed during the night Oleksandr Babak 2024-09-06 11:16:44 +0200
  • e2e3143c2e Add explicit disable/enable function and skip enable in configure Ulf Lilleengen 2024-09-06 09:58:54 +0200
  • 5e74434cb8 Ensure modem is enabled in run() Ulf Lilleengen 2024-09-06 09:52:26 +0200
  • ca3d091faf
    Merge pull request #3309 from Kezii/main Ulf Lilleengen 2024-09-06 07:36:16 +0000
  • ac7ebea762 Make sure to CFUN=0 before changing configuration Ulf Lilleengen 2024-09-06 09:34:39 +0200
  • 54927cc3aa
    Merge pull request #3315 from Ecco/fix-ci-test-http-git Dario Nieuwenhuis 2024-09-05 22:03:16 +0000
  • ccce870642 ci: Fix the "test" task when using stm32-metapac from a CI artifact Romain Goyet 2024-09-05 18:01:05 -0400
  • a8ca6713e6 feat(usb): make use of ISO endpoint support elagil 2024-09-05 21:29:24 +0200
  • d37c482e21 feat(usb-otg): add support for ISO endpoints elagil 2024-09-05 21:29:11 +0200
  • ccf68d7391 feat(usb): add support for ISO endpoints elagil 2024-09-05 21:29:04 +0200
  • b8fa5cdf06
    Merge pull request #3312 from 9SMTM6/fix_wasm_linking Ulf Lilleengen 2024-09-05 11:39:59 +0000
  • 791f1aec52 Dereive required traits on RequestType for non-rtt Ingmar Jager 2024-09-05 12:09:58 +0200
  • db00f3f5ec Enable critical-section/std on wasm Samuel Maier 2024-09-05 11:45:49 +0200
  • d71fd447cc Add method for buypassing and running at command directly Ulf Lilleengen 2024-09-05 11:25:19 +0200
  • 0c8dccdc31 Use bitflags as alternative for defmt::bitflags in case no defmt feature Ingmar Jager 2024-09-05 11:10:15 +0200
  • 5d0ed24640 Move configure out of run Ulf Lilleengen 2024-09-05 10:31:51 +0200
  • 836e8add1b Mintor fixes after testing re-attach Ulf Lilleengen 2024-09-05 10:02:45 +0200
  • 20e36e658b Try fix conditional compilation for usb_host.rs Ingmar Jager 2024-09-05 08:51:09 +0200
  • e0b5d69d57
    Merge pull request #3311 from embassy-rs/disable-flaky-test Dario Nieuwenhuis 2024-09-04 19:12:01 +0000
  • df4ed5c91d stm32/tests: disable flaky stm32wl55jc/usart_rx_ringbuffered Dario Nieuwenhuis 2024-09-04 21:09:37 +0200
  • e75903138a Fix commented out code Caleb Jamison 2024-09-04 13:42:03 -0400
  • ccfa6264b0 Add closing if raw socket to handle re-attach Ulf Lilleengen 2024-09-04 19:31:55 +0200
  • aa3c7b900e support custom style for usb logger Kezi 2024-09-04 18:36:40 +0200
  • 372e45dabc Add context run task Ulf Lilleengen 2024-09-04 18:47:26 +0200
  • 49881f6fd1 rustfmt Ulf Lilleengen 2024-09-04 14:21:13 +0200
  • b4221d75b8 Make tracing optional and use dedicated task Ulf Lilleengen 2024-09-04 14:09:17 +0200
  • 5e27a3e64f Document public API and fix warnings Ulf Lilleengen 2024-09-04 13:09:27 +0200
  • b76b7ca9f5 Use at-commands crate and support DNS Ulf Lilleengen 2024-09-04 12:58:33 +0200
  • aabdd45424 remove debug logging Ulf Lilleengen 2024-09-04 11:09:27 +0200
  • a6db8678eb Add utility for setting configuration for a context Ulf Lilleengen 2024-09-04 11:04:36 +0200
  • fd4da1eb64 Add comment about NUCLE0-G0B1RE together with X-NUCLEO-DRP1M1 Ingmar Jager 2024-09-04 10:25:31 +0200
  • 8510fc85ce Add docstrings Ingmar Jager 2024-09-04 10:16:52 +0200
  • 32cff6530f
    chore: fix using default_features instead of default-features in embassy boot dependency (#3306) Lucas Martins Mendes 2024-09-03 16:02:39 -0300
  • ecc4c54552
    chore: fix using default_features instead of default-features in embassy boot dependency Lucas Martins 2024-09-03 15:42:24 -0300
  • 2a99173883 Add USB Host implementation and example for stm32g0 Ingmar Jager 2024-09-03 19:54:00 +0200
  • 059cad05c3 Make usb_host available for usb_v4 peripherals Ingmar Jager 2024-09-03 18:42:25 +0200
  • cab40fdc97
    Merge pull request #24 from tokenize-inc/TR3FIR-345-l2cap-connection-update-response-evt-parsing lukasz-zajac 2024-09-03 14:28:09 +0200
  • fdff37d2f3 Merge remote-tracking branch 'origin/main' into stm32-usb-host Ingmar Jager 2024-09-03 13:39:11 +0200
  • 293243b0aa Disable channels on error Ingmar Jager 2024-09-03 13:38:53 +0200
  • 65515343ae Reuse channel write/read for control transfers Ingmar Jager 2024-09-03 13:18:10 +0200
  • af79435c71
    [TR3FIR-345] Bump stm32wb-hci version Łukasz Zając 2024-09-03 10:08:27 +0200
  • b277f42c9d
    nrf52840: fix naming of LED states in examples (#3304) Adrian Friedli 2024-09-02 22:07:49 +0200
  • 5d7132aecb
    nrf52840: fix naming of LED states in examples Adrian Friedli 2024-09-02 21:17:47 +0200
  • 82f274ea09
    stm32: add f2 flash support (blocking) Maxime Vincent 2024-09-02 12:05:33 +0200
  • 85540a9287
    [embassy-time] Feature gate embedded-hal 0.2 GnomedDev 2024-09-02 01:21:00 +0100
  • f6d92b7611
    fix(stm32): disable transmitter during half-duplex read Badr Bouslikhin 2024-08-30 18:52:23 +0200
  • 4c07c356e4 Fixup: forgot to rename fn in example Caleb Jamison 2024-08-29 21:35:57 -0400
  • 0434798439 Import otp from rp-hal, helper fns for chipid and randid Caleb Jamison 2024-08-29 12:28:23 -0400
  • abcb39a58b
    Allow bos_descriptor_buf to be a zero-length slice Maxime Vincent 2024-08-29 17:32:43 +0200
  • 372270a9b9 rp235x flash support. Caleb Jamison 2024-08-27 13:19:07 -0400
  • d8d0bae3bc Merge remote-tracking branch 'origin/main' into stm32-usb-host Ingmar Jager 2024-08-29 15:32:09 +0200
  • c3385904f5 Remove debug prints Ingmar Jager 2024-08-29 14:57:14 +0200
  • 22f4459ae2 stm32/usart: sending break character in buffered usart Daniel Trnka 2024-08-28 21:35:31 +0200
  • 1b716649a4 Implement Read for non-control endpoints Ingmar Jager 2024-08-28 14:53:32 +0200
  • b56e95bf7c Fix a typo Dániel Buga 2024-08-28 10:26:48 +0200
  • 4254d369ae Fix samplerate task config for SAADC alloc sampler Jacob Trueb 2024-08-27 12:52:59 -0500
  • 02cccf425c Add zerocopy double buffered saadc Jacob Trueb 2024-08-26 17:05:13 -0500
  • f0a8607051
    Add block-device-driver impl for use with embedded-fatfs (#2607) Scott Mabin 2024-08-26 19:45:57 +0100
  • 9347571fea
    rp: add example code to flash bluetooth fw (#3290) Pedro Ferreira 2024-08-26 20:28:30 +0200
  • 6f1ec0bf48 rp: add example code to flash bluetooth fw Pedro Ferreira 2024-08-26 20:08:24 +0200
  • 84544b5522 Add block-device-driver impl for use with embedded-fatfs Scott Mabin 2024-02-20 23:36:00 +0000
  • a7bfec2467
    Merge pull request #3288 from jbowes/chore/remove-rp-pins-from-mouse-example Dario Nieuwenhuis 2024-08-26 15:00:34 +0000
  • d4ab9fc247
    chore: Remove unused keyboard code from rp mouse example James Bowes 2024-08-26 10:33:13 -0300
  • 0a33edc997 Import rom_data for the rp235x, don't use intrinsics on rp235x Caleb Jamison 2024-08-26 09:41:52 -0400
  • 86ca664655
    Merge pull request #3285 from CirrusNeptune/udp-zerocopy Ulf Lilleengen 2024-08-26 05:44:30 +0000
  • 9b142bd80f feat(embassy-net): add zero-copy UDP send/recv functions Cirrus 2024-08-25 13:14:36 -0700
  • bea1f34440 stm32/usart: sending break character Daniel Trnka 2024-08-21 13:15:48 +0200
  • 1ff1f00d5a
    Merge pull request #3282 from elagil/add_sai_is_muted Ulf Lilleengen 2024-08-25 13:59:27 +0000
  • 1cfd5370ac
    Merge pull request #3281 from elagil/ulpi_add_fs_support Ulf Lilleengen 2024-08-25 06:05:41 +0000
  • f4c7ec7462
    Merge pull request #3284 from korken89/fix-can-log-spam Ulf Lilleengen 2024-08-25 06:04:48 +0000
  • 41e162541a stm32: Fix log storm when no CAN is connected Emil Fresk 2024-08-25 07:14:19 +0200
  • 557cff7085 feat: Add support for a full-speed ULPI mode elagil 2024-08-24 20:23:10 +0200
  • 87e97fb69d feat: add function to check if SAI is muted elagil 2024-08-24 20:16:00 +0200
  • 545eb39819
    Merge pull request #3279 from ionspin/fix-timer0-tick James Munns 2024-08-24 10:21:29 +0000
  • 8c1024b2a5
    Set up timer0 tick when initializing clocks Ugljesa Jovanovic 2024-08-24 12:11:54 +0200
  • cead32fbd2 Fix gain set in PDM Jacob Trueb 2024-08-23 16:11:00 -0500
  • 5479647962
    embassy-net: fix/clearify TcpReader docs. Expand docs on timeouts dvdsk 2024-08-23 19:16:33 +0200
  • acc26a076a
    embassy-net/read document return value Ok(0) dvdsk 2024-08-23 15:04:00 +0200
  • 2dae15f406
    Merge e3ea7317ab into 423e5d7655 Caleb Stewart 2024-08-23 12:58:42 +0800
  • 423e5d7655
    Merge pull request #3275 from embassy-rs/use-bthci-release Ulf Lilleengen 2024-08-21 16:25:13 +0000
  • fb96a879ab Add USBHost Trait to embassy-usb-driver crate Ingmar Jager 2024-08-21 18:14:24 +0200
  • c9ad897d4a Use released bt-hci crate Ulf Lilleengen 2024-08-21 18:12:59 +0200
  • 86a45b47e5 add at command file Ulf Lilleengen 2024-08-05 12:09:58 +0200
  • bc67cc22aa update driver channel dependency Ulf Lilleengen 2024-08-05 12:09:29 +0200
  • 11652ff5c7 don't crash if tx buffers fill up. Dario Nieuwenhuis 2024-06-25 21:15:23 +0200
  • 160e1c38ce Add embassy-net-nrf91. Dario Nieuwenhuis 2024-06-21 20:19:54 +0200
  • aff66b9695 nrf: add try_write to BufferedUarte. Dario Nieuwenhuis 2024-06-21 20:17:39 +0200
  • ebfbcc40be
    Add IOConfig struct and pub fn io_config() Chris Yates 2024-08-20 20:05:56 +0100
  • 3ec8efc92e
    Merge pull request #23 from tokenize-inc/docs/TR3FIR-336-document_token_changes_to_embassy Alessandro Gasbarroni 2024-08-20 14:29:50 +0200
  • 1c466b81e6
    Merge pull request #3233 from nautd/uart_half_duplex_fix Dario Nieuwenhuis 2024-08-19 20:20:20 +0000
  • 8e16adf78c Implement Endpoint0 change max_oacket_size and realloc Ingmar Jager 2024-08-19 18:28:00 +0200
  • bbc06035c1 make half duplex fn private Karun 2024-08-19 12:15:39 -0400
  • fcf9b3239e remove duplication Karun 2024-08-19 11:27:18 -0400
  • 6a868e5d2f Fix hcmda reg definition ferris 2024-08-19 14:15:02 +0200
  • 07579eb4b4 Describe Hcdma reg, add HcdmaB & split hctsiz->xfersiz for interrupt/isochronuous channels ferris 2024-08-19 13:52:35 +0200
  • 8cd9d5e9a9
    Merge branch 'embassy-rs:main' into main Mateusz 2024-08-19 10:01:15 +0200
  • 1b0661ebb1 [UCPD] Add support for non-SOP packets Sjoerd Simons 2024-08-18 21:06:13 +0200