|
|
@ -36,7 +36,7 @@ can be found at `NINA-B1 product page`_ and |
|
|
|
Supported Features |
|
|
|
Supported Features |
|
|
|
================== |
|
|
|
================== |
|
|
|
|
|
|
|
|
|
|
|
The ubx_evkninab1_nrf52832 board configuration supports the |
|
|
|
The ubx_evkninab1/nrf52832 board configuration supports the |
|
|
|
following hardware features: |
|
|
|
following hardware features: |
|
|
|
|
|
|
|
|
|
|
|
+-----------+------------+----------------------+ |
|
|
|
+-----------+------------+----------------------+ |
|
|
@ -113,7 +113,7 @@ modules share the same pinout and can be interchanged, see |
|
|
|
Programming and Debugging |
|
|
|
Programming and Debugging |
|
|
|
************************* |
|
|
|
************************* |
|
|
|
|
|
|
|
|
|
|
|
Applications for the ``ubx_evkninab1_nrf52832`` board configuration can be |
|
|
|
Applications for the ``ubx_evkninab1/nrf52832`` board configuration can be |
|
|
|
built and flashed in the usual way (see :ref:`build_an_application` |
|
|
|
built and flashed in the usual way (see :ref:`build_an_application` |
|
|
|
and :ref:`application_run` for more details); however, the standard |
|
|
|
and :ref:`application_run` for more details); however, the standard |
|
|
|
debugging targets are not currently available. |
|
|
|
debugging targets are not currently available. |
|
|
@ -135,7 +135,7 @@ Then build and flash the application in the usual way. |
|
|
|
|
|
|
|
|
|
|
|
.. zephyr-app-commands:: |
|
|
|
.. zephyr-app-commands:: |
|
|
|
:zephyr-app: samples/hello_world |
|
|
|
:zephyr-app: samples/hello_world |
|
|
|
:board: ubx_evkninab1_nrf52832 |
|
|
|
:board: ubx_evkninab1/nrf52832 |
|
|
|
:goals: build flash |
|
|
|
:goals: build flash |
|
|
|
|
|
|
|
|
|
|
|
Debugging |
|
|
|
Debugging |
|
|
@ -158,7 +158,7 @@ and LEDs on the board are working properly with Zephyr: |
|
|
|
|
|
|
|
|
|
|
|
You can build and flash the examples to make sure Zephyr is running |
|
|
|
You can build and flash the examples to make sure Zephyr is running |
|
|
|
correctly on your board. The button and LED definitions can be found in |
|
|
|
correctly on your board. The button and LED definitions can be found in |
|
|
|
:zephyr_file:`boards/arm/ubx_evkninab1_nrf52832/ubx_evkninab1_nrf52832.dts`. |
|
|
|
:zephyr_file:`boards/ublox/ubx_evkninab1/ubx_evkninab1_nrf52832.dts`. |
|
|
|
|
|
|
|
|
|
|
|
Note that the buttons on the EVK-NINA-B1 are marked SW1 and SW2, which |
|
|
|
Note that the buttons on the EVK-NINA-B1 are marked SW1 and SW2, which |
|
|
|
are named sw0 and sw1 in the dts file. |
|
|
|
are named sw0 and sw1 in the dts file. |