arch/nrf52|nrf53: add qencoder support

add qencoder support for nrf52 and nrf53

Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
raiden00pl
2026-04-11 12:30:33 +02:00
committed by Matteo Golin
parent a448781348
commit 1513b3e20c
14 changed files with 1553 additions and 2 deletions
+7 -1
View File
@@ -62,7 +62,7 @@ NFCT No
PDM No
PPI Yes
PWM Yes
QDEC No
QDEC Yes Quadrature encoder
QSPI Yes
RADIO Yes BLE, IEEE 802.15.4
RNG Yes
@@ -158,6 +158,12 @@ PWM
PWM is supported via standard driver. This means that more advanced features such as
complex sequences or waveform modes are not yet supported.
QDEC
----
The QDEC (Quadrature Decoder) peripheral is supported via the standard qencoder driver
interface. The LED output is not supported now.
QSPI
----
+7 -1
View File
@@ -21,7 +21,7 @@ NFCT No
PDM No
DPPI No
PWM Yes
QDEC No
QDEC Yes Quadrature encoder
QSPI Yes
RADIO No
RNG No
@@ -102,6 +102,12 @@ PWM
PWM is supported via standard driver. This means that more advanced features such as
complex sequences or waveform modes are not yet supported.
QDEC
----
The QDEC (Quadrature Decoder) peripheral is supported via the standard qencoder driver
interface. The LED output is not supported now.
QSPI
----