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
/
src
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
nrf: Add NFCT driver.
Dario Nieuwenhuis
2024-11-20
1
-0
/
+79
*
Update nrf-pac.
Dario Nieuwenhuis
2024-11-15
15
-22
/
+22
*
nrf: port to chiptool-based `nrf-pac`.
Dario Nieuwenhuis
2024-11-04
7
-31
/
+14
*
net: refactor to simplify lifetimes/generics.
Dario Nieuwenhuis
2024-09-16
3
-20
/
+16
*
nrf52840: fix naming of LED states in examples (#3304)
Adrian Friedli
2024-09-02
2
-4
/
+4
*
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
Dario Nieuwenhuis
2024-08-07
3
-15
/
+5
*
cargo fmt
Ulf Lilleengen
2024-06-18
1
-16
/
+4
*
add HAL and example for using nRF EGU peripheral
Ulf Lilleengen
2024-06-18
1
-0
/
+55
*
Clarified comments about the cortex_m::asm::delay functionality in al… (#3064)
Daniel Philipp
2024-06-12
1
-2
/
+2
*
Reduce use of the full `futures` crate.
Dario Nieuwenhuis
2024-04-26
1
-1
/
+1
*
usb-hid: all the RequestHandler method accept &mut self
Boris Faure
2024-04-15
2
-6
/
+6
*
examples: request_handler is mutable
Boris Faure
2024-04-15
2
-7
/
+7
*
usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead
Adam Greig
2024-03-23
6
-12
/
+0
*
nrf/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
4
-24
/
+16
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
51
-51
/
+0
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
4
-30
/
+52
*
Move embassy-lora, lora examples to lora-phy repo.
Dario Nieuwenhuis
2023-11-29
5
-527
/
+0
*
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
28
-77
/
+76
*
Update for rust-lorawan and lora-phy version 2.
ceekdee
2023-09-24
5
-23
/
+12
*
Merge pull request #1763 from rubdos/sender-receiver-with-ctx
Dario Nieuwenhuis
2023-08-22
3
-3
/
+3
|
\
|
*
Deprecate *recv* in favor of *receive*
Ruben De Smet
2023-08-22
3
-3
/
+3
*
|
net-esp-hosted: sane error handling in control requests.
Dario Nieuwenhuis
2023-08-17
1
-2
/
+2
*
|
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
1
-1
/
+1
*
|
net-enc28j60: add example.
Dario Nieuwenhuis
2023-08-15
1
-0
/
+124
|
/
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
3
-3
/
+3
*
cargo fmt
Quentin Smith
2023-07-18
2
-35
/
+38
*
Merge remote-tracking branch 'origin/main' into nrf-pdm
Quentin Smith
2023-07-17
2
-13
/
+111
*
Remove wifi envvars. They're annoying, they cause rust-analyzer errors when o...
Dario Nieuwenhuis
2023-07-05
1
-1
/
+4
*
update embedded-hal crates.
Dario Nieuwenhuis
2023-07-04
1
-2
/
+3
*
Update probe-rs-cli -> probe-rs
Dario Nieuwenhuis
2023-06-29
2
-2
/
+2
*
Modify an example
Dániel Buga
2023-06-25
1
-1
/
+5
*
esp-hosted: add perf hil test.
Dario Nieuwenhuis
2023-06-22
1
-4
/
+4
*
esp-hosted: fix warnings.
Dario Nieuwenhuis
2023-06-22
1
-1
/
+0
*
esp-hosted: wait for esp firmware init.
Dario Nieuwenhuis
2023-06-22
1
-3
/
+0
*
wip: esp-hosted net driver.
Dario Nieuwenhuis
2023-06-22
1
-0
/
+143
*
examples: use nicer InterrupExt to set irq priority in multprio.
Dario Nieuwenhuis
2023-06-09
1
-9
/
+5
*
Remove executor dep+reexports from HALs.
Dario Nieuwenhuis
2023-06-09
1
-1
/
+1
*
net: Support dual stack IP
Ruben De Smet
2023-06-07
1
-3
/
+3
*
Rename StaticConfig to StaticConfigV4
Ruben De Smet
2023-06-06
1
-1
/
+1
*
Use make_static! from static-cell v1.1
Dario Nieuwenhuis
2023-06-01
2
-34
/
+21
*
net: do not use smoltcp Instant/Duration in public API.
Dario Nieuwenhuis
2023-05-15
1
-1
/
+1
*
Fix some typos
Dirk Stolle
2023-05-08
4
-5
/
+5
*
Merge branch 'embassy-rs:master' into master
Chuck Davis
2023-04-26
2
-2
/
+2
|
\
|
*
Switch from probe-run to probe-rs-cli.
Dario Nieuwenhuis
2023-04-26
2
-2
/
+2
*
|
Add lora-phy examples.
ceekdee
2023-04-23
6
-133
/
+327
*
|
Add external LoRa physical layer functionality.
ceekdee
2023-04-21
3
-81
/
+216
|
/
*
nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53.
Dario Nieuwenhuis
2023-03-06
6
-50
/
+75
*
nrf/twis: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-5
/
+7
*
nrf/temp: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-3
/
+6
*
nrf/twim: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
2
-6
/
+12
[next]