| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocol | Ulf Lilleengen | 2025-11-12 | 2 | -23/+91 |
| |\ |
|
| | * | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-24 | 15 | -30/+24 |
| | * | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-02 | 9 | -14/+66 |
| | |\ |
|
| | * | | rename HidSubclass to match hid spec | matteo | 2025-10-01 | 2 | -2/+2 |
| | * | | review comments | matteo | 2025-09-30 | 2 | -6/+12 |
| | * | | working nrf52840 examples | matteo | 2025-09-23 | 2 | -21/+75 |
| | * | | update hid examples | matteo | 2025-09-23 | 2 | -2/+10 |
| * | | | net-esp-hosted: add Interface trait. | Dario Nieuwenhuis | 2025-10-29 | 1 | -11/+5 |
| * | | | feat: improve nrf54 support using new nrf-pac | Ulf Lilleengen | 2025-10-28 | 4 | -61/+28 |
| * | | | embassy_nrf: update examples | Maarten de Vries | 2025-10-15 | 3 | -18/+19 |
| * | | | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 14 | -27/+21 |
| * | | | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -3/+3 |
| | |/
|/| |
|
| * | | nrf/usb: erase instance generics | Dario Nieuwenhuis | 2025-09-28 | 4 | -10/+6 |
| * | | nrf/radio: erase instance generic | Dario Nieuwenhuis | 2025-09-28 | 1 | -1/+1 |
| * | | nrf/rtc: erase instance generic | Dario Nieuwenhuis | 2025-09-28 | 1 | -2/+1 |
| * | | nrf/uart,timer: erase instance generics. | Dario Nieuwenhuis | 2025-09-28 | 1 | -1/+1 |
| * | | feat(nrf/spim): erase Instance type from Spim | Abraham Hamidi | 2025-09-24 | 2 | -2/+2 |
| * | | add basic RTC driver for nRF | Robin Mueller | 2025-09-22 | 1 | -0/+57 |
| |/ |
|
| * | nrf: 802.15.4 embassy-net-driver | Remmirad | 2025-09-06 | 1 | -0/+120 |
| * | Fix offset calculation | wackazong | 2025-09-04 | 1 | -1/+1 |
| * | nrf: add NFCT NDEF example. | Dario Nieuwenhuis | 2025-09-04 | 1 | -15/+259 |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 17 | -36/+36 |
| * | executor: mark Spawner::for_current_executor() as unsafe. | Dario Nieuwenhuis | 2025-07-08 | 1 | -1/+2 |
| * | nrf52840: example ieee 802.15.4 packet send/receive | bobsrac | 2025-05-27 | 2 | -0/+77 |
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -1/+1 |
| * | Make the nrf Twim RAM buffer a instance variable instead of stack allocated | Alex Moon | 2025-04-18 | 2 | -1/+5 |
| * | BufferedUart initialization | Michael Gomez | 2025-04-04 | 4 | -4/+4 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 6 | -20/+27 |
| * | Clarify | James Munns | 2025-01-02 | 1 | -4/+4 |
| * | Add note for nRF52840-dk board details | James Munns | 2025-01-02 | 1 | -0/+10 |
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 4 | -27/+0 |
| * | 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 |