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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge #984 #1006
bors[bot]
2022-10-12
2
-0
/
+105
|
\
|
*
embassy-rp i2c: async (non-blocking) example
Jeremy Fitzhardinge
2022-10-01
1
-0
/
+102
|
*
embassy-rp: async i2c implementation
Jeremy Fitzhardinge
2022-10-01
1
-0
/
+3
*
|
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-10-07
1
-0
/
+1
*
|
update embedded-hal api
Jeremy Fitzhardinge
2022-10-01
2
-2
/
+2
*
|
rename to i2c_blocking
Jeremy Fitzhardinge
2022-10-01
1
-0
/
+0
*
|
rp i2c: blocking example
Jeremy Fitzhardinge
2022-10-01
1
-0
/
+70
|
/
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-6
/
+6
*
usb: move classes into the `embassy-usb` crate.
Dario Nieuwenhuis
2022-09-26
3
-4
/
+2
*
Replace futures::future::join -> embassy_futures::join::join.
Dario Nieuwenhuis
2022-09-22
2
-1
/
+2
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
2
-2
/
+0
*
Feature-gate time-driver in embassy-rp
Mathias
2022-09-16
1
-1
/
+1
*
Cleanup examples
Henrik Alsér
2022-09-01
2
-4
/
+4
*
Reorder args
Henrik Alsér
2022-09-01
1
-1
/
+1
*
transfer_in_place
Henrik Alsér
2022-09-01
1
-1
/
+1
*
Fix example
Henrik Alsér
2022-09-01
1
-2
/
+3
*
impl embedded-hal-async
Henrik Alsér
2022-09-01
1
-4
/
+2
*
example
Henrik Alsér
2022-09-01
2
-2
/
+33
*
net: feature-gate nightly-only async traits to allow building on stable.
Dario Nieuwenhuis
2022-08-30
2
-2
/
+2
*
Merge pull request #927 from embassy-rs/rp-usb
Dario Nieuwenhuis
2022-08-30
3
-0
/
+373
|
\
|
*
rp: add usb device support.
Dario Nieuwenhuis
2022-08-25
3
-0
/
+373
*
|
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r...
Mathias
2022-08-23
1
-1
/
+1
|
\
|
|
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
|
Fix uart rp2040 blocking example
Mathias
2022-08-19
1
-1
/
+1
|
/
*
Merge #910
bors[bot]
2022-08-18
1
-3
/
+3
|
\
|
*
Fix rp uart example
Mathias
2022-08-18
1
-3
/
+3
*
|
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
7
-10
/
+11
*
|
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
6
-12
/
+17
*
|
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-17
1
-2
/
+1
|
/
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
7
-16
/
+17
*
Add embedded_hal_async support for embassy-rp
Daniel Bevenius
2022-07-14
1
-0
/
+38
*
Merge pull request #822 from embassy-rs/remove-authors
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
|
\
|
*
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
*
|
Add env DEFMT_LOG=trace to all examples.
Dario Nieuwenhuis
2022-06-18
1
-0
/
+3
|
/
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
5
-22
/
+9
*
Update embedded-hal-async to 0.1.0-alpha.1
Dario Nieuwenhuis
2022-05-29
1
-1
/
+1
*
Switch to crates.io embedded-hal, embedded-hal-async.
Dario Nieuwenhuis
2022-04-22
2
-8
/
+9
*
Use embassy/defmt-timestamp-uptime in all examples.
Dario Nieuwenhuis
2022-04-02
7
-29
/
+16
*
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
2
-95
/
+287
*
rp: impl eh1.0 blocking traits
Dario Nieuwenhuis
2022-02-15
4
-5
/
+5
*
rp: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
2
-4
/
+2
*
Update rust-toolchain
Ulf Lilleengen
2021-12-16
5
-5
/
+0
*
Remove unused deps
Dario Nieuwenhuis
2021-11-15
1
-1
/
+1
*
Adjust all examples to defmt 0.3.
Bob McWhirter
2021-11-15
1
-16
/
+5
*
Replace rustflags with build.rs extra-link-args.
Dario Nieuwenhuis
2021-11-07
2
-11
/
+5
*
Update versions of critical-section and atomic-polyfill
Ulf Lilleengen
2021-11-02
1
-1
/
+1
*
Update lots of deps
Dario Nieuwenhuis
2021-09-11
1
-5
/
+5
*
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
5
-5
/
+0
*
Update cortex-m-rt to v0.7 for stm32, rp.
Dario Nieuwenhuis
2021-08-19
1
-2
/
+1
*
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-08-04
5
-10
/
+0
[prev]
[next]