| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1763 from rubdos/sender-receiver-with-ctx | Dario Nieuwenhuis | 2023-08-22 | 3 | -3/+3 |
| |\ | | | | | | | Refactor Channel/Sender/Receiver poll methods | ||||
| | * | 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 | 2 | -4/+8 |
| | | | |||||
| * | | net-enc28j60: add example. | Dario Nieuwenhuis | 2023-08-15 | 2 | -0/+128 |
| |/ | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 4 | -5/+6 |
| | | |||||
| * | Merge branch 'main' into main | Chuck Davis | 2023-07-27 | 1 | -0/+3 |
| |\ | |||||
| | * | Added debug=2 in release profile to all examples. | Piotr Esden-Tempski | 2023-07-26 | 1 | -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. | ceekdee | 2023-07-26 | 1 | -3/+0 |
| |/ | |||||
| * | cargo fmt | Quentin Smith | 2023-07-18 | 2 | -35/+38 |
| | | |||||
| * | Merge remote-tracking branch 'origin/main' into nrf-pdm | Quentin Smith | 2023-07-17 | 3 | -13/+114 |
| | | |||||
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 |
| | | |||||
| * | Remove wifi envvars. They're annoying, they cause rust-analyzer errors when ↵ | Dario Nieuwenhuis | 2023-07-05 | 1 | -1/+4 |
| | | | | | opening the examples. | ||||
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 2 | -3/+7 |
| | | |||||
| * | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 3 | -4/+4 |
| | | |||||
| * | 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 build on stable. | Dario Nieuwenhuis | 2023-06-22 | 1 | -4/+20 |
| | | |||||
| * | 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 | 2 | -0/+145 |
| | | |||||
| * | 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 |
| | | | | | Closes #1547 | ||||
| * | 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 | 3 | -36/+23 |
| | | |||||
| * | 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-28 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 1 | -1/+1 |
| | | | |||||
| * | | Remove external-lora-phy feature. | ceekdee | 2023-04-28 | 1 | -1/+1 |
| | | | |||||
| * | | Remove legacy LoRa drivers. | ceekdee | 2023-04-27 | 1 | -1/+1 |
| |/ | |||||
| * | build fixes for stable | Ulf Lilleengen | 2023-04-26 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'embassy-rs:master' into master | Chuck Davis | 2023-04-26 | 3 | -4/+4 |
| |\ | |||||
| | * | Switch from probe-run to probe-rs-cli. | Dario Nieuwenhuis | 2023-04-26 | 3 | -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. | ceekdee | 2023-04-26 | 1 | -2/+2 |
| | | | |||||
| * | | Correct nightly feature specification. | ceekdee | 2023-04-26 | 1 | -2/+2 |
| | | | |||||
| * | | Deprecate original LoRa drivers. Update rust-lorawan releases. | ceekdee | 2023-04-25 | 1 | -2/+2 |
| | | | |||||
| * | | Add lora-phy examples. | ceekdee | 2023-04-23 | 6 | -133/+327 |
| | | | |||||
| * | | Use released lora-phy. | ceekdee | 2023-04-21 | 1 | -1/+1 |
| | | | |||||
| * | | Add external LoRa physical layer functionality. | ceekdee | 2023-04-21 | 4 | -86/+221 |
| |/ | |||||
| * | enable inline-asm feature for cortex-m in examples | pennae | 2023-04-18 | 1 | -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 versions | Ulf Lilleengen | 2023-04-17 | 1 | -2/+2 |
| | | |||||
| * | Update to rust-lorawan with afit support | Ulf Lilleengen | 2023-04-15 | 1 | -2/+2 |
| | | |||||
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| | | |||||
| * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 1 | -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 Nieuwenhuis | 2023-03-06 | 7 | -56/+76 |
| | | |||||
| * | 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 |
| | | |||||
