Commit graph

  • 7f55a28a50 stm32: can: fd: Properties for common runtime get/set operations Torin Cooper-Bennun 2024-04-18 09:59:39 +01:00
  • a9878a243d
    Merge pull request #2841 from nerwalt/channel-ready-to-receive Ulf Lilleengen 2024-04-22 10:25:02 +00:00
  • 68a4fd8f4a Enable LEC interrupt as well Eric Yanush 2024-04-22 01:52:10 -06:00
  • 6e1290b3f1 Ensure bus errors are forwarded only once, enable bus off/passive/warning interrupts Eric Yanush 2024-04-22 01:45:09 -06:00
  • 01b36a4434 rustfmt usb examples Joël Schulz-Ansres 2024-04-22 01:06:59 +02:00
  • 896d0e7cd8 Add comment on vbus_detection to all USB examples Joël Schulz-Ansres 2024-04-22 00:52:37 +02:00
  • 152d514f52 Fix spelling in vbus_detection doc comment Joël Schulz-Ansres 2024-04-22 00:39:59 +02:00
  • 79fbdb1fe0 Add USB debugging section to FAQ Joël Schulz-Ansres 2024-04-22 00:38:09 +02:00
  • a5b006268b
    Merge pull request #2848 from jannic/pio_pull_doc_improvement Dario Nieuwenhuis 2024-04-21 21:32:18 +00:00
  • 3f8736e872 Add a comment to the pio rx fifo pull function Jan Niehusmann 2024-04-21 21:24:15 +00:00
  • d2ba751c06 Changed attach to new Bjorn 2024-04-21 10:00:57 -07:00
  • 7658966486 Merge branch 'main' of https://github.com/embassy-rs/embassy Bjorn 2024-04-20 22:12:28 -07:00
  • 0a2d58ec5b Added PIO pwm examples for rp Bjorn 2024-04-20 22:12:24 -07:00
  • b03f23ab64
    Update sharing_peripherals.adoc Mark Tomlin 2024-04-19 21:36:03 -04:00
  • b2f7ce99d6
    Update time_keeping.adoc Mark Tomlin 2024-04-19 21:35:25 -04:00
  • 30dcc88093 Adding ready_to_receive to Channel and Receiver Adding ReceiveReadyFuture nerwalt 2024-04-19 12:16:12 -06:00
  • 49435f79b3 fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ functions chrysn 2024-04-19 15:54:56 +02:00
  • 2c7c39d1db fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ functions chrysn 2024-04-19 15:51:27 +02:00
  • e6bf6c7a49 Merge branch 'main' into prep-embedded-nal-async-udp chrysn 2024-04-19 15:22:57 +02:00
  • da86c08651
    Merge pull request #2839 from retif/patch-1 Ulf Lilleengen 2024-04-19 10:40:34 +00:00
  • 0dcf034857
    Update layer_by_layer.adoc Oleksandr Kuksenko 2024-04-19 13:37:58 +03:00
  • 00708d8c27
    Merge pull request #2833 from qwerty19106/stm32_fix_half_duplex_uart Dario Nieuwenhuis 2024-04-18 14:49:11 +00:00
  • 0ee7748811
    Merge pull request #2832 from MaxiluxSystems/feature/fdcan-bus-off Dario Nieuwenhuis 2024-04-18 14:48:13 +00:00
  • ce58cd0f1c Allow Uart::new_half_duplex for all usart_vx qwerty19106 2024-04-17 18:07:24 +04:00
  • 78ca904e96
    Merge pull request #2831 from cyril-marpaud/patch-1 Dario Nieuwenhuis 2024-04-17 15:56:31 +00:00
  • 80b3db4ea6 stm32: can: fd: implement bus-off recovery Torin Cooper-Bennun 2024-04-17 14:58:08 +01:00
  • 901bdfc7b8 stm32: can: fd: on_interrupt: simplify, rm redundant code Torin Cooper-Bennun 2024-04-17 14:54:47 +01:00
  • 34362b77cc
    fix: typo Cyril Marpaud 2024-04-17 12:56:18 +02:00
  • 10ee1c1ae8 stm32: ensure the core runs on HSI clock while setting up rcc Aurélien Jacobs 2024-04-16 23:36:47 +02:00
  • bab4affe7c
    Merge pull request #2813 from diondokter/u0-dion Dario Nieuwenhuis 2024-04-16 18:45:09 +00:00
  • 38e71a2438 ci: add u0 examples. Dario Nieuwenhuis 2024-04-16 20:38:09 +02:00
  • 2bd5095991 stm32/usb: enable USV for U0. Dario Nieuwenhuis 2024-04-16 20:37:42 +02:00
  • e5e9fb78af update stm32-metapac. Dario Nieuwenhuis 2024-04-16 20:37:10 +02:00
  • 40ad87730f
    Merge pull request #2828 from idaniel86/stm32-g4-adc-channel-number-issue Dario Nieuwenhuis 2024-04-16 18:35:56 +00:00
  • 32b1b4067f Bug: There are at most 18 channels for the ADC. Daniel Igaz 2024-04-16 20:27:12 +02:00
  • 34668bae5c Add wait_disabled method to embassy_nrf::usb::Endpoint Alex Moon 2024-04-16 12:14:22 -04:00
  • bd13b5c060 More probe-run -> probe-rs run. Dario Nieuwenhuis 2024-04-16 17:07:13 +02:00
  • b66736a4d3
    Merge pull request #2826 from embassy-rs/jamesmunns-patch-1 Dario Nieuwenhuis 2024-04-16 17:05:53 +02:00
  • 4202dac8a6
    L4 Example: probe-run to probe-rs James Munns 2024-04-16 17:03:44 +02:00
  • 90f1d29c24 Fix rng clock Dion Dokter 2024-04-16 16:36:10 +02:00
  • b3710a31f0
    Merge pull request #2825 from MaxiluxSystems/fix/adc-blocking-delay-overflow Dario Nieuwenhuis 2024-04-16 14:22:39 +00:00
  • d928663bae stm32: adc: fix blocking_delay_us() overflowing when sys freq is high Torin Cooper-Bennun 2024-04-16 15:13:31 +01:00
  • a5f754238b Add spi, i2c and fix usart Dion Dokter 2024-04-16 15:33:23 +02:00
  • 53cb84d3d6 Added RTC example Dion Dokter 2024-04-16 15:24:20 +02:00
  • e421215dff
    Merge pull request #2822 from embassy-rs/jamesmunns-patch-1 Dario Nieuwenhuis 2024-04-16 12:05:40 +00:00
  • c8c7c718f3 Merge branch 'master' into u0-dion Dion Dokter 2024-04-16 13:48:18 +02:00
  • ca139b9177
    Merge pull request #2823 from jamesmunns/james/usb-otg-errata Dario Nieuwenhuis 2024-04-16 11:41:59 +00:00
  • 2315a39293 Remove nested CS James Munns 2024-04-16 13:39:00 +02:00
  • 75352d181c Add critical sections to avoid USB OTG Errata James Munns 2024-04-16 12:07:40 +02:00
  • 8988df9ac1
    FAQ: Common STM32 stumbling blocks James Munns 2024-04-16 11:07:42 +02:00
  • e38f1011d6
    Merge pull request #2821 from embassy-rs/usart-nodma Dario Nieuwenhuis 2024-04-16 00:05:43 +00:00
  • d6b1233f16 stm32/usart: remove DMA generic params. Dario Nieuwenhuis 2024-04-16 02:00:43 +02:00
  • 524c24c8b3
    Merge pull request #2808 from MaxiluxSystems/feature/stm32h50-flash-swap-banks Dario Nieuwenhuis 2024-04-15 22:35:07 +00:00
  • 6d122c274f
    Merge pull request #2792 from wagcampbell/wgc/u5-flash-non-secure Dario Nieuwenhuis 2024-04-15 22:28:34 +00:00
  • c5119c6318 Add support for using secure registers Warren Campbell 2024-04-15 17:32:44 -04:00
  • 76bf3f733d
    Merge pull request #2820 from embassy-rs/i2c-nodma Dario Nieuwenhuis 2024-04-15 21:45:08 +00:00
  • 913bb19a34 stm32/i2c: remove DMA generic params. Dario Nieuwenhuis 2024-04-15 23:40:12 +02:00
  • 2eab099b85 stm32/spi: rename rxdma, txdma -> rx_dma, tx_dma. Dario Nieuwenhuis 2024-04-15 21:56:08 +02:00
  • 09a284e959 stm32: rename mod traits to macros. Dario Nieuwenhuis 2024-04-15 21:48:10 +02:00
  • 02da66aec8 stm32/dma: add ChannelAndRequest helper. Dario Nieuwenhuis 2024-04-15 21:47:37 +02:00
  • d66c054aae
    Merge pull request #2819 from embassy-rs/spi-nodma Dario Nieuwenhuis 2024-04-15 19:33:12 +00:00
  • be087e5d43 stm32/spi: remove DMA generic params. Dario Nieuwenhuis 2024-04-15 21:19:17 +02:00
  • 2fa0bb7d6e Use non-secure registers for u5 flash Warren Campbell 2024-04-15 14:54:01 -04:00
  • 27ba2ad5b0
    Merge pull request #2818 from ImTheSquid/main Dario Nieuwenhuis 2024-04-15 18:21:39 +00:00
  • 40e7ea47ba temporarily disable stm32l152re/usart_rx_ringbuffered test. Dario Nieuwenhuis 2024-04-15 20:20:48 +02:00
  • aeb4daa22f
    Merge branch 'embassy-rs:main' into main Jack Hogan 2024-04-15 14:15:53 -04:00
  • 6ffecb1250
    Added MAC address getter to cyw43 controller Jack Hogan 2024-04-15 14:11:28 -04:00
  • ae4fb433ae usb-hid: all the RequestHandler method accept &mut self Boris Faure 2024-04-15 19:53:46 +02:00
  • 9341ef3b47 examples: request_handler is mutable Boris Faure 2024-04-14 16:06:21 +02:00
  • 41415fae0d usb/hid: make RequestHandler::set_report(&mut self,…) Boris Faure 2024-04-14 15:46:19 +02:00
  • 3f4e326ec5
    Merge pull request #2815 from embassy-rs/mux-nonexhaustive Dario Nieuwenhuis 2024-04-15 13:57:10 +02:00
  • f66b63017c stm32: flash: h50: implement bank swapping Torin Cooper-Bennun 2024-04-11 15:45:04 +01:00
  • 8fe88847d8 fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ functions chrysn 2024-04-15 10:02:35 +02:00
  • fcaa7de87e stm32/rcc: make ClockMux non_exhasutive. Dario Nieuwenhuis 2024-04-15 01:12:28 +02:00
  • 8e850de592
    Merge pull request #2782 from c410-f3r/main Dario Nieuwenhuis 2024-04-15 01:07:11 +02:00
  • a25cae46c5 ci: test embassy-sync on miri. Dario Nieuwenhuis 2024-04-15 00:52:42 +02:00
  • 86706bdc14 Add map method Caio 2024-04-14 19:35:59 -03:00
  • 953e1cd6f6
    Merge pull request #2814 from embassy-rs/update-nightly Dario Nieuwenhuis 2024-04-15 00:02:45 +02:00
  • 1741209ba2 update nightly. Dario Nieuwenhuis 2024-04-14 23:59:38 +02:00
  • 7989e3b59d
    Merge pull request #2801 from plaes/nrf-changelog Dario Nieuwenhuis 2024-04-14 23:46:33 +02:00
  • 70283f128a
    Merge pull request #2795 from simpkins/futures_test Dario Nieuwenhuis 2024-04-14 22:30:46 +02:00
  • e147f29b5c ci: test embassy-futures. Dario Nieuwenhuis 2024-04-14 22:21:19 +02:00
  • 5178c24cf4 Fix embassy-futures test failure Adam Simpkins 2024-04-09 11:00:44 -07:00
  • 2f5023f4a7
    Merge pull request #2809 from embassy-rs/u0 Dario Nieuwenhuis 2024-04-14 22:29:35 +02:00
  • 65c085ce91 Add stm32u0 support. Dario Nieuwenhuis 2024-04-13 02:13:41 +02:00
  • 87b79d4499
    Merge pull request #2807 from chemicstry/rcc_methods Dario Nieuwenhuis 2024-04-14 20:14:46 +00:00
  • b6d06661bd
    Merge pull request #2791 from taunusflieger/feature/fix-spi Dario Nieuwenhuis 2024-04-14 20:09:30 +00:00
  • 4079a8acf8 stm32/adc: update g4 for new pac. Dario Nieuwenhuis 2024-04-13 03:30:30 +02:00
  • 1f3b690f76 stm32/flash: remove otp flash regions (removed in newer metapacs). Dario Nieuwenhuis 2024-04-13 02:55:15 +02:00
  • ffc61f78b0 stm32/spi,crc: update for new PAC Michael Zill 2024-04-09 06:56:15 +02:00
  • e224e6cef4 Add CRC Dion Dokter 2024-04-14 01:10:20 +02:00
  • ca84be80bc Add wdt and flash Dion Dokter 2024-04-14 00:45:53 +02:00
  • 0a785585bc Remove temp variable Dion Dokter 2024-04-14 00:08:06 +02:00
  • b659e3d529 Add ADC Dion Dokter 2024-04-14 00:04:13 +02:00
  • 5f23e39052 Add some examples. Dion Dokter 2024-04-13 18:40:46 +02:00
  • af03e1653a Disable the speed limitation Dion Dokter 2024-04-13 14:07:01 +02:00
  • ec6ff217ca Add stm32u0 support. Dario Nieuwenhuis 2024-04-13 02:13:41 +02:00
  • 52bd24499c stm32/adc: update g4 for new pac. Dario Nieuwenhuis 2024-04-13 03:30:30 +02:00
  • d9426549c3 stm32/flash: remove otp flash regions (removed in newer metapacs). Dario Nieuwenhuis 2024-04-13 02:55:15 +02:00
  • 9f4d320d67 stm32/spi,crc: update for new PAC Michael Zill 2024-04-09 06:56:15 +02:00