10190 Commits

Author SHA1 Message Date
Dario Nieuwenhuis
fecb7a2b2b
Merge pull request #3976 from friedman-ionq/stm32h7rs-enet
define stm32h7rs ethernet pin traits
2025-03-20 13:34:29 +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
1e027d3b61
revert changes to build.rs 2025-03-20 09:14:27 -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
Ulf Lilleengen
31352b2436
Merge pull request #3982 from mkj/dev/matt/net-std
embassy-net: Add std and alloc features
2025-03-20 05:43:16 +00:00
Matt Johnston
c7e997a8d8 embassy-net: Add std and alloc features
These are passed through to smoltcp, which otherwise won't handle
some match cases when managed/std feature is enabled externally.

  --> .../index.crates.io-1949cf8c6b5b557f/smoltcp-0.12.0/src/iface/socket_set.rs:82:15
   |
82 |         match &mut self.sockets {
   |               ^^^^^^^^^^^^^^^^^ pattern `&mut ManagedSlice::Owned(_)` not covered
2025-03-20 11:30:37 +08:00
Dario Nieuwenhuis
3e03d693a7
Merge pull request #3981 from embassy-rs/update-stm32-data-234
update stm32-data, add C0 adc, add OTP memory regions.
2025-03-20 01:17:26 +00:00
Rasmus Melchior Jacobsen
5e762e8cf4 Fix compile error in ospi 2025-03-20 01:58:44 +01:00
Rasmus Melchior Jacobsen
97ed7f085a feat(stm32): Add OTP flash region (again) 2025-03-20 01:58:44 +01:00
Timofei Korostelev
8c6fa83006 Added ADC support for STM32C0. 2025-03-20 01:58:44 +01:00
Dario Nieuwenhuis
9407ac67d3 Update stm32-data. 2025-03-20 01:58:44 +01:00
Dario Nieuwenhuis
4f2b1371f9
Merge pull request #3979 from embedded-rust-iml/fix/ringbuffered-error-recovery
Recover from errors in ringbuffered usart
2025-03-20 00:19:14 +00:00
Tobias Naumann
71d94ad5e7 Recover from errors in ringbuffered usart 2025-03-20 00:43:38 +01:00
Alexander van Saase
f3b9be7bee embassy-sync: add lock_mut to blocking_mutex::Mutex 2025-03-19 20:24:52 +01:00
i509VCB
91684a11c8
build c1104 seperately for defmt buffer size 2025-03-19 13:28:03 -05:00
i509VCB
9afb385f6d
Add docs related things 2025-03-19 13:05:10 -05:00
Dario Nieuwenhuis
fec98fa366
Merge pull request #3975 from JuliDi/fix-rp2350-gpout
[RP235x] Fix wrong funcsel on RP2350 GPOUT/GPIN
2025-03-19 12:38:25 +00:00
JuliDi
436f940d5a
make rustfmt happy 2025-03-19 10:42:34 +01:00
JuliDi
f15c587887
fix wrong funcsel on rp2350 gpout/gpin 2025-03-19 10:32:16 +01:00
Ulf Lilleengen
81e9093507
Merge pull request #3971 from dimpolo/defmt-feature-gate
`embassy-stm32::hspi`: gate derive(defmt::Format) behind feature flag
2025-03-19 07:48:46 +00:00
Ulf Lilleengen
8bce1fe03e
Merge pull request #3973 from decaday/docs/add-musb-and-py32
Add py32-hal and musb to docs and READMEs
2025-03-19 08:57:50 +01:00
Ulf Lilleengen
8987bf201a
Merge pull request #3969 from Murmele/task-id
Add possibility to get the id of a task to be able to use it with rtos-trace
2025-03-19 08:46:13 +01:00
decaday
0f0030651c Add py32-hal to documentation 2025-03-19 11:59:05 +08:00
decaday
9806f78ea0 Add information about existing USB IP implementations 2025-03-19 11:37:35 +08:00
dimi
e9b842082d embassy-stm32::hspi: gate derive(defmt::Format) behind feature flag 2025-03-18 17:19:11 +01:00
Alix ANNERAUD
bce15cc813 Enhance RwLock documentation and add map methods for read and write guards to improve data access flexibility 2025-03-17 20:03:36 +01:00
Alix ANNERAUD
41276de34f Refactor RwLock implementation to support try_read and try_write methods, enhancing lock acquisition flexibility 2025-03-17 19:56:17 +01:00
Murmele
e3b0581a87
Fix comment 2025-03-17 11:04:04 +01:00
Dario Nieuwenhuis
9d672c44d1
Merge pull request #3963 from embassy-rs/update-rust-3982
Update Rust stable, nightly.
2025-03-16 22:24:36 +00:00
Dario Nieuwenhuis
86572bf009
Merge pull request #3964 from elagil/sof_out_usb
Add optional USB driver SOF output
2025-03-16 21:10:27 +00:00
elagil
63f7a5da09 fix: disable new_with_sof for STM32L1 2025-03-16 22:02:43 +01:00
Alix ANNERAUD
e557ca9606 Remove blocking read-write lock module and its references and refactor rwlock for a simpler approach 2025-03-16 21:45:25 +01:00
Dario Nieuwenhuis
2e004ccf9e
Merge pull request #3970 from elagil/fix_usb_iso_in_ep_stat
Fix USB ISO IN EP stat and ISO OUT buffer order
2025-03-16 21:37:24 +01:00
i509VCB
f7f316ad17
correct group 0 int_group accesses 2025-03-16 13:52:12 -05:00
elagil
cecbe082ff fix: only ISO EP is always double buffered 2025-03-16 16:34:09 +01:00
elagil
0ff6184723 refactor: fix build warnings 2025-03-15 20:28:23 +01:00
elagil
8fef488738 refactor: USB read function restructure 2025-03-15 20:24:14 +01:00
elagil
0b468ef29c fix: iso out order 2025-03-15 20:16:32 +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
0642c3a7fe
Revert "build C1104 with --release"
This reverts commit 7336ca549e17d899471cb96a5106dd6836a40eea.
2025-03-15 13:51:43 -05:00
i509VCB
7336ca549e
build C1104 with --release
C1104 only has 1KB of ram, so we must build in release
2025-03-15 13:50:58 -05:00
i509VCB
2195156b58
Add mspm0 chips to CI which have working int_group implementations
Not all of these have been done yet, as I need to go through each datasheet and manually declare all interrupt groups for mspm0-metapac to then generate.
2025-03-15 13:48:29 -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
elagil
0b6b0756ed fix: USB ISO IN EP stat 2025-03-15 13:46:20 +01:00
Martin Marmsoler
edadc28f02 Add possibility to get the id of a task to be able to use it with rtos-trace
Files: spawner.rs
2025-03-14 19:08:50 +01:00
i509VCB
0c8dadf0ca
rustfmt 2: electric boogaloo 2025-03-13 22:30:45 -05:00
i509VCB
9531b7422b
rustfmt... 2025-03-13 22:26:06 -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