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
*
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
*
nrf/pac: reeport s and ns peripherals always independently of the current mode.
Dario Nieuwenhuis
2023-10-16
3
-269
/
+298
*
Release embassy-time 0.1.4
Dániel Buga
2023-10-12
1
-1
/
+1
*
update embedded-io, embedded-nal-async.
Dario Nieuwenhuis
2023-10-04
1
-2
/
+2
*
Remove impl_trait_projections.
Dario Nieuwenhuis
2023-10-02
1
-1
/
+1
*
nrf, rp: update set_config
xoviat
2023-10-01
3
-6
/
+15
*
Make irq token Copy+Clone
Dario Nieuwenhuis
2023-09-25
1
-0
/
+1
*
Add separate work-around specific flag for DMA errata on NRF52832
Priit Laes
2023-09-22
2
-12
/
+14
*
spim: Fix SPIM with polling executors
Nils Fitinghoff
2023-09-22
1
-22
/
+45
*
feat: bump embassy-sync version to 0.3.0
Ulf Lilleengen
2023-09-14
1
-1
/
+1
*
Fix gpiote when waking up from systemoff
Dion Dokter
2023-09-14
1
-1
/
+0
*
nrf: twim: Use SetConfig trait to reduce code duplication
Priit Laes
2023-09-10
1
-4
/
+5
*
nrf: spis: Use SetConfig trait internally to reduce duplication
Priit Laes
2023-09-10
1
-41
/
+4
*
nrf: spim: Use SetConfig trait internally to reduce duplication
Priit Laes
2023-09-10
1
-36
/
+4
*
nrf: Remove unneeded include from Temp's example
Priit Laes
2023-09-10
1
-1
/
+0
*
nrf: spim: Anomaly 109 workaround for SPIM peripheral (#460)
Priit Laes
2023-09-07
1
-4
/
+56
*
Sync all fmt.rs files.
Dario Nieuwenhuis
2023-08-30
1
-6
/
+39
*
Release embassy-time v0.1.3
Jesse Braham
2023-08-28
1
-1
/
+1
*
nrf: enable defmt for embassy-hal-internal.
Dario Nieuwenhuis
2023-08-16
1
-1
/
+1
[next]