Univa
4e9206efb8
remove InternalChannel and AdcPin
2024-05-22 19:00:48 -04:00
Univa
41e11d86b9
make AdcChannel required for InternalChannel
2024-05-21 19:08:01 -04:00
Univa
ddbb6c8c31
add back InternalChannel and implement it where its missing
2024-05-21 19:03:14 -04:00
Univa
7cdbae2a5d
add AnyAdcChannel
2024-05-20 21:29:20 -04:00
Dario Nieuwenhuis
51d5530925
Merge pull request #2835 from embassy-rs/spi-nogenerics
...
stm32/spi: remove peripheral generic param.
2024-05-20 21:48:48 +00:00
Dario Nieuwenhuis
2b09f9efd7
stm32/spi: check that the RCC enable bit is disabled on drop.
2024-05-20 23:43:10 +02:00
Dario Nieuwenhuis
ca2eef5387
stm32/spi: remove peripheral generic param.
2024-05-20 23:43:10 +02:00
Dario Nieuwenhuis
eeb6ffce4c
stm32/rcc: add ClockEnableBit struct.
2024-05-20 23:37:20 +02:00
Ulf Lilleengen
8e7361f4ca
Merge pull request #2969 from diondokter/pubsub-cleanup
...
Pubsub cleanup
2024-05-20 18:30:19 +00:00
Ulf Lilleengen
c74acae7c0
Merge pull request #2972 from cacharle/patch-1
...
Fix typo in sharing_peripherals.adoc
2024-05-20 18:29:54 +00:00
Charles Cabergs
98b06d7646
Fix typo in sharing_peripherals.adoc
2024-05-20 20:28:13 +02:00
Dario Nieuwenhuis
5bc1e1793d
Merge pull request #2971 from mattico/usb-ep-send
...
embassy-usb-synopsys-otg: impl Sync for EpState
2024-05-20 17:30:04 +00:00
Matt Ickstadt
5a8ac21f6b
embassy-usb-synopsys-otg: impl Sync for EpState
...
This restores the Send/Sync impls for EpState, which were incidentally
removed in #2881 . This allows the Endpoints to be send to tasks, e.g.
as part of a custom class implementation.
2024-05-20 12:21:55 -05:00
Matt Ickstadt
a4350e0398
vscode: improve docs in settings.json
2024-05-20 11:33:13 -05:00
Dion Dokter
5cffaf323b
Add little migration sentence to changelog
2024-05-20 15:52:32 +02:00
Dario Nieuwenhuis
daaaf50298
Merge pull request #2967 from si14/si14/embassy-usb-logger-release
...
Add a CHANGELOG to embassy-usb-logger and bump its version
2024-05-20 15:50:37 +02:00
Dion Dokter
f3008597aa
Fix cyw43
2024-05-20 15:49:11 +02:00
Dion Dokter
07f2240a19
Add to changelog
2024-05-20 15:38:28 +02:00
Dion Dokter
a76082b104
Expose new length functions in the subs and pubs
2024-05-20 15:34:03 +02:00
Dan Groshev
b843f2546f
Add a CHANGELOG to embassy-usb-logger and bump its version
2024-05-20 14:25:32 +01:00
Dion Dokter
2a4a714060
Make behaviour trait sealed
2024-05-20 15:18:10 +02:00
Dario Nieuwenhuis
b33ef0d7dd
Merge pull request #2966 from embassy-rs/jamesmunns-patch-1
...
embassy-usb - update 0.2 changelog
2024-05-20 13:29:42 +02:00
James Munns
aa7fcec009
embassy-usb - update 0.2 changelog
2024-05-20 13:27:54 +02:00
Dario Nieuwenhuis
3a24e6b465
Merge pull request #2897 from andelf/add-ch32-hal-to-list
...
Add ch32-hal to HAL list, support WCH's CH32V family
2024-05-20 13:23:42 +02:00
Dario Nieuwenhuis
e5fb96abe8
Merge pull request #2888 from FransUrbo/uart_r503
...
Added PIO UART examples for rp to talk to an R503 fingerprint scanner.
2024-05-20 13:03:14 +02:00
Dario Nieuwenhuis
7f3872ab98
Merge pull request #2903 from joelsa/add-dsihost
...
Add stm32 dsihost driver
2024-05-20 10:49:27 +00:00
Dario Nieuwenhuis
34a0f74456
Merge pull request #2893 from Ragarnoy/u16-spidevice
...
Make SpiDevice generic over Word size and implement u16 transfer
2024-05-20 11:30:28 +02:00
Dario Nieuwenhuis
78cdebbc95
embassy-embedded-hal: add support for all word sizes to async shared spi.
2024-05-20 10:56:43 +02:00
Dario Nieuwenhuis
31887b47bc
embassy-embedded-hal: remove Word generic for blocking SpiDeviceWithConfig.
2024-05-20 10:56:43 +02:00
Ragarnoy
d64f46ff9e
PR remarks
2024-05-20 10:56:43 +02:00
Ragarnoy
44cb4159a6
rustmft
2024-05-20 10:56:43 +02:00
ragarnoy
4dbec3402e
Remove old embedded-hal trait implementations
2024-05-20 10:56:43 +02:00
Ragarnoy
02ee59fa1e
Add Copy and 'static constraint to Word type in SPI structs
2024-05-20 10:56:43 +02:00
Ragarnoy
6df737a48c
rustfmt
2024-05-20 10:56:43 +02:00
Ragarnoy
c5a183fa82
Improve flexibility by introducing SPI word size as a generic parameter
2024-05-20 10:56:43 +02:00
Dario Nieuwenhuis
621dbeceda
Merge pull request #2912 from brunob45/simple_capture
...
STM32 Input Capture
2024-05-20 08:49:12 +00:00
Dario Nieuwenhuis
a266948a7a
Merge pull request #2956 from tact1m4n3/uart-fix
...
Fix drop implementation of `BufferedUartRx` and `BufferedUartTx` in `embassy-rp`
2024-05-20 08:44:01 +00:00
Dario Nieuwenhuis
c74729bddf
Merge pull request #2960 from sourcebox/sync-additions
...
Consistent functions for Channel, PriorityChannel and PubSubChannel to return capacity and filling
2024-05-20 10:38:24 +02:00
Ulf Lilleengen
729f143269
Merge pull request #2962 from avsaase/rp-async-multiwritenorflash
...
rp/flash: implement `embedded_storage_async::nor_flash::MultiwriteNorFlash`
2024-05-19 11:02:05 +00:00
Alexander van Saase
e3e3728dae
rp/flash: implement embedded_storage_async::nor_flash::MultiwriteNorFlash
2024-05-18 23:28:37 +02:00
Oliver Rockstedt
ab89993451
embassy-sync: Add capacity, free_capacity, len, is_empty and is_full functions to PubSubChannel
2024-05-18 14:01:23 +02:00
Oliver Rockstedt
f361c2e81c
embassy-sync: Add capacity, free_capacity, len, is_empty and is_full functions to PriorityChannel
2024-05-18 13:48:40 +02:00
Oliver Rockstedt
3d9b502c7a
embassy-sync: Add capacity and free_capacity functions to Channel
2024-05-18 13:37:51 +02:00
tact1m4n3
5b2535c8a2
fix(embassy-rp): fix drop implementation of BufferedUartRx and BufferedUartTx
2024-05-17 21:51:45 +03:00
James Munns
fa94b5cec0
Merge pull request #2954 from embassy-rs/jamesmunns-patch-1
...
FAQ: Fix section nesting
2024-05-17 12:13:21 +00:00
James Munns
c590e91c0b
FAQ: Fix section nesting
2024-05-17 14:11:42 +02:00
Dario Nieuwenhuis
86221cc040
Merge pull request #2952 from embassy-rs/jamesmunns-patch-1
...
FAQ: "How to add support for a new chip"
2024-05-17 12:59:39 +02:00
James Munns
4722bac07c
FAQ: "How to add support for a new chip"
...
This adds an opinionated process for supporting a brand new (family of) chip(s) in Embassy.
2024-05-17 11:07:47 +02:00
Dario Nieuwenhuis
128575aebe
Merge pull request #2950 from felipebalbi/add-stm32g0-i2c-async-example
...
stm32g0: add i2c_async example
2024-05-16 19:17:48 +00:00
Felipe Balbi
57d9bfd343
stm32g0: add i2c_async example
...
This example will help those having difficulties understanding how to
bind interrupts on stm32g0 devices.
2024-05-16 12:15:43 -07:00