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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add embedded_hal_async support for embassy-rp
Daniel Bevenius
2022-07-14
2
-1
/
+302
*
Move all gpio logic to Flex
chemicstry
2022-07-13
1
-6
/
+3
*
Change get_set_level to get_output_level
chemicstry
2022-07-13
1
-3
/
+3
*
Add convenience GPIO functions to RP
chemicstry
2022-07-13
1
-0
/
+78
*
Merge #850
bors[bot]
2022-07-10
2
-1
/
+20
|
\
|
*
Add embassy-embedded-hal nightly feature
Henrik Alsér
2022-07-09
1
-1
/
+1
|
*
impl SetConfig for rp2040 SPI
Henrik Alsér
2022-07-09
2
-0
/
+19
*
|
rp/gpio: add Flex.
Dario Nieuwenhuis
2022-07-09
1
-104
/
+272
|
/
*
docs: Add $COMMIT to git srclinks.
Dario Nieuwenhuis
2022-06-26
1
-1
/
+1
*
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
*
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-18
1
-1
/
+1
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
8
-79
/
+34
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
7
-50
/
+46
*
Update embedded-hal-async to 0.1.0-alpha.1
Dario Nieuwenhuis
2022-05-29
1
-1
/
+1
*
Impl OutputPin/StatefulOutputPin/ToggleableOutputPin
Daniel Bevenius
2022-05-21
1
-0
/
+32
*
Add open-drain support for embassy-rp
Daniel Bevenius
2022-05-21
1
-1
/
+83
*
Add new lines between SIO methods
Daniel Bevenius
2022-05-19
1
-0
/
+3
*
Merge pull request #773 from danbev/embassy-rp-ouput-drop
Dario Nieuwenhuis
2022-05-19
1
-1
/
+8
|
\
|
*
Impl drop for embassy-rp gpio Output
Daniel Bevenius
2022-05-17
1
-1
/
+8
*
|
squash! Impl ToggleableOutputPin for embassy-rp Output
Daniel Bevenius
2022-05-19
1
-4
/
+3
*
|
Impl ToggleableOutputPin for embassy-rp Output
Daniel Bevenius
2022-05-19
1
-0
/
+18
|
/
*
squash! Implement Output::is_set_low for embassy-rp
Daniel Bevenius
2022-05-11
1
-1
/
+2
*
Implement Output::is_set_low for embassy-rp
Daniel Bevenius
2022-05-11
1
-2
/
+2
*
Update re-export comment in embassy-rp/Cargo.toml
Daniel Bevenius
2022-05-09
1
-1
/
+1
*
Switch to crates.io embedded-hal, embedded-hal-async.
Dario Nieuwenhuis
2022-04-22
1
-2
/
+2
*
Reexport unborrow macro in HALs
Matous Hybl
2022-04-07
1
-0
/
+3
*
Add more docserver metadata.
Dario Nieuwenhuis
2022-04-05
1
-0
/
+8
*
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
2
-45
/
+11
*
rp: impl eh1.0 blocking traits
Dario Nieuwenhuis
2022-02-15
3
-73
/
+248
*
Merge #615
bors[bot]
2022-02-12
2
-75
/
+63
|
\
|
*
rp: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
2
-75
/
+63
*
|
embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.
Dario Nieuwenhuis
2022-02-12
1
-1
/
+1
*
|
blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...
Dario Nieuwenhuis
2022-02-12
1
-3
/
+4
|
/
*
Add missing `+ 'd` on unborrows.
Dario Nieuwenhuis
2022-02-10
2
-10
/
+10
*
Update rust-toolchain
Ulf Lilleengen
2021-12-16
1
-1
/
+0
*
Update to defmt 3.0ish.
Bob McWhirter
2021-11-15
1
-7
/
+1
*
Update versions of critical-section and atomic-polyfill
Ulf Lilleengen
2021-11-02
1
-2
/
+2
*
Update version of critical-section
Ulf Lilleengen
2021-09-13
1
-1
/
+1
*
Add WASM support for executor
Ulf Lilleengen
2021-09-13
1
-1
/
+1
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
1
-1
/
+1
*
Update lots of deps
Dario Nieuwenhuis
2021-09-11
1
-5
/
+5
*
rp: remove use of never type
Dario Nieuwenhuis
2021-09-03
2
-3
/
+3
*
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
1
-1
/
+0
*
time: allow storing state inside the driver struct.
Dario Nieuwenhuis
2021-08-25
1
-60
/
+64
*
Update cortex-m-rt to v0.7 for stm32, rp.
Dario Nieuwenhuis
2021-08-19
1
-2
/
+2
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
3
-54
/
+25
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
6
-6
/
+6
*
rp/spi: disable+enable when setting frequency
Dario Nieuwenhuis
2021-07-20
1
-0
/
+7
*
rp/spi: properly drain the rx buffer while writing
Dario Nieuwenhuis
2021-07-20
1
-0
/
+2
*
all hals: reexport PAC if `unstable-pac` feature is set.
Dario Nieuwenhuis
2021-07-14
2
-0
/
+10
[next]