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
/
examples
/
nrf52840
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: bump usbd-hid version
Haobo Gu
2025-11-25
1
-1
/
+1
*
Merge pull request #4810 from de-vri-es/nrf-gpiote-enable-interrupts-before-b...
Ulf Lilleengen
2025-11-14
1
-4
/
+4
|
\
|
*
embassy-nrf: add gpiote::InputChannel::wait_for_high/low()
Maarten de Vries
2025-10-30
1
-4
/
+4
*
|
Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocol
Ulf Lilleengen
2025-11-12
2
-23
/
+91
|
\
\
|
*
|
Merge branch 'main' into 17-add-support-for-boot-protocol
Matteo Meluzzi
2025-10-24
16
-31
/
+25
|
*
|
Merge branch 'main' into 17-add-support-for-boot-protocol
Matteo Meluzzi
2025-10-02
10
-15
/
+68
|
|
\
\
|
*
|
|
rename HidSubclass to match hid spec
matteo
2025-10-01
2
-2
/
+2
|
*
|
|
review comments
matteo
2025-09-30
3
-7
/
+13
|
*
|
|
working nrf52840 examples
matteo
2025-09-23
3
-22
/
+76
|
*
|
|
update hid examples
matteo
2025-09-23
2
-2
/
+10
*
|
|
|
net-esp-hosted: add Interface trait.
Dario Nieuwenhuis
2025-10-29
1
-11
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
feat: improve nrf54 support using new nrf-pac
Ulf Lilleengen
2025-10-28
4
-61
/
+28
*
|
|
embassy_nrf: update examples
Maarten de Vries
2025-10-15
3
-18
/
+19
*
|
|
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
14
-27
/
+21
*
|
|
Edition 2024.
Dario Nieuwenhuis
2025-10-06
3
-4
/
+4
|
|
/
|
/
|
*
|
chore: prepare crate releases
Ulf Lilleengen
2025-09-30
1
-1
/
+1
*
|
nrf/usb: erase instance generics
Dario Nieuwenhuis
2025-09-28
4
-10
/
+6
*
|
nrf/radio: erase instance generic
Dario Nieuwenhuis
2025-09-28
1
-1
/
+1
*
|
nrf/rtc: erase instance generic
Dario Nieuwenhuis
2025-09-28
1
-2
/
+1
*
|
nrf/uart,timer: erase instance generics.
Dario Nieuwenhuis
2025-09-28
1
-1
/
+1
*
|
feat(nrf/spim): erase Instance type from Spim
Abraham Hamidi
2025-09-24
2
-2
/
+2
*
|
add basic RTC driver for nRF
Robin Mueller
2025-09-22
2
-0
/
+58
|
/
*
nrf: 802.15.4 embassy-net-driver
Remmirad
2025-09-06
2
-2
/
+122
*
Fix offset calculation
wackazong
2025-09-04
1
-1
/
+1
*
nrf: add NFCT NDEF example.
Dario Nieuwenhuis
2025-09-04
1
-15
/
+259
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
17
-36
/
+36
*
chore: prepare embassy crate releases
Ulf Lilleengen
2025-08-26
1
-9
/
+9
*
Load all crates in the graph, honor the "publish" flag to prevent publishing ...
Dario Nieuwenhuis
2025-08-25
1
-0
/
+6
*
fix: prepare embassy-sync 0.7.1 release
Ulf Lilleengen
2025-08-12
1
-1
/
+1
*
chore: bump nrf and rp hal versions
Ulf Lilleengen
2025-08-04
1
-1
/
+1
*
chore: prepare embassy-executor 0.8 release
Ulf Lilleengen
2025-07-31
1
-1
/
+1
*
chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0
Ulf Lilleengen
2025-07-16
1
-1
/
+1
*
chore: Release embassy-usb version 0.5.0
Ulf Lilleengen
2025-07-16
1
-1
/
+1
*
chore: update to `embassy-nrf` v0.4.0
Ulf Lilleengen
2025-07-14
1
-1
/
+1
*
Revert "chore: update to `embassy-nrf` v0.4.0"
Ulf Lilleengen
2025-07-14
1
-1
/
+1
*
chore: update to `embassy-nrf` v0.4.0
Ulf Lilleengen
2025-07-14
1
-1
/
+1
*
executor: mark Spawner::for_current_executor() as unsafe.
Dario Nieuwenhuis
2025-07-08
1
-1
/
+2
*
nrf52840: example ieee 802.15.4 packet send/receive
bobsrac
2025-05-27
2
-0
/
+77
*
embassy-sync: bump to 0.7.0
Matt Johnston
2025-05-22
1
-1
/
+1
*
Update defmt dependencies
Yuri Astrakhan
2025-05-18
1
-3
/
+3
*
Add rand-core v0.9 support.
Dario Nieuwenhuis
2025-05-18
2
-2
/
+2
*
Make the nrf Twim RAM buffer a instance variable instead of stack allocated
Alex Moon
2025-04-18
2
-1
/
+5
*
BufferedUart initialization
Michael Gomez
2025-04-04
4
-4
/
+4
*
Statically allocate task pools on stable Rust.
Dario Nieuwenhuis
2025-03-28
1
-1
/
+1
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
6
-20
/
+27
*
chore: prepare embassy-net release
Ulf Lilleengen
2025-02-14
1
-1
/
+1
*
chore: bump embassy-sync version
Ulf Lilleengen
2025-01-15
1
-1
/
+1
*
Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.
Dario Nieuwenhuis
2025-01-15
1
-1
/
+1
*
Create embassy-nrf 0.3.1
Ulf Lilleengen
2025-01-09
1
-1
/
+1
*
Update cyw43, nrf, rp hals and embassy-boot
Ulf Lilleengen
2025-01-06
1
-1
/
+1
[next]