Skip to content

Commit

Permalink
boards: holyiot_yj16019: Fix radio capabilities
Browse files Browse the repository at this point in the history
holyiot_yj16019 board uses nRF52832 SoC, which does not have 802.15.4
radio. Therefore, 802.15.4 should not be listed in it's capabilities.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
  • Loading branch information
rlubos authored and ioannisg committed Jul 12, 2019
1 parent 5d2002d commit 748413c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions boards/arm/holyiot_yj16019/doc/index.rst
Expand Up @@ -15,7 +15,7 @@ Semiconductor nRF52832 ARM Cortex-M4 CPU and the following devices:
* :abbr:`MPU (Memory Protection Unit)`
* :abbr:`NVIC (Nested Vectored Interrupt Controller)`
* :abbr:`PWM (Pulse Width Modulation)`
* RADIO (Bluetooth Low Energy and 802.15.4)
* RADIO (Bluetooth Low Energy)
* :abbr:`RTC (nRF RTC System Clock)`
* Segger RTT (RTT Console)
* :abbr:`WDT (Watchdog Timer)`
Expand Down Expand Up @@ -58,8 +58,7 @@ hardware features:
+-----------+------------+----------------------+
| PWM | on-chip | pwm |
+-----------+------------+----------------------+
| RADIO | on-chip | Bluetooth, |
| | | ieee802154 |
| RADIO | on-chip | Bluetooth |
+-----------+------------+----------------------+
| RTC | on-chip | system clock |
+-----------+------------+----------------------+
Expand Down Expand Up @@ -148,4 +147,3 @@ References

.. _Holyiot: http://www.holyiot.com
.. _Nordic Semiconductor Documentation library: https://www.nordicsemi.com/DocLib

1 change: 0 additions & 1 deletion boards/arm/holyiot_yj16019/holyiot_yj16019.yaml
Expand Up @@ -8,7 +8,6 @@ toolchain:
- xtools
supported:
- ble
- ieee802154
- pwm
- watchdog
ram: 64
Expand Down

0 comments on commit 748413c

Please sign in to comment.