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_hd44780.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move pio programs into embassy-rp
Caleb Jamison
2024-10-09
1
-177
/
+24
*
rename PWM_CH to PWM_SLICE
Alexandru RADOVICI
2024-04-02
1
-1
/
+1
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
1
-1
/
+0
*
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
1
-2
/
+2
*
rp: relocate programs implicitly during load
pennae
2023-07-28
1
-5
/
+2
*
Add descriptions to all RP2040 examples. Some need hardware that was not spec...
Henrik Berg
2023-07-13
1
-0
/
+3
*
rp/pio: use bind_interrupts for irqs
pennae
2023-07-07
1
-4
/
+11
*
rp: don't use SetConfig trait in PWM and PIO.
Dario Nieuwenhuis
2023-05-13
1
-1
/
+0
*
rp/pio: allow wrap-around program loading
pennae
2023-05-06
1
-1
/
+2
*
rp/pio: configure state machines with Config struct
pennae
2023-05-06
1
-18
/
+24
*
rp/pio: add set-pin-{values,dirs} convenience functions
pennae
2023-05-06
1
-7
/
+2
*
rp/pio: add load_program, use_program
pennae
2023-05-06
1
-14
/
+2
*
rp/pio: drop Pio prefix from almost all names
pennae
2023-05-05
1
-2
/
+2
*
rp/pio: wrap sm rx, tx in structs and allow splitting
pennae
2023-05-03
1
-8
/
+8
*
rp/pio: split irqs from state machines
pennae
2023-05-03
1
-2
/
+5
*
rp/pio: remove PioStateMachineInstance
pennae
2023-05-03
1
-1
/
+1
*
rp/pio: PioStateMachine{Instance, => ,Instance}
pennae
2023-05-03
1
-1
/
+1
*
rp/pio: add PioPin trait
pennae
2023-05-03
1
-9
/
+8
*
rp/pio: drop SmInstance{,Base}
pennae
2023-05-02
1
-2
/
+2
*
rp/pio: make PioCommon a struct
pennae
2023-05-02
1
-3
/
+1
*
rp/pio: PioInstance::split -> Pio::new
pennae
2023-05-02
1
-4
/
+6
*
rp/pio: remove PioPeripheral
pennae
2023-05-02
1
-3
/
+2
*
rp/pio: add hd44780 example
pennae
2023-05-02
1
-0
/
+244