mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
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:
@@ -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
|
||||
----
|
||||
|
||||
|
||||
@@ -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
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user