aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into add-nrf-rtc-driverUlf Lilleengen2025-09-222-2/+35
|\
| * nrf: add persist() method for gpiote and timerMatthew Tran2025-09-212-0/+27
| * nrf: impl Drop for TimerMatthew Tran2025-09-211-2/+8
* | code review changesRobin Mueller2025-09-2213-12/+29
* | add basic RTC driver for nRFRobin Mueller2025-09-2214-0/+313
|/
* nrf: add persist() method for gpio and ppiMatthew Tran2025-09-205-2/+55
* nrf: 802.15.4 embassy-net-driverRemmirad2025-09-062-0/+107
* nrf54l: Disable glitch detection and enable DC/DC in init.Ole Bauck2025-09-011-0/+17
* Replace SAADC input pins with correct mappingsIke2025-08-251-8/+8
* Use from_bits in LoopCntnerwalt2025-08-141-1/+1
* Enable temp support on the nrf54l15nerwalt2025-08-122-13/+15
* Merge branch 'main' into nrf54l15-wdtDario Nieuwenhuis2025-08-083-2/+188
|\
| * Adds RRAMC support for the nrf54l15nerwalt2025-08-083-2/+188
* | Fixes broken NS buildnerwalt2025-08-081-0/+6
* | Adds WDT support for the nrf54l15nerwalt2025-08-083-5/+13
|/
* Merge pull request #4427 from clubby789/unsafe-opDario Nieuwenhuis2025-07-231-4/+6
|\
| * Use `unsafe` block in IRQ handlersclubby7892025-07-201-4/+6
* | feat(embassy-nrf): add uicr hfxo workaroundNils Ponsard2025-07-181-7/+36
|/
* Merge pull request #4397 from korbin/allocate-numbered-endpointsDario Nieuwenhuis2025-07-151-12/+39
|\
| * make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-131-12/+39
* | nrf: add support for nrf9120, nrf9151, nrf9161 approtect.Dario Nieuwenhuis2025-07-151-0/+31
|/
* Fixing the nrf54l drive configuration bugMatthieu2025-07-101-1/+1
* Update Rust nightly, stable.Dario Nieuwenhuis2025-07-041-1/+1
* embassy-nrf: fix PWM loop countJuergen Fitschen2025-07-021-3/+2
* nrf: Enable TEMP driver for nrf5340-netMatthew Tran2025-05-222-1/+4
* nrf/rng: add Blocking/Async Mode param.Dario Nieuwenhuis2025-05-212-26/+76
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-13/+34
* add the possibility to document `bind_interrupts` `struct`sRalph Ursprung2025-05-151-4/+8
* nrf: _3v3 -> _3V3Matthew Tran2025-05-141-2/+2
* nrf: Rework IPC moduleMatthew Tran2025-05-111-194/+197
* nrf: Add IPC peripheral for nRF5340Alessandro Gasbarroni2025-05-104-0/+372
* Remove embassy_nrf::radio::ble.Dario Nieuwenhuis2025-05-013-404/+5
* Merge pull request #4113 from alexmoon/twim-ram-bufferUlf Lilleengen2025-04-301-142/+29
|\
| * Add docsAlex Moon2025-04-291-0/+6
| * Make the nrf Twim RAM buffer a instance variable instead of stack allocatedAlex Moon2025-04-181-142/+23
* | nrf: make wdt INDEX privateMatthew Tran2025-04-211-9/+7
* | nrf53: add WDT supportMatthew Tran2025-04-2014-39/+100
|/
* BufferedUart initializationMichael Gomez2025-04-042-7/+7
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-2729-696/+509
* clean the SAADC's register while droppingdrindr2025-03-231-0/+4
* Merge pull request #3939 from 0e4ef622/nrf53-int-capDario Nieuwenhuis2025-03-021-1/+155
|\
| * nrf5340: add internal capacitor configMatthew Tran2025-03-021-1/+155
* | nrf5340: add regh_voltage configMatthew Tran2025-03-011-0/+39
|/
* remove redundant cfgMatthew Tran2025-02-222-17/+9
* nrf5340: configure LFCLKMatthew Tran2025-02-222-3/+62
* nrf52833: configure internal LDOklownfish2025-01-281-4/+4
* Add Clone to Pullwackazong2025-01-141-1/+1
* Merge pull request #3745 from dragonnn/nrf_twimDario Nieuwenhuis2025-01-081-6/+11
|\
| * panic when events_error is set in twim without errorsrcdragonn2025-01-081-4/+1
| * remove self from check_errorsrc to make it work in async_waitdragonn2025-01-081-3/+3