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:
parent
501db1e0b9
commit
2433956500
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue