Dániel Buga
|
61e3ca049c
|
Only access the necessary parts of State
|
2024-04-27 17:57:11 +02:00 |
|
Dániel Buga
|
7b4d2ab1be
|
Group endpoint states into a per-endpoint struct
|
2024-04-27 17:18:40 +02:00 |
|
Cyril Marpaud
|
ede07883fe
|
fix: typo
|
2024-04-27 16:39:21 +02:00 |
|
ftk
|
e7bfd7bac9
|
stm32 timer: fix 32bit timer off by 1 ARR error
|
2024-04-27 15:49:30 +03:00 |
|
qwerty19106
|
c929ad226b
|
Improve Uart::new_half_duplex docs
|
2024-04-27 12:22:35 +04:00 |
|
Dario Nieuwenhuis
|
34074e6eb0
|
Merge pull request #2872 from embassy-rs/cleanups
Misc cleanups.
|
2024-04-26 21:59:31 +00:00 |
|
Dario Nieuwenhuis
|
5732ee7ca9
|
Reduce use of the full futures crate.
|
2024-04-26 23:22:25 +02:00 |
|
Dario Nieuwenhuis
|
597315873d
|
Remove leftover cargo new boilerplate.
|
2024-04-26 22:59:50 +02:00 |
|
Dario Nieuwenhuis
|
a8401ec94e
|
stm32/usart: remove wildcard import.
|
2024-04-26 22:59:11 +02:00 |
|
Dario Nieuwenhuis
|
026445d010
|
Merge pull request #2790 from chrysn-pull-requests/prep-embedded-nal-async-udp
net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ functions
|
2024-04-26 20:34:33 +00:00 |
|
Dario Nieuwenhuis
|
1b36bef4b8
|
Merge pull request #2827 from alexmoon/wait-disabled
Add `wait_disabled` method to `embassy_nrf::usb::Endpoint`
|
2024-04-26 20:31:09 +00:00 |
|
Dario Nieuwenhuis
|
f2c95b86e7
|
Merge pull request #2844 from Dygear/doc-updates
Link back to Cargo.toml section.
|
2024-04-26 20:28:34 +00:00 |
|
Dario Nieuwenhuis
|
5b0735688d
|
Merge pull request #2846 from BjornTheProgrammer/main
Added PIO pwm examples for rp
|
2024-04-26 20:24:30 +00:00 |
|
Dario Nieuwenhuis
|
49b143ec6d
|
Merge pull request #2871 from bugadani/synopsys
Extract Synopsys USB OTG driver from embassy-stm32
|
2024-04-26 20:23:09 +00:00 |
|
Dario Nieuwenhuis
|
7bc92584e1
|
Merge pull request #2858 from jamesmunns/james/embassy-usb-0_2
embassy-usb: Update version and add changelog
|
2024-04-26 20:22:46 +00:00 |
|
Dario Nieuwenhuis
|
b7479e36e1
|
Merge pull request #2859 from bsodmike/add_trace_logging_for_uart
Add trace logging for USART
|
2024-04-26 20:22:22 +00:00 |
|
Dario Nieuwenhuis
|
b7841ec669
|
Merge pull request #2869 from HaoboGu/main
doc: add RMK to embassy in the wild
|
2024-04-26 20:21:57 +00:00 |
|
Dario Nieuwenhuis
|
0d07a7b95d
|
Add embassy-usb-synopsys-otg to docs build.
|
2024-04-26 22:21:04 +02:00 |
|
Dániel Buga
|
bc0408dc4b
|
Remove extra disable call
|
2024-04-26 22:16:45 +02:00 |
|
Dániel Buga
|
3dc54c8c44
|
Add some metadata
|
2024-04-26 18:28:41 +02:00 |
|
Dániel Buga
|
7ce2594eb7
|
Reset inited flag to allow re-enabling
|
2024-04-26 18:18:08 +02:00 |
|
Dániel Buga
|
50aefb4174
|
Hide the Dir trait
|
2024-04-26 18:13:15 +02:00 |
|
Dániel Buga
|
91c42e0b9e
|
Extract synopsys otg driver
|
2024-04-26 17:58:23 +02:00 |
|
Haobo Gu
|
5002ff00de
|
doc: add RMK to embassy in the wild
Signed-off-by: Haobo Gu <haobogu@outlook.com>
|
2024-04-25 23:50:51 +08:00 |
|
Michael de Silva
|
02bb85a791
|
Add trace logging for USART
|
2024-04-24 01:59:00 +05:30 |
|
James Munns
|
0d0d8e14e2
|
Update dependent versions
|
2024-04-23 19:48:16 +02:00 |
|
James Munns
|
8c98809f1e
|
Update version and add changelog
|
2024-04-23 19:44:34 +02:00 |
|
Dario Nieuwenhuis
|
4d4cbc0dd3
|
Merge pull request #2812 from borisfaure/mut-hid-request-handler
usb::hid::RequestHandler::set_report(&mut self, ...)
|
2024-04-23 17:42:56 +00:00 |
|
Dario Nieuwenhuis
|
1de44e7086
|
Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfg
stm32: can: fd: Properties for common runtime get/set operations
|
2024-04-23 13:46:09 +00:00 |
|
Torin Cooper-Bennun
|
e15fd5895f
|
stm32: can: fd: Properties: simplify reg accesses
|
2024-04-23 12:46:42 +01:00 |
|
Torin Cooper-Bennun
|
521c132e34
|
stm32: can: fd: introduce BusErrorMode with docs and Properties getter
|
2024-04-23 12:34:17 +01:00 |
|
Torin Cooper-Bennun
|
6ca7e0feab
|
stm32: can: fd: fix a couple doc comments
|
2024-04-23 12:34:02 +01:00 |
|
Dario Nieuwenhuis
|
511bee7230
|
Merge pull request #2854 from ericyanush/feat/add-bxcan-sleep-wakeup
Add stm32 bxCAN sleep/wakeup functionality
|
2024-04-22 22:57:22 +00:00 |
|
Mark Tomlin
|
7b47d53de2
|
Update sharing_peripherals.adoc
Fixed Typo.
|
2024-04-22 17:01:22 -04:00 |
|
Mark Tomlin
|
ebb3148124
|
Update time_keeping.adoc
Fixed Typo.
|
2024-04-22 17:00:44 -04:00 |
|
Eric Yanush
|
5c56aff9c2
|
rustfmt fixes
|
2024-04-22 14:05:28 -06:00 |
|
Eric Yanush
|
e65503e255
|
Add sleep/wakeup handling for bxCAN peripherals
|
2024-04-22 14:04:39 -06:00 |
|
Eric Yanush
|
3e00c1ac52
|
rustfmt whitespace fixes
|
2024-04-22 14:01:48 -06:00 |
|
Dario Nieuwenhuis
|
e581c9f027
|
Merge pull request #2849 from joelsa/add-vbus-faq
Add information about vbus_detection to the FAQ and link it in all USB examples.
|
2024-04-22 13:29:38 +00:00 |
|
Torin Cooper-Bennun
|
846abfae2b
|
examples: stm32: can: fix build
|
2024-04-22 13:31:01 +01:00 |
|
Torin Cooper-Bennun
|
543c02e649
|
stm32: can: fd: fix test build for all relevant chips
|
2024-04-22 13:30:57 +01:00 |
|
Torin Cooper-Bennun
|
263071d016
|
stm32: can: fd: Properties: rm &mut refs; make !Sync; rename getters
|
2024-04-22 13:14:32 +01:00 |
|
Torin Cooper-Bennun
|
7f55a28a50
|
stm32: can: fd: Properties for common runtime get/set operations
|
2024-04-22 13:14:32 +01:00 |
|
Ulf Lilleengen
|
a9878a243d
|
Merge pull request #2841 from nerwalt/channel-ready-to-receive
Adding ready_to_receive to Channel and Receiver
|
2024-04-22 10:25:02 +00:00 |
|
Eric Yanush
|
68a4fd8f4a
|
Enable LEC interrupt as well
|
2024-04-22 01:52:10 -06:00 |
|
Eric Yanush
|
6e1290b3f1
|
Ensure bus errors are forwarded only once, enable bus off/passive/warning interrupts
|
2024-04-22 01:46:24 -06:00 |
|
Joël Schulz-Ansres
|
01b36a4434
|
rustfmt usb examples
|
2024-04-22 01:06:59 +02:00 |
|
Joël Schulz-Ansres
|
896d0e7cd8
|
Add comment on vbus_detection to all USB examples
|
2024-04-22 00:52:37 +02:00 |
|
Joël Schulz-Ansres
|
152d514f52
|
Fix spelling in vbus_detection doc comment
|
2024-04-22 00:39:59 +02:00 |
|
Joël Schulz-Ansres
|
79fbdb1fe0
|
Add USB debugging section to FAQ
|
2024-04-22 00:38:09 +02:00 |
|