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
*
Refactoring and cleanup
Alex Moon
2024-10-23
1
-86
/
+95
*
Remove support for consecutive Read operations
Alex Moon
2024-10-23
1
-132
/
+57
*
Add support for transactions to Twim in embassy-nrf
Alex Moon
2024-10-23
1
-244
/
+377
*
fix: review comments
Dinu Blanovschi
2024-10-22
1
-5
/
+14
*
nrf: add try_write to BufferedUarte.
Dario Nieuwenhuis
2024-08-21
1
-0
/
+28
*
Fixes build issues related to nrf9120 features
nerwalt
2024-08-12
1
-4
/
+4
*
nrf, doc: Don't refer to `Default` impl of `saadc::ChannelConfig`
Frank Plowman
2024-08-09
1
-1
/
+2
*
nrf: wdt: Fix formatting for `Safety` section
Priit Laes
2024-08-08
1
-2
/
+3
*
nrf: gpio: Fix return values for functions returning unit type - `()`
Priit Laes
2024-08-08
1
-8
/
+16
*
nrf: buffered_uarte: Add overrides for `too_many_arguments` lint
Priit Laes
2024-08-08
1
-0
/
+7
*
nrf: Rearrange CHANGELOG by features for better overview
Priit Laes
2024-08-05
1
-21
/
+28
*
update dates
Ulf Lilleengen
2024-08-05
1
-1
/
+1
*
Prepare for embassy-nrf release
Ulf Lilleengen
2024-08-05
2
-1
/
+6
*
Prepare embassy-time release
Ulf Lilleengen
2024-08-05
1
-1
/
+1
*
Prepare release of embassy-hal-internal
Ulf Lilleengen
2024-08-05
1
-1
/
+1
*
Prepare release of embassy-embedded-hal 0.2.0
Ulf Lilleengen
2024-08-05
1
-1
/
+1
*
Merge pull request #3171 from nerwalt/nrf9151
Dario Nieuwenhuis
2024-07-18
8
-42
/
+514
|
\
|
*
saddc regression fix
nerwalt
2024-07-15
1
-1
/
+1
|
*
cargo fmt
nerwalt
2024-07-15
1
-2
/
+4
|
*
Adding _nrf91 feature
nerwalt
2024-07-15
7
-44
/
+67
|
*
Merge branch 'main' into nrf9151
nerwalt
2024-07-15
1
-0
/
+18
|
|
\
|
*
|
Connecting GPIOTE interrupts
nerwalt
2024-07-15
1
-5
/
+5
|
*
|
Putting never used/constucted items behind feature flag
nerwalt
2024-07-15
1
-2
/
+3
|
*
|
Using published nrf9120-pac
nerwalt
2024-07-15
1
-1
/
+1
|
*
|
Merge branch 'main' into nrf9151
nerwalt
2024-07-11
3
-12
/
+56
|
|
\
\
|
*
\
\
Merge branch 'main' into nrf9151
nerwalt
2024-07-01
1
-0
/
+18
|
|
\
\
\
|
*
|
|
|
Clean up
nerwalt
2024-07-01
1
-0
/
+5
|
*
|
|
|
Adding support for 9120
nerwalt
2024-06-28
7
-38
/
+472
|
*
|
|
|
Adding initial support for nrf9151 s and ns
nerwalt
2024-06-27
1
-0
/
+7
*
|
|
|
|
Reduced define for 'unreachable!' to a single macro rule
Tarun Singh
2024-07-17
1
-10
/
+6
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
nrf after cargo check
rafael
2024-07-14
1
-2
/
+2
*
|
|
|
nrf
rafael
2024-07-14
1
-0
/
+18
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #3145 from embassy-rs/nrf-radio-fixes
Ulf Lilleengen
2024-07-03
1
-7
/
+2
|
\
\
\
|
*
|
|
remove unused logging
Ulf Lilleengen
2024-07-03
1
-3
/
+0
|
*
|
|
fix cancellation hanging on event never occuring
Ulf Lilleengen
2024-07-03
1
-4
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3139 from igiona/AllowDrivingStrengthInPwm
Dario Nieuwenhuis
2024-07-01
2
-5
/
+54
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fixup! feat(pwm): allow specifying OutputDrive for PWM channels
Giona Imperatori
2024-07-01
1
-4
/
+4
|
*
|
feat(pwm): allow specifying OutputDrive for PWM channels
Giona Imperatori
2024-07-01
2
-5
/
+54
|
|
/
*
/
expose enabling and disabling irq for triggers
Ulf Lilleengen
2024-07-01
1
-0
/
+18
|
/
*
nrf/buffered_uart: take into account EASYDMA_SIZE. fixes nrf52832
Dario Nieuwenhuis
2024-06-25
1
-4
/
+5
*
nrf: fix wrong order configuring gpios.
Dario Nieuwenhuis
2024-06-25
2
-2
/
+6
*
nrf/gpiote: fix port1 on nrf5340
Dario Nieuwenhuis
2024-06-25
1
-8
/
+8
*
add HAL and example for using nRF EGU peripheral
Ulf Lilleengen
2024-06-18
12
-0
/
+221
*
Add collapse_debuginfo to fmt.rs macros.
Dario Nieuwenhuis
2024-06-17
1
-0
/
+17
*
Use raw slices .len() method instead of unsafe hacks.
Dario Nieuwenhuis
2024-06-13
4
-48
/
+22
*
prepare for embassy-time 0.3.1 release
Ulf Lilleengen
2024-06-04
1
-1
/
+1
*
Emit cargo:rustc-check-cfg instructions from build.rs
Jan Špaček
2024-05-30
1
-1
/
+1
*
Prepare for embassy-sync 0.6.0 release
Ulf Lilleengen
2024-05-29
1
-1
/
+1
*
fix: typo
Cyril Marpaud
2024-04-27
1
-1
/
+1
*
Merge pull request #2827 from alexmoon/wait-disabled
Dario Nieuwenhuis
2024-04-26
1
-1
/
+13
|
\
[next]