Anton Lazarev
dc31bfd829
refactor to reduce code duplication
2025-03-31 12:47:41 -07:00
i509VCB
91cde689cc
mspm0: blocking uart driver
2025-03-29 00:21:29 -05:00
Dario Nieuwenhuis
695a6da322
Statically allocate task pools on stable Rust.
...
Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation.
Co-Authored-By: Matthew Tran <0e4ef622@gmail.com>
2025-03-28 19:11:53 +01:00
Dario Nieuwenhuis
d41eeeae79
Remove Peripheral trait, rename PeripheralRef->Peri.
2025-03-27 15:18:06 +01:00
Dario Nieuwenhuis
73ec3a7506
stm32/dac: remove DMA generic params.
2025-03-25 21:31:28 +01:00
Ulf Lilleengen
e29be82c8b
Merge pull request #3966 from i509VCB/mspm0-init
...
Embassy for MSPM0
2025-03-21 13:32:14 +00:00
Steven Friedman
83b70d5847
w/ static config, don't need to wait for DHCP
2025-03-20 09:14:28 -04:00
Steven Friedman
9fd464dc50
reformat
2025-03-20 09:14:27 -04:00
Steven Friedman
a0b948f270
define stm32h7rs ethernet pin traits
2025-03-20 09:14:27 -04:00
Timofei Korostelev
8c6fa83006
Added ADC support for STM32C0.
2025-03-20 01:58:44 +01:00
i509VCB
c5b3cc5f47
How about debug=0 for c1104?
2025-03-15 13:58:07 -05:00
i509VCB
1dd1296933
more aggressive debug level for CI?
2025-03-15 13:56:23 -05:00
i509VCB
0f57a18f19
Remove temporary target yamls
...
These will be in the next probe-rs release
2025-03-15 13:35:24 -05:00
i509VCB
0c8dadf0ca
rustfmt 2: electric boogaloo
2025-03-13 22:30:45 -05:00
i509VCB
e0cdc356cc
Embassy for MSPM0
...
This adds an embassy hal for the Texas Instruments MSPM0 microcontroller series.
So far the GPIO and time drivers have been implemented. I have tested these drivers on the following parts:
- C1104
- L1306
- L2228
- G3507
- G3519
The PAC is generated at https://github.com/mspm0-rs
2025-03-13 22:10:45 -05:00
9names
8f41a4dfad
boot/rp: Bump version number
2025-03-09 14:37:13 +11:00
9names
f046fa24b6
rp: Update embassy-boot-rp to use embassy-rp 0.4.0
2025-03-09 14:37:13 +11:00
9names
b00daafd3e
rp/pio: Update cyw43-pio to use new version of embassy-rp
2025-03-09 14:37:08 +11:00
9names
430377138b
rp: Update embassy-rp version in examples and tests
2025-03-09 11:15:53 +11:00
eden barby
24941212e8
Added access to the byte swap flag for RP2*** chips for the PIO state machine DMA calls.
2025-03-01 17:23:04 +10:00
Curly
9d92d03c82
rename Pimoroni Pico Plus 2
example to group alphabetically with other blinky
projects
2025-02-23 07:39:25 -08:00
Curly
2d0e0f51f8
add rp235x
blinky_wifi.rs` to support RPi Pico 2 W
2025-02-23 07:37:34 -08:00
Curly
3932835998
rename rp23
(?) folder to rp235x
; fix ci.sh
to use rp235x
folder
2025-02-23 07:33:58 -08:00
Dario Nieuwenhuis
52dfefb632
rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.
2025-02-18 18:14:57 +01:00
Dario Nieuwenhuis
897d42e012
Merge pull request #3880 from nikvoid/stm32-rtc-subsecond
...
STM32: RTC subsecond support
2025-02-16 23:22:50 +00:00
Dario Nieuwenhuis
d01a299321
Merge pull request #3890 from 9names/imagedef-feature
...
rp: add ImageDef features
2025-02-16 22:47:08 +00:00
9names
6b1706434d
Remove ImageDef from rp23 examples
2025-02-16 15:43:08 +11:00
9names
cb4fb66424
Use probe-rs as default runner for rp23 examples
2025-02-16 13:08:10 +11:00
Ulf Lilleengen
29d05328f9
chore: prepare embassy-net release
2025-02-14 06:54:09 +01:00
nikvoid
610804f138
stm32: read microsecond from RTC
2025-02-13 15:15:47 +02:00
skkeye
9b178facc9
fix: update example
2025-02-13 10:27:30 +01:00
skkeye
bdb1b81213
fix: nightly fmt
2025-02-13 10:27:30 +01:00
skkeye
38b5f8bd0a
examples/rp: add examples using ICMP sockets and the ping utility
2025-02-13 10:27:30 +01:00
Max
e5d0d40829
Update Cargo.toml : replace STM32WBA52CGU by STM32WBA55CG
...
Following PR https://github.com/embassy-rs/embassy/pull/3852 , I forgot to update the dependency.
The WBA55 Nucleo board officially replaces the WBA52.
Even if WBA52 SoC is still part of the ST CubeFW, the SW connectivity projects for WBA52 are no longer delivered.
WBA55 Nucleo board is now the reference entry board.
2025-02-10 08:14:15 +01:00
Flamenco
b9508bf2cb
Update documentation
...
Update comment to specify the correct rp chip identifier
2025-02-08 14:28:36 -05:00
Dario Nieuwenhuis
66c5fe0a75
examples/rp: remove unneeded sio spinlock stuck bug workarounds.
...
This is now workarounded by embassy-rp itself.
2025-02-06 00:02:52 +01:00
Max
401aa725ed
Replace STM32WBA52CGUxT by STM32WBA55CGUx because the WBA55 Nucleo board officially replaces the WBA52
2025-02-05 16:04:59 +01:00
vinsynth
b0e3a6481b
document clock settings in examples/stm32f4/.../i2s_dma.rs
2025-02-03 22:52:38 -05:00
vinsynth
b5a6353714
update examples/stm32f4/.../i2s_dma.rs
2025-02-03 22:40:42 -05:00
Dario Nieuwenhuis
b1245858f3
stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.
...
We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that
actually cause UB.
2025-01-26 22:43:28 +01:00
Dario Nieuwenhuis
c8d29a1e2c
Merge pull request #3795 from nikvoid/stm32-phy-addr-detection
...
STM32: Option to detect Ethernet PHY address automatically
2025-01-26 21:21:06 +00:00
Dario Nieuwenhuis
ff52bde787
stm32: change all examples and tests to use GenericSMI::new_auto().
2025-01-26 22:17:25 +01:00
Dario Nieuwenhuis
c39076724f
Merge pull request #3781 from markus-k/stm32g0-hsisysdiv
...
stm32/rcc: add HSISYS support for g0
2025-01-17 16:19:27 +00:00
Markus Kasten
083f584f29
examples/stm32: fix g0 hftimer example with hsi sys_div
2025-01-17 12:45:58 +01:00
Ulf Lilleengen
ed63f80637
chore: bump embassy-sync version
...
Prepare version 0.6.2 for release
2025-01-15 16:12:36 +01:00
Pedro Ferreira
933e888ed0
RP235x: support new FIFO options, set IE, OD on PIO pins.
2025-01-15 01:56:37 +01:00
Dario Nieuwenhuis
05df319a82
Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.
2025-01-15 00:59:15 +01:00
Dario Nieuwenhuis
2ce56e9999
Release embassy-net-ppp v0.2.
2025-01-12 20:55:59 +01:00
Dario Nieuwenhuis
31e0794e79
Simplify some std examples.
2025-01-12 20:51:17 +01:00
Dario Nieuwenhuis
593d9973e0
Release embassy-stm32 v0.2.0
2025-01-10 17:38:39 +01:00