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
/
embassy-rp
/
src
/
pio_programs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #5061 from ericseppanen/pio_divider
HEAD
main
Dario Nieuwenhuis
2025-12-19
1
-6
/
+55
|
\
|
*
clock_divider: use core::assert in const fn
Eric Seppanen
2025-12-13
1
-3
/
+3
|
*
improve pio clock divider math
Eric Seppanen
2025-12-13
1
-11
/
+32
|
*
add unit test for calculate_pio_clock_divider
Eric Seppanen
2025-12-13
1
-1
/
+29
*
|
Update to embedded-io 0.7
Dario Nieuwenhuis
2025-12-19
1
-0
/
+4
|
/
*
fix formatting
Robert Williams
2025-11-03
1
-1
/
+1
*
docs: color order methods traits missing docs
Robert Williams
2025-11-03
1
-0
/
+12
*
split into multiple methods
Robert Williams
2025-11-03
1
-6
/
+30
*
fix: split traits to avoid inference problems
Robert Williams
2025-11-03
1
-23
/
+19
*
embassy-rp: add color order to ws2812 pio program
Robert Williams
2025-11-03
1
-15
/
+78
*
Disable PIO SM before setting Y register
Michael Turner
2025-11-02
1
-3
/
+15
*
embassy-rp: doc comment spelling pass
Rob Wells
2025-10-27
4
-13
/
+13
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
8
-13
/
+9
*
rp/pio: Add onewire strong pullups, parasite power
Matt Johnston
2025-09-14
1
-3
/
+42
*
Merge pull request #4210 from mcaveniathor/pio_i2s_rx
Dario Nieuwenhuis
2025-09-05
1
-4
/
+92
|
\
|
*
Add PioI2sIn, PioI2sInProgram, and example binary
Thor McAvenia
2025-09-05
1
-4
/
+92
*
|
rp: move pio pin configs after set_config
Adrian Wowk
2025-09-05
1
-4
/
+5
*
|
rp: add pio spi runtime reconfiguration
Adrian Wowk
2025-09-05
1
-39
/
+80
*
|
style: cleanup with rustfmt
Adrian Wowk
2025-09-05
1
-11
/
+10
*
|
rp: add new pio spi program
Adrian Wowk
2025-09-05
2
-0
/
+434
|
/
*
rustfmt
MatrixSenpai
2025-05-22
1
-3
/
+6
*
adding compatibility with ws2812 leds that have 4 addressable lights
MatrixSenpai
2025-05-22
1
-4
/
+67
*
Make bit-depth of I2S PIO program configurable
Marvin Gudel
2025-05-13
1
-5
/
+13
*
Add PIO clock divider utility and refactor related modules
1-rafael-1
2025-05-03
5
-25
/
+43
*
fmt
1-rafael-1
2025-04-26
1
-2
/
+2
*
Scale clock dividers in HD44780, rotary encoder, and stepper driver based on ...
1-rafael-1
2025-04-26
3
-5
/
+23
*
Some small improvements
Marc
2025-04-25
1
-8
/
+6
*
Search can use the normal write/read instructions
Marc
2025-04-25
1
-61
/
+56
*
Refactor Onewire PIO implementation
Marc
2025-04-25
1
-61
/
+254
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
8
-76
/
+68
*
Added access to the byte swap flag for RP2*** chips for the PIO state machine...
eden barby
2025-03-01
3
-4
/
+4
*
rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.
Dario Nieuwenhuis
2025-02-18
7
-14
/
+16
*
i2s frequency relative to sysclk
vinsynth
2024-12-14
1
-2
/
+1
*
add sysclk frequency argument to PioI2Out::new
vinsynth
2024-12-14
1
-1
/
+2
*
Make the docs be docs
Caleb Jamison
2024-10-09
1
-1
/
+1
*
fmt
Caleb Jamison
2024-10-09
1
-3
/
+2
*
Better docs and adding of release for PioPwm
Bjorn
2024-10-09
1
-5
/
+14
*
cargo +nightly fmt
Caleb Jamison
2024-10-09
6
-30
/
+28
*
Move pio programs into embassy-rp
Caleb Jamison
2024-10-09
9
-0
/
+1055