Convert hexiwear to hardware model v2. As multiple SOCs exist on this
board, the hexiwear_k64 and hexiwear_kw40z boards are combined into one
target.
Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
@ -56,7 +56,7 @@ For more information about the K64F SoC and Hexiwear board:
@@ -56,7 +56,7 @@ For more information about the K64F SoC and Hexiwear board:
Supported Features
==================
The hexiwear_k64 board configuration supports the following hardware features:
The hexiwear/mk64f12 board variant supports the following hardware features:
@ -94,7 +94,7 @@ The hexiwear_k64 board configuration supports the following hardware features:
@@ -94,7 +94,7 @@ The hexiwear_k64 board configuration supports the following hardware features:
The default configuration can be found in the defconfig file:
@ -231,7 +231,7 @@ Here is an example for the :ref:`hello_world` application.
@@ -231,7 +231,7 @@ Here is an example for the :ref:`hello_world` application.
..zephyr-app-commands::
:zephyr-app:samples/hello_world
:board:hexiwear_k64
:board:hexiwear/mk64f12
:goals:flash
Open a serial terminal, reset the board (press the T4 button), and you should
@ -240,7 +240,7 @@ see the following message in the terminal:
@@ -240,7 +240,7 @@ see the following message in the terminal:
..code-block:: console
***** Booting Zephyr OS v1.14.0-rc1 *****
Hello World! hexiwear_k64
Hello World! hexiwear
Debugging
=========
@ -249,7 +249,7 @@ Here is an example for the :ref:`hello_world` application.
@@ -249,7 +249,7 @@ Here is an example for the :ref:`hello_world` application.
..zephyr-app-commands::
:zephyr-app:samples/hello_world
:board:hexiwear_k64
:board:hexiwear/mk64f12
:goals:debug
Open a serial terminal, step through the application in your debugger, and you
@ -258,7 +258,7 @@ should see the following message in the terminal:
@@ -258,7 +258,7 @@ should see the following message in the terminal:
..code-block:: console
***** Booting Zephyr OS v1.14.0-rc1 *****
Hello World! hexiwear_k64
Hello World! hexiwear
Using Bluetooth
***************
@ -287,7 +287,7 @@ K64.
@@ -287,7 +287,7 @@ K64.
..zephyr-app-commands::
:zephyr-app:samples/bluetooth/peripheral_hr
:board:hexiwear_k64
:board:hexiwear/mk64f12
:goals:build flash
Reset the KW40Z and the K64 using the push buttons on the docking station.
@ -334,3 +334,184 @@ will then see a plot of the heart rate data that updates once per second.
@@ -334,3 +334,184 @@ will then see a plot of the heart rate data that updates once per second.
@ -39,7 +39,7 @@ an unsupported board:
@@ -39,7 +39,7 @@ an unsupported board:
Unsupported board: green-pwm-led devicetree alias is not defined
Unsupported board: blue-pwm-led devicetree alias is not defined
See :zephyr_file:`boards/arm/hexiwear_k64/hexiwear_k64.dts` for an example
See :zephyr_file:`boards/nxp/hexiwear/hexiwear_mk64f12.dts` for an example
:file:`BOARD.dts` file which supports this sample.
Wiring
@ -53,12 +53,12 @@ Otherwise, LEDs should be connected to the appropriate PWM channels.
@@ -53,12 +53,12 @@ Otherwise, LEDs should be connected to the appropriate PWM channels.
Building and Running
********************
For example, to build and flash this board for :ref:`hexiwear_k64`:
For example, to build and flash this board for :ref:`hexiwear`:
..zephyr-app-commands::
:zephyr-app:samples/basic/rgb_led
:board:hexiwear_k64
:board:hexiwear/mk64f12
:goals:build flash
:compact:
Change ``hexiwear_k64`` appropriately for other supported boards.
Change ``hexiwear/mk64f12`` appropriately for other supported boards.