aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840
Commit message (Collapse)AuthorAgeFilesLines
* Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
|
* Merge pull request #1763 from rubdos/sender-receiver-with-ctxDario Nieuwenhuis2023-08-223-3/+3
|\ | | | | | | Refactor Channel/Sender/Receiver poll methods
| * Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-223-3/+3
| |
* | net-esp-hosted: sane error handling in control requests.Dario Nieuwenhuis2023-08-171-2/+2
| |
* | Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-162-4/+8
| |
* | net-enc28j60: add example.Dario Nieuwenhuis2023-08-152-0/+128
|/
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-074-5/+6
|
* Merge branch 'main' into mainChuck Davis2023-07-271-0/+3
|\
| * Added debug=2 in release profile to all examples.Piotr Esden-Tempski2023-07-261-0/+3
| | | | | | | | | | | | | | This makes rtt output work right when using `cargo run` in release mode. Debug was already enabled for release builds in some of the examples but not all.
* | Use lora-phy v1.2.1; modify embassy-lora dependencies.ceekdee2023-07-261-3/+0
|/
* cargo fmtQuentin Smith2023-07-182-35/+38
|
* Merge remote-tracking branch 'origin/main' into nrf-pdmQuentin Smith2023-07-173-13/+114
|
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
|
* Remove wifi envvars. They're annoying, they cause rust-analyzer errors when ↵Dario Nieuwenhuis2023-07-051-1/+4
| | | | opening the examples.
* update embedded-hal crates.Dario Nieuwenhuis2023-07-042-3/+7
|
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-293-4/+4
|
* Modify an exampleDániel Buga2023-06-251-1/+5
|
* esp-hosted: add perf hil test.Dario Nieuwenhuis2023-06-221-4/+4
|
* esp-hosted: fix build on stable.Dario Nieuwenhuis2023-06-221-4/+20
|
* esp-hosted: fix warnings.Dario Nieuwenhuis2023-06-221-1/+0
|
* esp-hosted: wait for esp firmware init.Dario Nieuwenhuis2023-06-221-3/+0
|
* wip: esp-hosted net driver.Dario Nieuwenhuis2023-06-222-0/+145
|
* examples: use nicer InterrupExt to set irq priority in multprio.Dario Nieuwenhuis2023-06-091-9/+5
|
* Remove executor dep+reexports from HALs.Dario Nieuwenhuis2023-06-091-1/+1
| | | | Closes #1547
* net: Support dual stack IPRuben De Smet2023-06-071-3/+3
|
* Rename StaticConfig to StaticConfigV4Ruben De Smet2023-06-061-1/+1
|
* Use make_static! from static-cell v1.1Dario Nieuwenhuis2023-06-013-36/+23
|
* net: do not use smoltcp Instant/Duration in public API.Dario Nieuwenhuis2023-05-151-1/+1
|
* Fix some typosDirk Stolle2023-05-084-5/+5
|
* Merge branch 'embassy-rs:master' into masterChuck Davis2023-04-281-1/+1
|\
| * Bump versions preparing for -macros and -executor releaseUlf Lilleengen2023-04-271-1/+1
| |
* | Remove external-lora-phy feature.ceekdee2023-04-281-1/+1
| |
* | Remove legacy LoRa drivers.ceekdee2023-04-271-1/+1
|/
* build fixes for stableUlf Lilleengen2023-04-261-1/+1
|
* Merge branch 'embassy-rs:master' into masterChuck Davis2023-04-263-4/+4
|\
| * Switch from probe-run to probe-rs-cli.Dario Nieuwenhuis2023-04-263-4/+4
| | | | | | | | | | - probe-run screwed up the last release 2 weeks ago and it's still not fixed (issue 391). Doesn't look well maintained. - Even when it's not broken, it lags behind probe-rs-cli in new chips support because it's slow in updating probe-rs.
* | Add nightly feature specification for lora-phy.ceekdee2023-04-261-2/+2
| |
* | Correct nightly feature specification.ceekdee2023-04-261-2/+2
| |
* | Deprecate original LoRa drivers. Update rust-lorawan releases.ceekdee2023-04-251-2/+2
| |
* | Add lora-phy examples.ceekdee2023-04-236-133/+327
| |
* | Use released lora-phy.ceekdee2023-04-211-1/+1
| |
* | Add external LoRa physical layer functionality.ceekdee2023-04-214-86/+221
|/
* enable inline-asm feature for cortex-m in examplespennae2023-04-181-1/+1
| | | | | | inline assembly is supported since rust 1.59, we're way past that. enabling this makes the compiled code more compact, and on rp2040 even decreses memory usage by not needing thunks in sram.
* update to released versionsUlf Lilleengen2023-04-171-2/+2
|
* Update to rust-lorawan with afit supportUlf Lilleengen2023-04-151-2/+2
|
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-1/+1
|
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-1/+1
| | | | | | | | | This introduces a `Pender` struct with enum cases for thread-mode, interrupt-mode and custom callback executors. This avoids calls through function pointers when using only the thread or interrupt executors. Faster, and friendlier to `cargo-call-stack`. `embassy-executor` now has `arch-xxx` Cargo features to select the arch and to enable the builtin executors (thread and interrupt).
* nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53.Dario Nieuwenhuis2023-03-067-56/+76
|
* nrf/twis: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-5/+7
|
* nrf/temp: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-3/+6
|