| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #4397 from korbin/allocate-numbered-endpoints | Dario Nieuwenhuis | 2025-07-15 | 1 | -12/+39 | |
| |\ | | | | | | | Make USB endpoint allocator methods accept an optional `EndpointAddress` | |||||
| | * | make usb endpoint allocator methods accept an optional EndpointAddress | korbin | 2025-07-13 | 1 | -12/+39 | |
| | | | ||||||
| * | | nrf: add support for nrf9120, nrf9151, nrf9161 approtect. | Dario Nieuwenhuis | 2025-07-15 | 1 | -0/+31 | |
| |/ | ||||||
| * | Fixing the nrf54l drive configuration bug | Matthieu | 2025-07-10 | 1 | -1/+1 | |
| | | ||||||
| * | Update Rust nightly, stable. | Dario Nieuwenhuis | 2025-07-04 | 1 | -1/+1 | |
| | | ||||||
| * | embassy-nrf: fix PWM loop count | Juergen Fitschen | 2025-07-02 | 1 | -3/+2 | |
| | | ||||||
| * | nrf: Enable TEMP driver for nrf5340-net | Matthew Tran | 2025-05-22 | 2 | -1/+4 | |
| | | ||||||
| * | nrf/rng: add Blocking/Async Mode param. | Dario Nieuwenhuis | 2025-05-21 | 2 | -26/+76 | |
| | | | | | | This allows avoiding creating the irq handler if you're only going to use it in blocking mode. | |||||
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -13/+34 | |
| | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | |||||
| * | add the possibility to document `bind_interrupts` `struct`s | Ralph Ursprung | 2025-05-15 | 1 | -4/+8 | |
| | | | | | | | | | | | | | the `bind_interrupts` macro creates a `struct` for the interrupts. it was so far not possible to document those (except for STM32) and there was no generic documentation being generated/added either, thus the `missing_docs` lint was triggered for consumers which enabled it. with this change it is now possible to manually add a comment on the `struct` being defined in the macro invocation. to show that this works one RP example has been modified accordingly. | |||||
| * | nrf: _3v3 -> _3V3 | Matthew Tran | 2025-05-14 | 1 | -2/+2 | |
| | | ||||||
| * | nrf: Rework IPC module | Matthew Tran | 2025-05-11 | 1 | -194/+197 | |
| | | ||||||
| * | nrf: Add IPC peripheral for nRF5340 | Alessandro Gasbarroni | 2025-05-10 | 4 | -0/+372 | |
| | | ||||||
| * | Remove embassy_nrf::radio::ble. | Dario Nieuwenhuis | 2025-05-01 | 3 | -404/+5 | |
| | | | | | Fixes #4144 | |||||
| * | Merge pull request #4113 from alexmoon/twim-ram-buffer | Ulf Lilleengen | 2025-04-30 | 1 | -142/+29 | |
| |\ | | | | | Make the nrf Twim RAM buffer a instance variable instead of stack allocated | |||||
| | * | Add docs | Alex Moon | 2025-04-29 | 1 | -0/+6 | |
| | | | ||||||
| | * | Make the nrf Twim RAM buffer a instance variable instead of stack allocated | Alex Moon | 2025-04-18 | 1 | -142/+23 | |
| | | | ||||||
| * | | nrf: make wdt INDEX private | Matthew Tran | 2025-04-21 | 1 | -9/+7 | |
| | | | ||||||
| * | | nrf53: add WDT support | Matthew Tran | 2025-04-20 | 14 | -39/+100 | |
| |/ | ||||||
| * | BufferedUart initialization | Michael Gomez | 2025-04-04 | 2 | -7/+7 | |
| | | | | | | | | 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 | 29 | -696/+509 | |
| | | ||||||
| * | clean the SAADC's register while dropping | drindr | 2025-03-23 | 1 | -0/+4 | |
| | | ||||||
| * | Merge pull request #3939 from 0e4ef622/nrf53-int-cap | Dario Nieuwenhuis | 2025-03-02 | 1 | -1/+155 | |
| |\ | | | | | | | nrf5340: add internal capacitor config | |||||
| | * | nrf5340: add internal capacitor config | Matthew Tran | 2025-03-02 | 1 | -1/+155 | |
| | | | ||||||
| * | | nrf5340: add regh_voltage config | Matthew Tran | 2025-03-01 | 1 | -0/+39 | |
| |/ | ||||||
| * | remove redundant cfg | Matthew Tran | 2025-02-22 | 2 | -17/+9 | |
| | | ||||||
| * | nrf5340: configure LFCLK | Matthew Tran | 2025-02-22 | 2 | -3/+62 | |
| | | ||||||
| * | nrf52833: configure internal LDO | klownfish | 2025-01-28 | 1 | -4/+4 | |
| | | ||||||
| * | Add Clone to Pull | wackazong | 2025-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #3745 from dragonnn/nrf_twim | Dario Nieuwenhuis | 2025-01-08 | 1 | -6/+11 | |
| |\ | | | | | nrf twim return errors in async_wait instead of waiting indefinitely | |||||
| | * | panic when events_error is set in twim without errorsrc | dragonn | 2025-01-08 | 1 | -4/+1 | |
| | | | ||||||
| | * | remove self from check_errorsrc to make it work in async_wait | dragonn | 2025-01-08 | 1 | -3/+3 | |
| | | | ||||||
| | * | use check_errorsrc instead of matching again on errorsrc bits | dragonn | 2025-01-08 | 1 | -7/+2 | |
| | | | ||||||
| | * | nrf twim return errors in async_wait | dragonn | 2025-01-08 | 1 | -4/+17 | |
| | | | ||||||
| * | | nrf/gpio: fix missing setting input as disconnected. | Dario Nieuwenhuis | 2025-01-08 | 1 | -3/+7 | |
| |/ | ||||||
| * | Relax timestamp check | Ulf Lilleengen | 2025-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Move safeguard if compare irq is enabled | Ulf Lilleengen | 2025-01-02 | 1 | -5/+6 | |
| | | ||||||
| * | Update comment to reflect reality | Ulf Lilleengen | 2025-01-02 | 1 | -3/+3 | |
| | | ||||||
| * | Fix case where a short interrupt caused wrong alarm set | Ulf Lilleengen | 2025-01-02 | 1 | -2/+2 | |
| | | ||||||
| * | Ensure alarm is re-scheduled if timetamp is in the past | Ulf Lilleengen | 2025-01-01 | 1 | -37/+43 | |
| | | | | | Fixes #3672 | |||||
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 4 | -24/+16 | |
| | | ||||||
| * | nrf54l: Allow debug access from firmware sid3 | Dominik Boehi | 2024-12-26 | 1 | -9/+67 | |
| | | | | | This adds support for the | |||||
| * | Rename ETQD, bump date | Dániel Buga | 2024-12-22 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #3593 from bugadani/refactor | Dario Nieuwenhuis | 2024-12-16 | 1 | -111/+83 | |
| |\ | | | | | | | Rework time-driver contract. | |||||
| | * | Merge time-driver and time-queue-driver traits, make HALs own and handle the ↵ | Dario Nieuwenhuis | 2024-12-13 | 1 | -52/+63 | |
| | | | | | | | | | queue. | |||||
| | * | Refactor integrated-timers | Dániel Buga | 2024-12-10 | 1 | -78/+39 | |
| | | | ||||||
| * | | Merge pull request #3646 from wackazong/embedded_io_async_uarte | Dario Nieuwenhuis | 2024-12-15 | 1 | -0/+39 | |
| |\ \ | | | | | | | | | | Add trait embedded_io_async to uarte | |||||
| | * | | Just impl Write | Alexander Walter | 2024-12-14 | 1 | -18/+0 | |
| | | | | ||||||
| | * | | Add trait embedded_io_async to uarte | Alexander Walter | 2024-12-14 | 1 | -0/+57 | |
| | | | | ||||||
| * | | | Fix rustfm and warning | Alexander Walter | 2024-12-14 | 2 | -3/+2 | |
| | | | | ||||||
