Commit Graph

  • d643d50f41 Add Watch to embassy-sync README rafael 2024-10-05 12:24:17 +0200
  • b73b3f2da0 rp: Run RP235x at 150 MHz instead of 125 Sebastian Quilitz 2024-10-05 12:18:33 +0200
  • 6e0b08291b
    Merge pull request #3387 from paulwrath1223/main Henrik Alsér 2024-10-02 21:17:54 +0000
  • ce701c3e8e Fixed overflow on pio_stepper.rs Paul Fornage 2024-10-02 13:35:59 -0700
  • e3b6dff38c Update embedded-nal-async dependency to 0.8 Aurélien Jacobs 2024-10-02 16:32:11 +0200
  • bc0180800d
    Remove binary_info blocks from most examples. (#3385) Caleb Jamison 2024-10-01 10:51:18 -0400
  • c02642d8bf Remove binary_info blocks from most examples. Caleb Jamison 2024-10-01 09:40:43 -0400
  • e6ce81018b
    Merge pull request #2568 from peterkrull/multi-signal Ulf Lilleengen 2024-10-01 07:10:46 +0000
  • c2119705e9 finish implementing high level interface, polish, fix warnings and bugs Hans Josephsen 2024-09-25 22:37:41 +0200
  • 819ff1b7e3 work on high level driver Hans Josephsen 2024-09-25 18:51:41 +0200
  • 1e7af3e966 refactor module structure Hans Josephsen 2024-09-24 12:32:11 +0200
  • 312b2fd81d message ram abstraction Hans Josephsen 2024-09-23 18:38:36 +0200
  • 19a0be550a parametrize can type with message size Hans Josephsen 2024-09-22 19:51:06 +0200
  • a3dd0ffc35 initial small fdcan improvements Hans Josephsen 2024-09-22 13:47:18 +0200
  • a7d1abf6b7
    Merge pull request #3378 from dnbln/patch-1 Ulf Lilleengen 2024-09-27 09:44:16 +0000
  • 3792b14161
    fix: change duplicate reference to FirmwareUpdaterConfig::from_linkerfile_blocking in rustdoc Dinu Blanovschi 2024-09-27 10:40:24 +0200
  • c7cc82e165 Implement detecting device disconnect Ingmar Jager 2024-09-26 16:14:17 +0200
  • eb91089a6c
    Merge pull request #3376 from embassy-rs/nrf91-sim-pin Ulf Lilleengen 2024-09-26 13:51:16 +0000
  • f19718b4f0 Add config option for setting SIM pin Ulf Lilleengen 2024-09-26 15:41:21 +0200
  • c3f018bebd Change usb log statements to trace to reduce verbosity Ingmar Jager 2024-09-26 14:06:27 +0200
  • 8a5d1454a4
    Merge pull request #3374 from romainreignier/fix_rp23_binary_info Dario Nieuwenhuis 2024-09-26 11:27:10 +0000
  • 6e2c5d0b45 rp23: add missing binary info in linker script Romain Reignier 2024-09-26 13:24:50 +0200
  • c10ac68c2e Cleanup unused variables Ingmar Jager 2024-09-25 17:22:51 +0200
  • 333ad02a0c Fix formatting Leon Loeser 2024-09-25 17:08:52 +0200
  • 7d1ffb69b0 Add pub use of moved SynchronizationType and DataType Leon Loeser 2024-09-25 16:59:31 +0200
  • f13d31089a Fix unused variable names Leon Loeser 2024-09-25 16:46:03 +0200
  • 07972ee521 Implement missing USB functions as not-implemented warnings so everything works as before on non-rp platforms for now Leon Loeser 2024-09-25 16:35:32 +0200
  • e3cd9e99e1 Fix buffersize and packetsize growing Leon Loeser 2024-09-25 14:52:36 +0200
  • bfda351452 Add TransferOptions with timeout to USB Host transfers Ingmar Jager 2024-09-25 14:31:44 +0200
  • 0f9cc53d92
    Merge branch 'embassy-rs:main' into main Mateusz 2024-09-25 09:54:02 +0200
  • 712fa08363
    feat(embassy-net): Implement wait_read_ready() + wait_write_ready() for TcpSocket Anthony Grondin 2024-09-24 10:42:06 -0400
  • e8da387726
    docs(embassy-net): Update can_send() and may_send() documentation to reflect actual behavior from smoltcp Anthony Grondin 2024-09-24 10:25:10 -0400
  • ae5b78b27a
    feat(embassy-net): Implement wait_recv_ready() + wait_send_ready() for UdpSocket Anthony Grondin 2024-09-23 16:30:14 -0400
  • af6fbb0ee1
    Merge pull request #3371 from CBJamo/rp23_pwm_b_pin Dario Nieuwenhuis 2024-09-24 23:04:56 +0000
  • b743dce8e4 Only B pins can be inputs. Caleb Jamison 2024-09-24 18:55:05 -0400
  • a498bf11af Disable pad isolation on PWM A pins. Caleb Jamison 2024-09-24 18:45:20 -0400
  • a13f24b39b TMP: use pio-rs from cbjamo Pedro Ferreira 2024-09-24 19:42:27 +0200
  • d2f959cdac RP235x: add example for encoder with status register Pedro Ferreira 2024-09-23 23:54:34 +0200
  • bda9715f51 RP235x: Set IE and OD when setting a PIO pin Pedro Ferreira 2024-09-23 23:15:07 +0200
  • 9a215a4932 RP235x: First stab at support for new FIFO options Pedro Ferreira 2024-09-11 21:21:41 +0200
  • 2b8923cb50 Fix usb request checking wrong flag (rx instead of tx) Ingmar Jager 2024-09-24 17:32:04 +0200
  • d0f100146f Fix fmt for comment Ingmar Jager 2024-09-24 16:13:50 +0200
  • a46d96b5fb Add Error type for USB Enumeration Ingmar Jager 2024-09-24 15:56:33 +0200
  • c83b7a0523 Add pin to select_slice Mathias 2024-09-24 12:56:45 +0200
  • 84dba29416 Merge branch 'main' of https://github.com/embassy-rs/embassy into feature/embassy-at-cmux Mathias 2024-09-24 12:40:32 +0200
  • 5e1912a2d3 Reverse generics order, remove spin_get Peter Krull 2024-09-24 12:37:32 +0200
  • ea402bea7e Fix buffer growing and endpoint address tracking Leon Andrea Loeser 2024-09-21 14:09:47 +0200
  • 999807f226 Added SealedWatchBehavior to limit access to core functions Peter Krull 2024-09-23 20:29:50 +0200
  • a669611d7c Discontinue peek, add AnonReceiver Peter Krull 2024-09-23 20:09:35 +0200
  • 0ede8479dc
    Merge pull request #3367 from CBJamo/rp2350_debug_pin_fix Dario Nieuwenhuis 2024-09-23 17:41:19 +0000
  • 0b8c4587c2 Fix rp2350b pins >31 on debug builds Caleb Jamison 2024-09-23 13:38:43 -0400
  • a2c473306f
    Merge branch 'embassy-rs:main' into multi-signal Peter Krull 2024-09-23 19:02:59 +0200
  • 2935290a62
    Merge pull request #3366 from kingofpayne/main Ulf Lilleengen 2024-09-23 15:08:22 +0000
  • 84cc9bdd9c
    Merge pull request #25 from tokenize-inc/bump-stm32-metapac-to-15-1004-0 grochowski-withintent 2024-09-23 16:27:53 +0200
  • 124f2518ab Bump stm32-metapac Konrad Grochowski 2024-09-23 16:23:14 +0200
  • 05d453bfd8 Fixed signature script in bootloader documentation Olivier Hériveaux 2024-09-23 16:11:45 +0200
  • 81573b1a6d
    Merge pull request #3364 from hansihe/fix-fdcan-preemption-dequeued-frame-return Ulf Lilleengen 2024-09-23 08:09:17 +0000
  • e70b7099f1
    Merge pull request #3363 from embassy-rs/spi-word-tests Dario Nieuwenhuis 2024-09-23 00:17:08 +0000
  • a71098d824 stm32/tests: test spi u8 and u16 word sizes. Dario Nieuwenhuis 2024-09-22 10:53:04 +0200
  • fb0afa8a0f stm32: update metapac. Fixes SPI version on L0. Dario Nieuwenhuis 2024-09-23 02:06:11 +0200
  • 68b783aedf stm32/spi: fix hang/corruption of word sizes other than 8bit. Dario Nieuwenhuis 2024-09-23 01:59:05 +0200
  • 59dcffbc60 stm32/gpdma: clear tr3 just in case. Dario Nieuwenhuis 2024-09-23 01:32:55 +0200
  • f2f96a731c stm32/gpdma: ensure bndt in bytes doesn't overflow. Dario Nieuwenhuis 2024-09-23 00:32:17 +0200
  • 9705f3332b
    Merge pull request #3337 from doesnotcompete/feature/h7rs-usb Dario Nieuwenhuis 2024-09-22 23:56:17 +0000
  • b9553badb3
    Merge pull request #3362 from showier-drastic/main Dario Nieuwenhuis 2024-09-22 19:39:47 +0000
  • e2d2b0f362 Currently the return value of write is broken, it never returns the previous frame even when present. Hans Josephsen 2024-09-22 12:30:38 +0200
  • db31e36485 stm32/spi: issue correct DMA word length when reading Shaw Drastin 2024-09-22 02:05:17 +0800
  • 233905e18c
    Merge pull request #3356 from peterkrull/ringbuffered-uartrx-deadlock Dario Nieuwenhuis 2024-09-22 08:56:46 +0000
  • 85b7c8957c Add presence check for OTG_HS peripheral on STM32H7R/S series Kevin 2024-09-22 01:11:32 +0200
  • 6d9af8304c Add USBPHYC clock configuration for H7RS series Kevin 2024-09-15 20:09:42 +0200
  • 2f60d78ea3 Add OTG_HS support for STM32H7R/S Kevin 2024-09-15 02:44:16 +0200
  • f2646b29a6 Make clone_unchecked work Grant Miller 2024-09-21 07:52:54 -0500
  • 23cab08cb7 Make Synchronization type and UsageType re-exported Leon Andrea Loeser 2024-09-21 13:55:07 +0200
  • 4f170e1c0e Enable automatic endpoint reconfiguration. Leon Andrea Loeser 2024-09-21 13:45:11 +0200
  • dfbc4c275b Endpoint buffer now grows if reused with larger buffersize Leon Andrea Loeser 2024-09-21 13:24:06 +0200
  • 244fa979d3
    Same for stm Ugljesa Jovanovic 2024-09-21 12:01:24 +0200
  • 057579bce5
    Same for nrf Ugljesa Jovanovic 2024-09-21 11:41:25 +0200
  • 290c125eaa Implement From<u8> for endpointtypes etc; Implement change functions in interrupt Leon Andrea Loeser 2024-09-21 11:32:54 +0200
  • 774b5208dd Fix descriptor_reader and bus interrupt endpoint type and attribute not being compilable Leon Andrea Loeser 2024-09-21 11:06:01 +0200
  • d652bb842a Move UsageType and SynchronizationType to embassy_usb_driver Leon Andrea Loeser 2024-09-21 11:04:57 +0200
  • 766f415ba8
    Update rand_core and rand to alpha release 0.9.0-alpha.2 for embassy-rp, add TryRngCore implementation to prevent breaking change for users of try_fill_bytes Ugljesa Jovanovic 2024-09-21 10:51:31 +0200
  • afd8a86962
    Merge pull request #3359 from NZRosto/main Dario Nieuwenhuis 2024-09-21 01:11:41 +0000
  • 3328c5d656
    Correctly gate time feature of embassy-embedded-hal in embassy-stm32 Reed 2024-09-21 12:31:38 +1200
  • 3020bf3662
    Merge pull request #3355 from Gerharddc/main Dario Nieuwenhuis 2024-09-20 13:47:25 +0000
  • 5ea934d4ba embassy_stm32/eth: support compliance testing Gerhard de Clercq 2024-09-20 09:57:31 +0200
  • 89bad07e81 embassy_sync: Sink adapter for pubsub::Pub Nathan Perry 2024-09-20 01:52:59 -0400
  • 9157de3a66 Add hpm-hal to HAL list Andelf 2024-09-20 02:28:54 +0800
  • 3aeeeb0d78 stm32: Start DMA before clearing, avoid panic in updater ringbuffer impl Peter Krull 2024-09-19 20:07:08 +0200
  • 4fcc8e39d6 stm32: Only check errors on running RingBufferedUartRx, reduce number of small one-time functions Peter Krull 2024-09-19 19:21:34 +0200
  • 2a9cdaabaa stm32: Moved comment to match request_stop Peter Krull 2024-09-19 18:25:08 +0200
  • 907d55ea82 stm32: Added request_pause to DMA, and use it for RingBufferedUartRx Peter Krull 2024-09-19 18:14:09 +0200
  • d7780fcf83
    Merge pull request #3354 from mammothbane/main Ulf Lilleengen 2024-09-19 12:55:50 +0000
  • 893b8d79e8 embassy_sync/pubsub: fix PubSubBehavior visibility Nathan Perry 2024-09-19 08:17:33 -0400
  • aee8b9b1f8 Merge remote-tracking branch 'origin/master' into feature-i2-slave-r2 anton smeenk 2024-09-19 11:26:45 +0200
  • cdb44f1272
    Merge pull request #3349 from embassy-rs/e-b-introduce-reverted-magic Ulf Lilleengen 2024-09-19 07:24:33 +0000
  • 4e1efd93fd Fix defmt support for example boot app Ulf Lilleengen 2024-09-19 09:15:55 +0200
  • df23a77bfc Add led to example to demonstrate revert state detection Ulf Lilleengen 2024-09-19 09:15:35 +0200
  • ab0a227e4c Ensure bootloader state is parsed correctly Ulf Lilleengen 2024-09-19 09:15:08 +0200
  • b1897c58fa Add revert state in embassy-boot Ulf Lilleengen 2024-09-18 16:14:53 +0200
  • 45cbcb513d
    Merge pull request #3350 from embassy-rs/net-fixes2 Dario Nieuwenhuis 2024-09-18 19:51:37 +0000