doc: Removed doc reference to non-existing HW PWM

From the documentation of the SoC and the DevKit it turns out that
there's no hardware PWM controller.

Signed-off-by: Francesco Franchina <cescus92@gmail.com>
This commit is contained in:
Francesco Franchina 2019-01-28 15:20:12 +01:00 committed by Anas Nashif
parent 501db1e0b9
commit 2433956500

View file

@ -16,7 +16,6 @@ nRF51822 ARM Cortex-M0 CPU and the following devices:
* :abbr:`GPIO (General Purpose Input Output)`
* :abbr:`I2C (Inter-Integrated Circuit)`
* :abbr:`NVIC (Nested Vectored Interrupt Controller)`
* :abbr:`PWM (Pulse Width Modulation)`
* RADIO (Bluetooth Low Energy)
* :abbr:`RTC (nRF RTC System Clock)`
* Segger RTT (RTT Console)
@ -63,8 +62,6 @@ hardware features:
+-----------+------------+----------------------+
| NVIC | on-chip | arch/arm |
+-----------+------------+----------------------+
| PWM | on-chip | pwm |
+-----------+------------+----------------------+
| RADIO | on-chip | Bluetooth |
+-----------+------------+----------------------+
| RTC | on-chip | system clock |