aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840
Commit message (Collapse)AuthorAgeFilesLines
* Fix offset calculationwackazong2025-09-041-1/+1
|
* nrf: add NFCT NDEF example.Dario Nieuwenhuis2025-09-041-15/+259
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-2917-36/+36
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-9/+9
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: bump nrf and rp hal versionsUlf Lilleengen2025-08-041-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0Ulf Lilleengen2025-07-161-1/+1
|
* chore: Release embassy-usb version 0.5.0Ulf Lilleengen2025-07-161-1/+1
|
* chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
|
* Revert "chore: update to `embassy-nrf` v0.4.0"Ulf Lilleengen2025-07-141-1/+1
| | | | This reverts commit 1df59ffec4eed74ade4086da496a32d376e4190a.
* chore: update to `embassy-nrf` v0.4.0Ulf Lilleengen2025-07-141-1/+1
|
* executor: mark Spawner::for_current_executor() as unsafe.Dario Nieuwenhuis2025-07-081-1/+2
| | | | It's unsound with manually-created Contexts, see https://github.com/embassy-rs/embassy/issues/4379
* nrf52840: example ieee 802.15.4 packet send/receivebobsrac2025-05-272-0/+77
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-182-2/+2
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* Make the nrf Twim RAM buffer a instance variable instead of stack allocatedAlex Moon2025-04-182-1/+5
|
* BufferedUart initializationMichael Gomez2025-04-044-4/+4
| | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-276-20/+27
|
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.Dario Nieuwenhuis2025-01-151-1/+1
|
* Create embassy-nrf 0.3.1Ulf Lilleengen2025-01-091-1/+1
|
* Update cyw43, nrf, rp hals and embassy-bootUlf Lilleengen2025-01-061-1/+1
|
* Prepare embassy-net driversDániel Buga2025-01-051-2/+2
|
* Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
|
* ClarifyJames Munns2025-01-021-4/+4
|
* Add note for nRF52840-dk board detailsJames Munns2025-01-021-0/+10
|
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-244-27/+0
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
|
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* nrf: Add NFCT driver.Dario Nieuwenhuis2024-11-201-0/+79
| | | | | Co-Authored-By: turbocool3r <[email protected]> Co-Authored-By: ferris <[email protected]>
* Update nrf-pac.Dario Nieuwenhuis2024-11-1515-22/+22
|
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
|
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-047-31/+14
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-163-20/+16
|
* nrf52840: fix naming of LED states in examples (#3304)Adrian Friedli2024-09-022-4/+4
| | | The LEDs on the nrf52840 DK are active low.
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-073-15/+5
|
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
|
* Prepare to release embassy-usbUlf Lilleengen2024-08-051-1/+1
|
* Prepare for embassy-nrf releaseUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* bump more udbd-hid usages to 0.8.1JuliDi2024-07-161-1/+1
|