| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4810 from ↵ | Ulf Lilleengen | 2025-11-14 | 1 | -4/+4 |
| |\ | | | | | | | | | | | de-vri-es/nrf-gpiote-enable-interrupts-before-being-polled embassy-nrf: add `gpiote::InputChannel::wait_for_high/low()` | ||||
| | * | embassy-nrf: add gpiote::InputChannel::wait_for_high/low() | Maarten de Vries | 2025-10-30 | 1 | -4/+4 |
| | | | | | | | | | | | Also catch GPIOTE events directly when wait() is called, even before polling the future. | ||||
| * | | Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocol | Ulf Lilleengen | 2025-11-12 | 2 | -23/+91 |
| |\ \ | | | | | | | | | | Add support for changing hid protocol mode in embassy-usb | ||||
| | * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update nrf-pac to version that modifies nrf52 register layout to match nrf54 to reduce the amount of cfg needed for nrf54 support. * Make the following peripherals available on nrf54: twim, twis, spim, spis, uart, buffered uarte, dppi, gpiote, pwm, saadc * Add examples tested on the nrf54 dk Some code is based on or copied from other pull requests, modified to match the new nrf-pac layout. Co-authored-by: Dmitry Tarnyagin <[email protected]> | ||||
| * | | | 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 |
| | | | | | It's unsound with manually-created Contexts, see https://github.com/embassy-rs/embassy/issues/4379 | ||||
| * | 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 |
| | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| * | 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 |
| | | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304. | ||||
| * | 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 |
| | | | | | | Co-Authored-By: turbocool3r <[email protected]> Co-Authored-By: ferris <[email protected]> | ||||
| * | 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 |
| | | | | 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 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 |
| | | | | | | | | | | | | * Clarified comments about the cortex_m::asm::delay functionality in all multiprio.rs examples * fixed formatting * Changed to using embassy_time::block_for() * removed my formatting scripts * specify embassy_time::Duration | ||||
| * | 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 |
| | | |||||
