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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2414 from JomerDev/usb-logger-without-device
Ulf Lilleengen
2024-02-12
1
-0
/
+117
|
\
|
*
Add example
Jomer.Dev
2024-01-08
1
-0
/
+117
*
|
correct spelling of the word "receive"
Stefan Gehr
2024-02-03
1
-3
/
+3
*
|
Rename timeout_at to with_deadline
Caleb Jamison
2024-01-31
1
-3
/
+3
*
|
Add timeout_at convenience function and example.
Caleb Jamison
2024-01-31
1
-0
/
+80
*
|
rp/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
10
-35
/
+26
*
|
fix wrong formatting due to not using nightly rustfmt
Dennis Ranke
2024-01-20
1
-10
/
+5
*
|
add pio_i2s example for RP2040
Dennis Ranke
2024-01-20
1
-0
/
+130
*
|
feat: Extended the Scan API
umgefahren
2024-01-19
1
-1
/
+1
*
|
rustfmt
Ulf Lilleengen
2024-01-10
1
-2
/
+5
*
|
cleanup docs and add channel synchronization example
Ulf Lilleengen
2024-01-10
1
-0
/
+47
*
|
simplify example
Ulf Lilleengen
2024-01-10
1
-14
/
+3
*
|
Merge pull request #2417 from vasilNnikolov/mutex_rp_example
Ulf Lilleengen
2024-01-10
1
-0
/
+60
|
\
\
|
*
|
no need for a PeripheralRef
Vasil Nikolov
2024-01-10
1
-3
/
+3
|
*
|
remove unused import
Vasil Nikolov
2024-01-09
1
-2
/
+1
|
*
|
add example of pin sharing between tasks
Vasil Nikolov
2024-01-09
1
-0
/
+61
|
|
/
*
/
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
1
-1
/
+1
|
/
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
44
-44
/
+0
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
10
-47
/
+77
*
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
1
-1
/
+1
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
4
-12
/
+8
*
Move embassy-lora, lora examples to lora-phy repo.
Dario Nieuwenhuis
2023-11-29
4
-411
/
+0
*
usb: remove msos-descriptor feature.
Dario Nieuwenhuis
2023-11-08
4
-4
/
+4
*
rp: Remove control handler from USB raw bulk example
kalkyl
2023-11-07
1
-9
/
+1
*
fmt
kalkyl
2023-11-07
1
-1
/
+1
*
Use driver reexport
kalkyl
2023-11-07
1
-1
/
+1
*
rp: Add USB raw bulk example
kalkyl
2023-11-07
1
-0
/
+150
*
Add docs
kalkyl
2023-11-07
1
-2
/
+46
*
Update pio-uart example
kalkyl
2023-11-07
1
-0
/
+1
*
Add comments
kalkyl
2023-11-07
1
-0
/
+6
*
rp: Add USB raw example + msos descriptor to examples and usb-logger
kalkyl
2023-11-07
5
-2
/
+154
*
Cleanup
kalkyl
2023-11-03
1
-2
/
+2
*
rp: Add PWM input example
kalkyl
2023-11-03
1
-0
/
+26
*
Cleanup
kalkyl
2023-11-02
1
-12
/
+2
*
rp: Add PIO rotary encoder example
kalkyl
2023-11-02
1
-0
/
+91
*
Update Rust nightly.
Dario Nieuwenhuis
2023-11-01
4
-3
/
+4
*
rp: Add PIO stepper motor driver example
kalkyl
2023-10-30
1
-0
/
+169
*
Add example to show useage of rp2040 rosc
Caleb Jamison
2023-10-16
1
-0
/
+32
*
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
23
-54
/
+54
*
embassy-usb: Add MIDI class
kalkyl
2023-10-14
1
-0
/
+110
*
Add wait for DHCP in rp wifi_tcp_server
KingCol13
2023-10-02
1
-1
/
+8
*
Update firmware size in rp wifi examples
KingCol13
2023-10-02
4
-4
/
+4
*
feat: allow schmitt, slew, and drive strength be set from Flex, Input, Output
Jonathan Dickinson
2023-10-01
1
-0
/
+3
*
Update for rust-lorawan and lora-phy version 2.
ceekdee
2023-09-24
4
-41
/
+11
*
Merge pull request #1834 from dave-andersen/main
Dario Nieuwenhuis
2023-09-10
1
-3
/
+4
|
\
|
*
Fix timing on RP2040 pio_ws2812.rs example
Dave Andersen
2023-08-27
1
-3
/
+4
*
|
Add example, fix small bug in respond_and_fill
Caleb Jamison
2023-09-10
1
-0
/
+118
*
|
sync/pipe: impl BufRead.
Dario Nieuwenhuis
2023-08-30
1
-6
/
+4
|
/
*
Merge pull request #1763 from rubdos/sender-receiver-with-ctx
Dario Nieuwenhuis
2023-08-22
2
-2
/
+2
|
\
|
*
Deprecate *recv* in favor of *receive*
Ruben De Smet
2023-08-22
2
-2
/
+2
[next]