| Commit message (Expand) | Author | Age | Files | Lines |
| * | net-esp-hosted: add Interface trait. | Dario Nieuwenhuis | 2025-10-29 | 1 | -10/+5 |
| * | feat: improve nrf54 support using new nrf-pac | Ulf Lilleengen | 2025-10-28 | 1 | -5/+5 |
| * | feat(nrf/spim): erase Instance type from Spim | Abraham Hamidi | 2025-09-24 | 2 | -2/+2 |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 2 | -3/+3 |
| * | BufferedUart initialization | Michael Gomez | 2025-04-04 | 4 | -4/+4 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 6 | -25/+39 |
| * | Update nrf-pac. | Dario Nieuwenhuis | 2024-11-15 | 1 | -14/+14 |
| * | nrf: port to chiptool-based `nrf-pac`. | Dario Nieuwenhuis | 2024-11-04 | 4 | -6/+65 |
| * | Update to rust 1.82. | Dario Nieuwenhuis | 2024-10-18 | 1 | -1/+1 |
| * | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 1 | -1/+1 |
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 2 | -13/+11 |
| * | Simplify construction of StackResources::new() | Martin Liska | 2024-08-08 | 2 | -7/+2 |
| * | tests/nrf: add non-buffered uart tests. | Dario Nieuwenhuis | 2024-06-25 | 2 | -0/+90 |
| * | tests/nrf: generalize buffereduart tests for all chips. | Dario Nieuwenhuis | 2024-06-25 | 5 | -66/+98 |
| * | tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160 | Dario Nieuwenhuis | 2024-06-25 | 10 | -0/+702 |
| * | rename nrf52 HIL test | Ulf Lilleengen | 2024-01-24 | 6 | -466/+0 |
| * | nrf/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 2 | -10/+7 |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 2 | -2/+0 |
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -9/+14 |
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 4 | -4/+0 |
| * | nrf/buffered_uarte: add test for recovering from buffer full. | Dario Nieuwenhuis | 2023-11-14 | 1 | -0/+72 |
| * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 2 | -4/+4 |
| * | test: deduplicate net perf test code. | Dario Nieuwenhuis | 2023-09-28 | 2 | -344/+28 |
| * | Merge pull request #1788 from embassy-rs/esp-hosted-cleanup | Dario Nieuwenhuis | 2023-08-18 | 1 | -2/+2 |
| |\ |
|
| | * | net-esp-hosted: sane error handling in control requests. | Dario Nieuwenhuis | 2023-08-17 | 1 | -2/+2 |
| * | | net-enc28j60: add HIL test. | Dario Nieuwenhuis | 2023-08-18 | 6 | -12/+255 |
| |/ |
|
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 1 | -1/+1 |
| * | fix flaky test wifi_esp_hosted_perf | Dario Nieuwenhuis | 2023-07-28 | 1 | -3/+3 |
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -3/+3 |
| * | esp-hosted: add perf hil test. | Dario Nieuwenhuis | 2023-06-22 | 1 | -0/+270 |
| * | ci: run HIL tests in parallel. | Dario Nieuwenhuis | 2023-05-30 | 4 | -0/+7 |
| * | Add HIL test for timer on nrf | Ulf Lilleengen | 2023-04-03 | 1 | -0/+25 |
| * | nrf/uart: switch to new interrupt binding. | Dario Nieuwenhuis | 2023-03-06 | 2 | -7/+16 |
| * | nrf/buffered_uarte: add HIL tests. | Dario Nieuwenhuis | 2023-03-04 | 2 | -0/+160 |