Ulf Lilleengen
d378dca352
Merge pull request #3930 from meowcakes/fix_uart
...
Fix STM32 UART: Add separate TX waker and only clear idle flag in RingBufferedUartRx
2025-03-06 07:21:08 +00:00
Ulf Lilleengen
6af79f00e8
Merge pull request #3935 from edenbarby/main
...
embassy-rp: pio: Add access to DMA engine byte swapping
2025-03-06 07:13:03 +00:00
Ulf Lilleengen
0edd45e610
Merge pull request #3931 from hvraven/stm32-sai-fix
...
stm32: do not use private constructor
2025-03-03 08:12:04 +00:00
Dario Nieuwenhuis
765094887d
Merge pull request #3939 from 0e4ef622/nrf53-int-cap
...
nrf5340: add internal capacitor config
2025-03-02 21:34:50 +00:00
Dario Nieuwenhuis
75c1ca2fa4
Merge pull request #3937 from 0e4ef622/nrf53-vreghvout
...
nrf5340: add regh_voltage config
2025-03-02 21:12:30 +00:00
Dario Nieuwenhuis
207dbcc7ae
Merge pull request #3938 from 9names/rp_unreleased_changelog
...
rp: Add unreleased changes to changelog
2025-03-02 22:08:25 +01:00
Matthew Tran
ec30e3ef91
nrf5340: add internal capacitor config
2025-03-02 00:06:41 -06:00
9names
4f6762ead9
rp: Add unreleased changes to changelog
2025-03-02 15:30:54 +11:00
Matthew Tran
26c689db3e
nrf5340: add regh_voltage config
2025-03-01 17:32:55 -06: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
Hendrik v. Raven
4c01f033ea
stm32: do not use private constructor
2025-02-28 09:06:18 +01:00
Rogan Morrow
db44679e75
fix
2025-02-28 12:50:15 +11:00
Rogan Morrow
5512e3a540
fix
2025-02-28 12:49:28 +11:00
Rogan Morrow
32f6f1513d
add missing module
2025-02-28 12:41:44 +11:00
Rogan Morrow
2cc21d4883
feature flag
2025-02-28 12:40:01 +11:00
Rogan Morrow
065071b467
add separate tx waker
2025-02-28 12:30:23 +11:00
Rogan Morrow
3b37c79331
only clear idle flag
2025-02-28 12:28:57 +11:00
Dario Nieuwenhuis
17301c00e9
Merge pull request #3925 from gmarino2048/gmarino/core-error
...
Implement `core::error::Error` for STM32 Serial Devices
2025-02-26 22:17:20 +00:00
Guy Marino
27709df94a
Implement core::error::Error
for STM32 Serial Devices
2025-02-26 14:14:16 -08:00
Dario Nieuwenhuis
00ef474b94
Merge pull request #3915 from embedded-rust-iml/fix/BufferedUartRx-nb-read
...
fix: BufferedUartRx embedded_hal_nb::serial::Read impl
2025-02-24 14:34:13 +00:00
Maximilian Rozwora
519bd86467
fix: Check buffer full before pop_done()
2025-02-24 15:11:14 +01:00
Maximilian Rozwora
c52f56785f
Apply cargo format
2025-02-24 14:48:32 +01:00
Maximilian Rozwora
76756ee702
fix: BufferedUartRx embedded_hal_nb::serial::Read impl
2025-02-24 14:34:41 +01:00
Dario Nieuwenhuis
6b04942ab7
Merge pull request #3911 from 0e4ef622/nrf5340-lfclk
...
nrf5340: configure LFCLK
2025-02-23 21:26:35 +00:00
Dario Nieuwenhuis
29af39c233
Merge pull request #3913 from U007D/rpi-pico-2-w
...
Add blinky example for RPi Pico 2W board
2025-02-23 22:25:46 +01: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
Curly
c3c67db93e
add JetBrains editor artifacts to .gitignore
2025-02-22 18:17:52 -08:00
Matthew Tran
def1cf58ab
remove redundant cfg
2025-02-22 13:11:38 -06:00
Matthew Tran
1b4f788427
nrf5340: configure LFCLK
2025-02-22 00:02:43 -06:00
Dario Nieuwenhuis
2e7a2b6127
Merge pull request #3903 from rxwb/fix-the-the
...
doc: Fix "the the"
2025-02-19 18:01:26 +01:00
Ronald Weber
7a2f038800
doc: Fix "the the"
2025-02-19 17:29:21 +01:00
Dario Nieuwenhuis
a1e75841f8
Merge pull request #3797 from stargazing-dino/add-channel-stream
...
Add stream impl for embassy-sync Channels
2025-02-19 15:46:45 +01:00
Dario Nieuwenhuis
fcee67a0d2
Merge pull request #3901 from CBJamo/rp23_testing
...
Inital rp23 ci tests
2025-02-19 14:48:01 +01:00
Caleb Jamison
28e2789aeb
Forgot to actually skip the adc test.
...
It worked once, which is very surprising.
2025-02-18 22:17:49 -05:00
Dario Nieuwenhuis
f3b98a8748
Merge pull request #3865 from embassy-rs/pio2
...
rp/pio: update pio-rs, reexport, move instr methods to SM.
2025-02-18 22:02:20 +01: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
dcf0868dd0
rp: remove typo'd feature
that was doing nothing.
2025-02-18 18:14:35 +01:00
Dario Nieuwenhuis
e3edd671b6
rp/pio: move instructions to methods of the SM.
2025-02-18 18:14:35 +01:00
Caleb Jamison
f1e6b70279
rustfmt again
2025-02-18 10:39:58 -05:00
Caleb Jamison
52f64827be
rustfmt fixup
2025-02-18 10:38:19 -05:00
Caleb Jamison
9e785438ee
Inital rp23 ci tests
...
Some tests need more work.
* The adc test builds, but isn't set up correctly for the 2350 hardware
yet.
* The multicore and gpio_multicore tests only work from flash,
seems to be a probe-rs issue.
* The i2c and flash tests also only works from flash, these are probably
bugs but I don't have time to run them down now.
* The 2350 gpio test skips anything with pull downs. I think these fail
because of E9.
The float, bootsel, cyw43, and ethernet tests don't have 2350 equivalents.
There's no reason to use the float romfuncs, use the FPU.
Bootsel as a button isn't supported on the 2350 yet.
The wifi and eth tests don't have appropriate hardware.
The i2c test has also been tweaked to run on one core.
2025-02-18 10:32:20 -05:00
Dario Nieuwenhuis
1780f8479e
Merge pull request #3878 from showier-drastic/i2c-v2-add-nack
...
stm32: i2c-v2: Add error handling
2025-02-17 19:52:41 +01:00
Dario Nieuwenhuis
1fa874ef07
Merge pull request #3896 from embassy-rs/update-nightly-234
...
Update Rust nightly.
2025-02-17 18:39:14 +01:00
Dario Nieuwenhuis
89b5efc900
Update cargo-batch.
2025-02-17 17:57:50 +01:00
Dario Nieuwenhuis
489abb1f8f
Update Rust nightly.
2025-02-17 17:41:17 +01:00
Dario Nieuwenhuis
ac6e8d0ad9
Merge pull request #3895 from embassy-rs/rust-update-184
...
Update to Rust 1.84
2025-02-17 17:40:53 +01:00
Dario Nieuwenhuis
5050b2fe88
Update to Rust 1.84
2025-02-17 16:52:29 +01:00
Dario Nieuwenhuis
f6b480ef1c
Merge pull request #3894 from Flamenco/patch-1
...
Fix function name
2025-02-17 13:29:59 +00:00