Marvin Gudel
58383465d5
Fix example for rp235x
2025-05-13 23:30:55 +02:00
Marvin Gudel
fd9ed3924c
Fix example
2025-05-13 22:49:35 +02:00
Marvin Gudel
edcbfeb152
Make bit-depth of I2S PIO program configurable
...
Also the channel argument is removed, since only 2 channels are supported.
2025-05-13 22:36:28 +02:00
Ulf Lilleengen
f9f20ae217
Merge pull request #4155 from marcemmers/remove-instance-from-rp-uart-type
...
[embassy-rp] Remove <T: Instance> from Uart and BufferedUart
2025-05-09 19:34:52 +02:00
Ulf Lilleengen
11364077a7
Merge pull request #4150 from 1-rafael-1/rp2040-overclocking
...
RP: rp2040 overclocking
2025-05-09 19:34:43 +02:00
Ulf Lilleengen
2a27aa828c
Merge pull request #4173 from phycrax/derive-for-pwmpincfg
...
[embassy-stm32] Derive Debug, Clone, Copy, defmt::Format for simple_pwm::PwmPinConfig
2025-05-09 16:48:41 +02:00
Ulf Lilleengen
64a2b9b2a3
Merge pull request #4170 from yutannihilation/chore/fix-unsafe-attribute-rust2024
...
chore: Wrap `link_section` attribute in example code with `unsafe()` for compatibility with Rust 2024 edition
2025-05-09 13:05:23 +02:00
Ulf Lilleengen
aa8703360e
Merge pull request #4168 from yutannihilation/fix/rotary-encoder-rxf-negative-value
...
Fix `rotary_encoder_rfx` example to handle negative values
2025-05-09 12:39:37 +02:00
Ulf Lilleengen
4dbaa01870
Merge pull request #4175 from felipebalbi/imxrt-rtos-timer
...
iMXRT OS timer
2025-05-09 12:39:11 +02:00
Ulf Lilleengen
8b80195843
Merge pull request #4176 from matt-rodgers/cdc-acm-embedded-io-async
...
Implement embedded-io-async traits for USB CDC ACM
2025-05-09 12:38:52 +02:00
Ulf Lilleengen
e0920e8c66
Merge pull request #4178 from diondokter/opamp-fix
...
Stm32: Fix opamp copy pasta mistake
2025-05-09 08:51:23 +00:00
Dion Dokter
65bd86f19f
Stm32: Fix opamp copy pasta mistake
2025-05-08 13:40:21 +02:00
Ulf Lilleengen
ca5ebe859a
Merge pull request #4177 from 0e4ef622/usbdfu-will-detach
...
embassy-usb-dfu: Modify Reset trait
2025-05-08 10:44:47 +00:00
Matthew Tran
5c0a63a0dd
embassy-usb-dfu: Reset immediately if WILL_DETACH is set
...
This is necessary to support the windows WinUSB driver which is not
capable of generating the USB reset.
2025-05-08 00:12:00 -05:00
Matthew Tran
d35df5cfba
embassy-usb-dfu: Change return of reset to ()
...
Also adds &self to the Reset trait, which makes it easier to implement
cleanup/delays before actually resetting.
2025-05-08 00:09:21 -05:00
Felipe Balbi
42c62ba899
Add OS Event timer support
...
Allow for the use of the OS Event timer as a time source.
Signed-off-by: Felipe Balbi <febalbi@microsoft.com>
2025-05-07 16:25:06 -07:00
Matt Rodgers
d46d3119ce
Implement embedded-io-async traits for USB CDC ACM
2025-05-07 21:22:56 +01:00
1-rafael-1
4621c8aa7a
Clarify comment for CoreVoltage enum regarding V1_20
2025-05-07 22:16:29 +02:00
Felipe Balbi
297ff3d032
clocks: remove defmt messages
...
Whenever any of the defmt-timestamp-uptime* features is enabled, defmt
will insert code that reads the timestamp in order to embed it into
the format string. This means that we *must* have a functional time
driver by the time the very first defmt message is printed.
Because clocks.rs is the part of the code setting up clocks that may,
indeed, be required by the chosen clock driver, it cannot contain any
defmt messages, otherwise it will trigger a read to a function that
does not yet exist.
Signed-off-by: Felipe Balbi <febalbi@microsoft.com>
2025-05-07 12:57:49 -07:00
1-rafael-1
a254daf4ff
Changes after review
2025-05-07 21:19:09 +02:00
Felipe Balbi
64ce271af5
clocks: split clock and reset operations
...
Some peripherals need to control clock without touching the reset.
Signed-off-by: Felipe Balbi <febalbi@microsoft.com>
2025-05-07 10:39:25 -07:00
Felipe Balbi
70e2c05205
Rename rtc.rs to time_driver.rs
...
We will add another time driver for user selection.
2025-05-07 08:33:03 -07:00
Hiroaki Yutani
f5ddb9358f
Remove tweak
2025-05-07 23:00:39 +09:00
Hiroaki Yutani
9d9ae7c5d5
Revert
2025-05-07 22:59:41 +09:00
Süha Ünüvar
bd3b3b4526
derive debug copy clone defmt for pwmpinconfig
2025-05-07 17:14:28 +08:00
Henrik Alsér
6c6ae4f9fc
Merge pull request #4169 from vinsynth/main
...
Fix h7 SAI example start sequence
2025-05-06 13:59:07 +00:00
Ulf Lilleengen
966914f465
Merge pull request #4125 from diondokter/configurable-bank-support
...
STM32: Configurable bank support
2025-05-06 12:12:10 +00:00
Dion Dokter
8017d58eb9
Merge branch 'main' into configurable-bank-support
2025-05-06 13:17:00 +02:00
Dion Dokter
73f11d238a
Updated metapac tag
2025-05-06 13:15:26 +02:00
Ulf Lilleengen
af6f5ca0c4
Merge pull request #4172 from embassy-rs/update-net-changelog
...
fix: update embassy-net changelog
2025-05-06 10:50:26 +00:00
Ulf Lilleengen
254b203e1a
fix: update embassy-net changelog
2025-05-06 12:47:29 +02:00
Dario Nieuwenhuis
9d1750bd5f
Merge pull request #4171 from yutannihilation/fix/spdifrx-invalid-sample
...
Fix clippy::bad_bit_mask
2025-05-06 09:03:25 +00:00
Hiroaki Yutani
b1d37cbf22
Try another tweak
2025-05-06 12:17:46 +09:00
Hiroaki Yutani
326c88c966
One more tweak
2025-05-06 12:13:53 +09:00
Hiroaki Yutani
103cda4991
Add a temporary tweak
2025-05-06 12:11:03 +09:00
Hiroaki Yutani
5105442f1f
Fix clippy::bad_bit_mask
2025-05-06 09:44:00 +09:00
Hiroaki Yutani
0460a924ac
chore: Wrap link_section attribute with unsafe
2025-05-06 09:09:22 +09:00
vinsynth
57938d1174
fix h7 sai example start sequence
2025-05-05 17:32:38 -04:00
1-rafael-1
0d03aa0bec
rework init()
2025-05-05 22:55:09 +02:00
Ulf Lilleengen
6034b17728
Merge pull request #4167 from JuliDi/embassy-sync-docs
...
Clarify docs for signal and watch
2025-05-05 07:31:50 +00:00
Hiroaki Yutani
a97be9c740
Handle negative value
2025-05-05 12:41:20 +09:00
JuliDi
723ebfcb4f
clarify docs for signal and watch
2025-05-04 16:31:26 +02:00
Dario Nieuwenhuis
9fee43f2bd
Merge pull request #4164 from yutannihilation/patch-1
...
doc: Tweak the example `rust-toolchain.toml`
2025-05-04 11:20:52 +00:00
Hiroaki Yutani
a42fa0a67a
Tweak
2025-05-04 09:54:37 +09:00
Hiroaki Yutani
0406b83c52
Tweak the example rust-toolchain.toml
in doc
2025-05-04 09:39:35 +09:00
Dario Nieuwenhuis
93ff90db04
Merge pull request #4161 from nyurik/readme
...
chore: minor readme cleanup
2025-05-03 18:37:12 +00:00
1-rafael-1
3d9cac361e
Add PIO clock divider utility and refactor related modules
2025-05-03 14:46:30 +02:00
Yuri Astrakhan
7f259aaff2
chore: minor readme cleanup
...
use simpler markdown linking, minor grammar cleanup
2025-05-02 21:57:27 -04:00
Dario Nieuwenhuis
7a97825427
Merge pull request #4160 from nyurik/probe-rs
...
chore: use `probe-rs` instead of `probe-run`
2025-05-02 23:18:47 +00:00
Yuri Astrakhan
e5c03e1e79
chore: use probe-rs
instead of probe-run
...
I found a few remaining deprecated `probe-run` cases.
2025-05-02 17:56:32 -04:00