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/timer: use low power counter mode.
Dario Nieuwenhuis
2023-05-26
1
-1
/
+1
*
Disable ppi group first to avoid BufferedUarte not getting dropped properly
Linus Harberg
2023-05-26
1
-0
/
+2
*
nrf/uarte: fix deref warning, fix errata not being applied on nrf53.
Dario Nieuwenhuis
2023-05-19
1
-6
/
+4
*
Update Rust nightly.
Dario Nieuwenhuis
2023-05-19
1
-1
/
+0
*
Remove unused `feature(type_alias_impl_trait)`.
Dario Nieuwenhuis
2023-05-14
1
-4
/
+1
*
Fix some typos
Dirk Stolle
2023-05-08
3
-9
/
+9
*
Bump versions preparing for -macros and -executor release
Ulf Lilleengen
2023-04-27
1
-1
/
+1
*
Add support for setting up the nRFs internal DCDCs
Emil Fresk
2023-04-26
1
-0
/
+80
*
Remove the _todo_embedded_hal_serial impls. EH will probably not have these s...
Dario Nieuwenhuis
2023-04-15
1
-77
/
+0
*
Release embassy-sync v0.2.0
Dario Nieuwenhuis
2023-04-13
1
-1
/
+1
*
nrf/timer: make `cc()` borrows less strict.
Dario Nieuwenhuis
2023-04-11
1
-2
/
+2
*
common/peripheral: do not require mut in PeripheralRef clone_unchecked.
Dario Nieuwenhuis
2023-04-11
5
-5
/
+5
*
Update embedded-hal crates.
Dario Nieuwenhuis
2023-04-06
2
-39
/
+12
*
Merge #1262
bors[bot]
2023-03-08
2
-17
/
+10
|
\
|
*
Merge upstream
Mehmet Ali Anil
2023-03-07
31
-1163
/
+1683
|
|
\
|
*
|
Bump embedded-storage-async to 0.4
Mehmet Ali Anil
2023-03-06
2
-16
/
+10
*
|
|
nrf/uicr: only check lowest bit.
Dario Nieuwenhuis
2023-03-07
1
-13
/
+9
|
|
/
|
/
|
*
|
nrf/interrupt: do not reexport `take!` macro.
Dario Nieuwenhuis
2023-03-06
1
-1
/
+1
*
|
nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53.
Dario Nieuwenhuis
2023-03-06
2
-187
/
+224
*
|
nrf/twis: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-24
/
+31
*
|
nrf/temp: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-11
/
+24
*
|
nrf/twim: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-20
/
+27
*
|
nrf/spis: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-48
/
+37
*
|
nrf/spim: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-27
/
+32
*
|
nrf/saadc: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-28
/
+34
*
|
nrf/rng: make available on all chips, use Instance trait, switch to new inter...
Dario Nieuwenhuis
2023-03-06
10
-72
/
+142
*
|
nrf/qspi: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-30
/
+35
*
|
nrf/qdec: make available on all chips, use Instance trait, switch to new inte...
Dario Nieuwenhuis
2023-03-06
10
-35
/
+102
*
|
nrf/pdm: make available on all chips, use Instance trait, switch to new inter...
Dario Nieuwenhuis
2023-03-06
9
-46
/
+109
*
|
nrf/i2s: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-37
/
+40
*
|
nrf/timer: remove awaitable.
Dario Nieuwenhuis
2023-03-06
1
-124
/
+10
*
|
nrf/uart: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
2
-153
/
+157
*
|
nrf: add new interrupt binding traits and macro.
Dario Nieuwenhuis
2023-03-06
1
-4
/
+29
*
|
Merge pull request #1232 from embassy-rs/nrf-qspi-fixes
Dario Nieuwenhuis
2023-03-05
3
-94
/
+155
|
\
\
|
*
|
nrf/qspi: add _raw variants of methods that don't do bounds checks.
Dario Nieuwenhuis
2023-03-05
1
-20
/
+70
|
*
|
nrf/qspi: remove FLASH_SIZE const generic param.
Dario Nieuwenhuis
2023-03-05
1
-16
/
+20
|
*
|
nrf/qspi: always use u32 for addresses.
Dario Nieuwenhuis
2023-03-05
1
-31
/
+31
|
*
|
nrf/qspi: add nrf53 support.
Dario Nieuwenhuis
2023-03-05
3
-20
/
+26
|
*
|
nrf/qspi: remove cfg_if hack
Dario Nieuwenhuis
2023-03-05
1
-30
/
+31
*
|
|
nrf/buffered_uarte: add HIL tests.
Dario Nieuwenhuis
2023-03-04
1
-1
/
+1
*
|
|
nrf/buffered_uarte: make available on stable.
Dario Nieuwenhuis
2023-03-04
2
-44
/
+116
*
|
|
nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts.
Dario Nieuwenhuis
2023-03-04
2
-299
/
+378
*
|
|
nrf/timer: add support for counter mode.
Dario Nieuwenhuis
2023-03-04
1
-5
/
+38
*
|
|
nrf: add PPI channel group driver.
Dario Nieuwenhuis
2023-03-04
3
-10
/
+98
|
/
/
*
/
Add `#[must_use]` to all futures
Grant Miller
2023-02-24
1
-0
/
+1
|
/
*
nrf: rename UARTETWISPIn -> SERIALn
Dario Nieuwenhuis
2023-02-21
3
-61
/
+61
*
nrf: warn if uicr configuration could not be written.
Dario Nieuwenhuis
2023-02-20
1
-13
/
+65
*
nrf: add support for UICR configuration.
Dario Nieuwenhuis
2023-02-20
11
-17
/
+230
*
nrf/qspi: do not panic when canceling futures.
Dario Nieuwenhuis
2023-02-10
1
-16
/
+16
*
nrf/twis: FIx doc typo
Dario Nieuwenhuis
2023-02-01
1
-1
/
+1
[next]