Rick Rogers
33fc82a455
Merge branch 'main' into h7rs-xspi-fixes
2025-07-25 11:34:21 -04:00
Rick Rogers
24b2794931
add plls/t to stm32h7rs examples
2025-07-24 21:09:24 -04:00
clubby789
4abacac252
stm32/wb: Add memory manager to GATT example
2025-07-23 15:25:58 +01:00
i509VCB
8f5e4ac06d
Merge pull request #4436 from i509VCB/rt1062
...
nxp: Add mimxrt1062 support
2025-07-22 21:11:24 +00:00
i509VCB
be769ac9a4
Merge pull request #4409 from i509VCB/uart-async
...
mspm0: add buffered uart driver
2025-07-22 16:48:01 +00:00
i509VCB
a1867f0d74
mspm0: add buffered uart driver
...
And tests for G3507.
2025-07-22 11:41:47 -05:00
i509VCB
1d46f55bdd
nxp: Add mimxrt1062 support
...
The examples in this case are designed for the IMXRT1060-EVK. The same chip is used in the Teensy 4.0/1, but that will probably get its own set of examples due to some differences such as the FCB.
2025-07-22 11:25:45 -05:00
i509VCB
908e016524
Merge pull request #4419 from i509VCB/rt1011
...
nxp: Add MIMXRT1011 GPIO and time driver
2025-07-22 16:16:00 +00:00
i509VCB
1ad5d5a771
nxp: Add MIMXRT1011 GPIO and time driver
...
PIT is used for the time driver
2025-07-22 11:07:10 -05:00
Haobo Gu
f3cc62b77d
chore: bump embassy-usb-logger version
...
Signed-off-by: Haobo Gu <haobogu@outlook.com>
2025-07-22 14:05:17 +08:00
Dario Nieuwenhuis
b9d90d7cbb
Merge pull request #4416 from WyliodrinEmbeddedIoT/lpc-test
...
feat: added log-to-defmt feature to embassy-nxp
2025-07-21 12:17:51 +00:00
Timo Kröger
fad100cfa0
chore: Update examples to new nrf-boot-*
version
2025-07-21 13:40:36 +02:00
Roi Bachynskyi
2a69657927
feat: fmt.rs was added
2025-07-21 12:49:17 +03:00
Roi Bachynskyi
0fc1ab290f
Revert "feat: added log-to-defmt feature"
...
This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a.
2025-07-21 10:47:21 +03:00
Roy
6d79c4c811
feat: added log-to-defmt feature
...
Signed-off-by: Roy <roybachynskyi@gmail.com>
2025-07-18 15:22:36 +03:00
Bailey Quarters
7be5ce2a31
RP2350: Fix PIO clock divider in the blinky Wi-Fi example
2025-07-17 23:16:05 +02:00
Dario Nieuwenhuis
6fb85826e8
Merge pull request #4357 from purepani/push-kytkkzsvpwrz
...
Adds ADC4 for STM32WBA series
2025-07-16 18:21:46 +00:00
Ulf Lilleengen
1dd8c2a745
chore: Release cyw43-pio version 0.5.1
2025-07-16 15:51:55 +02:00
Ulf Lilleengen
8c087e3641
chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0
2025-07-16 15:47:37 +02:00
Ulf Lilleengen
c484e7d0e5
chore: Release embassy-usb version 0.5.0
2025-07-16 15:35:47 +02:00
Ulf Lilleengen
386c586afa
chore: Release embassy-embedded-hal version 0.3.1
2025-07-16 14:53:02 +02:00
Dario Nieuwenhuis
f525386fca
Merge pull request #4397 from korbin/allocate-numbered-endpoints
...
Make USB endpoint allocator methods accept an optional `EndpointAddress`
2025-07-15 22:08:08 +00:00
Bailey Quarters
25bae18ea6
RP2350: Correct SRAM8 and SRAM9 base addresses in example memory.x
2025-07-15 22:04:27 +02:00
Ulf Lilleengen
f5b9b83cf4
chore: bump cyw43-pio dependency
2025-07-15 11:16:17 +02:00
Ulf Lilleengen
c35d5fb9ce
chore: bump cyw43 version
2025-07-15 11:15:19 +02:00
Ulf Lilleengen
9811f1c999
chore: prepare embassy-rp for release
2025-07-15 11:10:56 +02:00
Ulf Lilleengen
416612d2f9
chore: bump embassy-boot-nrf version
2025-07-14 16:04:32 +02:00
Ulf Lilleengen
4f50c85221
chore: update to embassy-nrf
v0.4.0
2025-07-14 11:55:23 +02:00
Ulf Lilleengen
c7e33b28b8
Revert "chore: update to embassy-nrf
v0.4.0"
...
This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a.
2025-07-14 11:50:13 +02:00
Ulf Lilleengen
1df59ffec4
chore: update to embassy-nrf
v0.4.0
2025-07-14 11:46:47 +02:00
korbin
b666a88ab1
make usb endpoint allocator methods accept an optional EndpointAddress
2025-07-13 20:40:54 -06:00
i509VCB
dbc4b2bce4
Merge pull request #4344 from i509VCB/lpc55-feature
...
nxp: add feature for lpc55
2025-07-09 19:25:30 +00:00
i509VCB
6609a85f3c
nxp: add feature for lpc55
...
this is needed since I will be working on adding support for the MCX families to embassy-nxp
Co-authored-by: IriniaCh524 <chioreanirina2005@gmail.com>
2025-07-08 16:38:17 -05:00
Dario Nieuwenhuis
0c136c7b05
executor: mark Spawner::for_current_executor() as unsafe.
...
It's unsound with manually-created Contexts, see https://github.com/embassy-rs/embassy/issues/4379
2025-07-08 22:39:53 +02:00
i509VCB
f56197c51e
Merge pull request #4338 from i509VCB/dma
...
mspm0: add dma driver
2025-07-07 03:02:48 +00:00
i509VCB
e57dffafa5
mspm0: add dma driver
2025-07-06 17:40:10 -05:00
Cristian Milatinov
bd5b1580df
Run cargo fmt
2025-07-05 01:34:10 -04:00
Cristian Milatinov
9134fb2dd4
Update examples to add SampleShifting in qspi config
2025-07-05 01:32:21 -04:00
Dario Nieuwenhuis
84cc949df6
stm32/dma: fix packing/unpacking not working.
2025-07-04 00:23:22 +02:00
Ulf Lilleengen
4727c07a08
Merge pull request #4330 from innermatrix/stm32-adc-v1-watchdog
...
Added STM32 ADCv1 analog watchdog implementation
2025-07-03 14:10:31 +00:00
purepani
f597901879
Adds ADC example for STM32WBA
2025-06-30 15:37:24 -05:00
Dario Nieuwenhuis
830a01e2f5
Merge pull request #4350 from 9names/rp_profiles
...
Minimise build profile tweaking in rp/rp235x examples
2025-06-27 14:16:08 +00:00
Dario Nieuwenhuis
93a8435535
Merge pull request #4323 from phycrax/rename_pwminput_new
...
embassy-stm32: Rename PWM Input constructors, add warning on usable timer peripherals
2025-06-27 14:08:36 +00:00
9names
39c9cbcf49
Minimise profile tweaking in rp examples
2025-06-27 20:15:14 +10:00
Dario Nieuwenhuis
7ba8c22a2d
Merge pull request #4337 from kevswims/cleanup-stm32h7rs-xspi-example
...
STM32H7RS Examples: Add OPI functionality to the XSPI example
2025-06-27 01:34:40 +00:00
Dario Nieuwenhuis
fee70dee99
Merge pull request #4349 from melvdlin/stm32h723-example-fix
...
[stm32h723]: fix spdifrx example
2025-06-27 01:27:32 +00:00
Süha Ünüvar
b31a423eea
fix examples
2025-06-27 09:25:24 +08:00
Iris Artin
440b94aecf
Added STM32 ADCv1 analog watchdog implementation
2025-06-26 21:07:12 -04:00
melvdl
686bdae937
stm32h723: remove unused mut from static buffers in spdifrx example
2025-06-27 02:28:54 +02:00
Dario Nieuwenhuis
9ee01d9cc6
Merge pull request #4346 from njfdev/patch-1
...
Fix Release and Dev Profiles Being Backwards in rp235x Examples
2025-06-27 00:04:06 +00:00