index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
rp
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add overclock example for RP2040 with 200 MHz clock configuration
1-rafael-1
2025-04-26
1
-0
/
+60
|
/
*
Updated the pio onewire example
Marc
2025-04-25
1
-49
/
+53
*
rp: i2c-slave example: fix twice-swapped sda/scl
Matt Johnston
2025-04-15
1
-6
/
+6
*
update WiFi credentials to placeholders
1-rafael-1
2025-04-13
1
-2
/
+2
*
remove incompatible device classes and protocol from RP webusb example
JuliDi
2025-04-11
1
-6
/
+0
*
BufferedUart initialization
Michael Gomez
2025-04-04
1
-1
/
+1
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
11
-24
/
+38
*
Added access to the byte swap flag for RP2*** chips for the PIO state machine...
eden barby
2025-03-01
1
-2
/
+2
*
rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.
Dario Nieuwenhuis
2025-02-18
2
-4
/
+6
*
fix: update example
skkeye
2025-02-13
1
-1
/
+1
*
fix: nightly fmt
skkeye
2025-02-13
2
-14
/
+15
*
examples/rp: add examples using ICMP sockets and the ping utility
skkeye
2025-02-13
2
-0
/
+278
*
examples/rp: remove unneeded sio spinlock stuck bug workarounds.
Dario Nieuwenhuis
2025-02-06
2
-2
/
+0
*
Merge pull request #3701 from 1-rafael-1/improve-orchestrate-example
Dario Nieuwenhuis
2025-01-07
1
-155
/
+156
|
\
|
*
fmt
1-rafael-1
2024-12-31
1
-1
/
+1
|
*
fmt
1-rafael-1
2024-12-31
1
-1
/
+2
|
*
Improve orchestrate_tasks example with shared state and better documentation
1-rafael-1
2024-12-31
1
-156
/
+156
*
|
Fix broken link to WIZnet W5500-EVB-Pico
lonesometraveler
2025-01-02
4
-4
/
+4
|
/
*
Added new param to examples and created a pico plus 2 w example
Bailey Townsend
2024-12-28
5
-10
/
+55
*
Remove manual settings of `composite_with_iads=true`
Eekle
2024-12-24
7
-48
/
+0
*
Remove bluetooth example and trouble dependencies
Dániel Buga
2024-12-22
1
-150
/
+0
*
Merge pull request #3024 from bsodmike/fix_rp_wifi_example
Dario Nieuwenhuis
2024-12-02
1
-5
/
+0
|
\
|
*
Remove code that isn't used by the example
Michael de Silva
2024-12-03
1
-5
/
+0
*
|
Merge pull request #3600 from embassy-rs/patch-1
Dario Nieuwenhuis
2024-12-02
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
examples/rp: update sdmmc.
Dario Nieuwenhuis
2024-12-03
1
-2
/
+1
*
|
formatting
rafael
2024-12-02
1
-1
/
+1
*
|
formatting
rafael
2024-12-02
1
-4
/
+4
*
|
correct rp pwm dutycycle examples: desired frequency
rafael
2024-12-02
1
-4
/
+8
|
/
*
fix fmt
Georges Palauqui
2024-11-05
1
-1
/
+1
*
add second example fo SPI display on RP
Georges Palauqui
2024-11-05
1
-0
/
+126
*
Merge pull request #3467 from Georges760/upd-ex-spi-display
Ulf Lilleengen
2024-11-05
1
-150
/
+15
|
\
|
*
update spi_display example for rp
Georges Palauqui
2024-10-27
1
-150
/
+15
*
|
Added ReceiverHandler to logger
Bjorn
2024-10-31
1
-0
/
+64
|
/
*
update path to cyw43 firmware in `wifi_blinky.rs` comments
Brad Gibson
2024-10-22
1
-2
/
+2
*
add pwm frequency to examples
rafael
2024-10-21
1
-2
/
+8
*
also add to the rp pwm example
rafael
2024-10-21
1
-6
/
+46
*
fmt examples too
Caleb Jamison
2024-10-09
2
-7
/
+4
*
Move pio programs into embassy-rp
Caleb Jamison
2024-10-09
9
-972
/
+131
*
Fixed overflow on `pio_stepper.rs`
Paul Fornage
2024-10-02
1
-1
/
+1
*
rp: Add PIO example for one-wire temperature sensor
kalkyl
2024-09-17
1
-0
/
+155
*
net: refactor to simplify lifetimes/generics.
Dario Nieuwenhuis
2024-09-16
9
-76
/
+52
*
cyw43: add support for WPA3 and more extensive security options.
Dario Nieuwenhuis
2024-09-09
2
-4
/
+10
*
rp: add example code to flash bluetooth fw (#3290)
Pedro Ferreira
2024-08-26
1
-0
/
+2
*
chore: Remove unused keyboard code from rp mouse example
James Bowes
2024-08-26
1
-7
/
+0
*
Merge pull request #3216 from 1-rafael-1/rp-example-orchestrate-tasks
Dario Nieuwenhuis
2024-08-13
1
-0
/
+318
|
\
|
*
review comments
rafael
2024-07-28
1
-7
/
+59
|
*
add example to rp: orchestrate multiple tasks
rafael
2024-07-27
1
-1
/
+1
|
*
add example to rp: orchestrate multiple tasks
rafael
2024-07-27
1
-2
/
+1
|
*
add example to rp: orchestrate multiple tasks
rafael
2024-07-27
1
-0
/
+267
*
|
Merge pull request #3232 from embassy-rs/misc-fixes-44
Dario Nieuwenhuis
2024-08-07
8
-19
/
+14
|
\
\
[prev]
[next]