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
/
bin
/
pio_async.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
1
-3
/
+3
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-4
/
+4
*
rp/pio: update pio-rs crate, reexport it so users don't get version mismatches.
Dario Nieuwenhuis
2025-02-18
1
-3
/
+4
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
1
-1
/
+0
*
rp: relocate programs implicitly during load
pennae
2023-07-28
1
-7
/
+3
*
Add descriptions to all RP2040 examples. Some need hardware that was not spec...
Henrik Berg
2023-07-13
1
-1
/
+10
*
rp/pio: use bind_interrupts for irqs
pennae
2023-07-07
1
-2
/
+7
*
rp: don't use SetConfig trait in PWM and PIO.
Dario Nieuwenhuis
2023-05-13
1
-1
/
+0
*
rp/pio: configure state machines with Config struct
pennae
2023-05-06
1
-16
/
+21
*
rp/pio: add load_program, use_program
pennae
2023-05-06
1
-19
/
+6
*
rp/pio: drop Pio prefix from almost all names
pennae
2023-05-05
1
-7
/
+7
*
rp/pio: wrap sm rx, tx in structs and allow splitting
pennae
2023-05-03
1
-2
/
+2
*
rp/pio: split irqs from state machines
pennae
2023-05-03
1
-4
/
+5
*
rp/pio: remove PioStateMachineInstance
pennae
2023-05-03
1
-1
/
+1
*
rp/pio: PioStateMachine{Instance, => ,Instance}
pennae
2023-05-03
1
-6
/
+6
*
rp/pio: add PioPin trait
pennae
2023-05-03
1
-4
/
+3
*
rp/pio: drop SmInstance{,Base}
pennae
2023-05-02
1
-7
/
+7
*
rp/pio: make PioCommon a struct
pennae
2023-05-02
1
-6
/
+4
*
rp/pio: PioInstance::split -> Pio::new
pennae
2023-05-02
1
-9
/
+15
*
rp/pio: remove PioPeripheral
pennae
2023-05-02
1
-8
/
+8
*
rp/pio: write instr memory only from common
pennae
2023-05-01
1
-10
/
+18
*
rp/pio: move non-sm-specific methods to PioCommon
pennae
2023-05-01
1
-7
/
+13
*
Fix a typo in "PioPeripheral"
sekoia
2023-02-15
1
-1
/
+1
*
Added RelocateProgram class for adjusting PIO-programs for different origins.
Simon Berg
2022-12-09
1
-12
/
+19
*
PIO support for RPi Pico
Simon Berg
2022-12-09
1
-0
/
+105