You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1018 B
29 lines
1018 B
.. _boards-silabs: |
|
|
|
Silicon Labs |
|
############ |
|
|
|
.. toctree:: |
|
:maxdepth: 2 |
|
:titlesonly: |
|
:glob: |
|
|
|
*/* |
|
|
|
Silicon Labs development hardware is represented in Zephyr by mapping |
|
Silicon Labs *kits* to Zephyr *boards*. The name used is the orderable product |
|
number (OPN) of the kit, as found on the packaging and on the Silicon Labs |
|
website. The board name in Zephyr is created by normalizing the OPN to lowercase |
|
and replacing dashes with underscores. |
|
|
|
You may find multiple other number and letter sequences silk-screened or lasered |
|
onto Silicon Labs boards, including a PCB* number and a BRD* number. In most |
|
cases, the digits of these sequences correspond to the numerical part of the kit |
|
OPN. For instance, the kit ``xg24_dk2601b``, which is a Dev Kit for the |
|
EFR32xG24 SoC, uses board BRD2601B, which again uses PCB2601A. It is possible to |
|
use the ``west boards`` command to search for board names if you have a PCB and |
|
you don't know what board name to use: |
|
|
|
.. code-block:: console |
|
|
|
west boards -n 2601
|
|
|