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-nrf
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
nrf/spi: add bit order config
Matthew Tran
2024-01-26
2
-8
/
+18
*
|
add is_enabled() function
Martin Marmsoler
2024-01-26
1
-0
/
+7
*
|
add documentation
Martin Marmsoler
2024-01-26
1
-0
/
+1
*
|
use constant for the pwm clock
Martin Marmsoler
2024-01-26
1
-2
/
+3
|
/
*
nrf/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
2
-53
/
+62
*
Fix invalid "async" crates.io category.
Dario Nieuwenhuis
2024-01-12
1
-1
/
+1
*
Complete cargo.tomls more.
Dario Nieuwenhuis
2024-01-12
1
-0
/
+5
*
stm32,nrf: add warning on docs.rs directing the user to docs.embassy.dev.
Dario Nieuwenhuis
2024-01-11
2
-0
/
+5
*
Add docs.rs metadata to all crates.
Dario Nieuwenhuis
2024-01-11
1
-0
/
+3
*
bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.
Dario Nieuwenhuis
2024-01-11
1
-1
/
+1
*
More readme fixes.
Dario Nieuwenhuis
2024-01-11
1
-3
/
+13
*
Merge pull request #2436 from embassy-rs/embassy-nrf-docs-nrf91-example
Dario Nieuwenhuis
2024-01-11
1
-0
/
+20
|
\
|
*
change title
Ulf Lilleengen
2024-01-11
1
-1
/
+1
|
*
restructure
Ulf Lilleengen
2024-01-11
1
-2
/
+6
|
*
note on timer
Ulf Lilleengen
2024-01-11
1
-1
/
+3
|
*
docs: more docs on nrf
Ulf Lilleengen
2024-01-11
1
-0
/
+14
*
|
Centralize license and MSRV boilerplate into the repo readme.
Dario Nieuwenhuis
2024-01-11
1
-15
/
+0
|
/
*
time: split driver into a separate embassy-time-driver crate.
Dario Nieuwenhuis
2024-01-11
2
-3
/
+4
*
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
2
-41
/
+31
*
Update embedded-hal to v1.0
Dario Nieuwenhuis
2024-01-09
1
-2
/
+2
*
Expose rx_delay in nrf qspi config
ftilde
2024-01-05
1
-0
/
+8
*
fix: check if sck is some before setting high or low
swanandx
2024-01-03
1
-2
/
+6
*
fix: info_ref! can't be called on Option
swanandx
2024-01-03
1
-1
/
+1
*
feat: new_txonly_nosck in spim
swanandx
2024-01-03
1
-5
/
+18
*
feat: new_txonly_nosck in spis
swanandx
2024-01-03
1
-6
/
+34
*
fix: add missing impl block for async qspi multiwrite
Ulf Lilleengen
2024-01-03
1
-0
/
+3
*
Reset rx_started state of nrf buffered_uarte on init
ftilde
2023-12-29
1
-0
/
+1
*
nrf/gpio: add toggle.
Dario Nieuwenhuis
2023-12-26
1
-0
/
+34
*
nrf: some doc fixes.
Dario Nieuwenhuis
2023-12-23
1
-14
/
+14
*
[embassy-nrf] auto-documented features
Barnaby Walters
2023-12-22
2
-18
/
+40
*
docs: embassy-rp rustdoc and refactoring
Ulf Lilleengen
2023-12-19
1
-0
/
+2
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-1
/
+5
*
feat: support multiwrite flash traits if configured
Ulf Lilleengen
2023-12-18
2
-0
/
+8
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
1
-13
/
+12
*
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
3
-36
/
+46
*
Document how to bind multiple interrupts and handlers in `bind_interrupts!`.
Dario Nieuwenhuis
2023-12-08
1
-0
/
+22
*
update release version in examples and other crates
Scott Mabin
2023-12-04
1
-2
/
+2
*
update embedded-storage{,-async}, remove patch.
Dario Nieuwenhuis
2023-12-04
1
-1
/
+1
*
nrf52/qspi: avoid infinite busy-wait on QSPI read/write with zero-len buffer,...
Peter Hansen
2023-12-03
1
-1
/
+21
*
minimum build code for new APPROTECT is chip type-specific
Peter Hansen
2023-12-03
8
-2
/
+10
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
12
-241
/
+191
*
Update embedded-(hal,io,nal).
Dario Nieuwenhuis
2023-11-29
1
-3
/
+3
*
nrf/buffered_uarte: fix hang when buffer full due to PPI missing the endrx ev...
Dario Nieuwenhuis
2023-11-14
1
-21
/
+58
*
nrf/buffered_uarte: fix missing hwfc enable.
Dario Nieuwenhuis
2023-11-13
1
-1
/
+3
*
Merge pull request #2127 from bugadani/release
Dario Nieuwenhuis
2023-10-31
1
-1
/
+1
|
\
|
*
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
Dániel Buga
2023-10-31
1
-1
/
+1
*
|
Merge pull request #2128 from bugadani/poll
Dario Nieuwenhuis
2023-10-31
2
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Drop futures dependency in embassy-nrf
Dániel Buga
2023-10-31
2
-2
/
+1
*
|
Re-add impl_trait_projections
Dániel Buga
2023-10-30
1
-1
/
+2
|
/
*
time: add `links` key, release v0.1.5.
Dario Nieuwenhuis
2023-10-16
1
-1
/
+1
[prev]
[next]