boards: adjust few boards/ paths
Adjust few paths in the board document and maintainer file to reflect the new file location. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
committed by
Carles Cufi
parent
4d93b8d9fd
commit
c054381a7a
@@ -3364,9 +3364,9 @@ Microchip MEC Platforms:
|
||||
- VenkatKotakonda
|
||||
- albertofloyd
|
||||
files:
|
||||
- boards/arm/mec*/
|
||||
- boards/microchip/mec*/
|
||||
- dts/arm/microchip/
|
||||
- soc/arm/microchip_mec/
|
||||
- soc/microchip/mec/
|
||||
- drivers/*/*mchp*.c
|
||||
- tests/boards/mec15xxevb_assy6853/
|
||||
- tests/boards/mec172xevb_assy6906/
|
||||
|
||||
@@ -88,7 +88,7 @@ features:
|
||||
Other hardware features are not currently supported by Zephyr (at the moment)
|
||||
|
||||
The default configuration can be found in the
|
||||
:zephyr_file:`boards/arm/mec1501modular_assy6885/mec1501modular_assy6885_defconfig`
|
||||
:zephyr_file:`boards/microchip/mec1501modular_assy6885/mec1501modular_assy6885_defconfig`
|
||||
Kconfig file.
|
||||
|
||||
Connections and IOs
|
||||
|
||||
@@ -80,7 +80,7 @@ features:
|
||||
Other hardware features are not currently supported by Zephyr (at the moment)
|
||||
|
||||
The default configuration can be found in the
|
||||
:zephyr_file:`boards/arm/mec15xxevb_assy6853/mec15xxevb_assy6853_defconfig` Kconfig file.
|
||||
:zephyr_file:`boards/microchip/mec15xxevb_assy6853/mec15xxevb_assy6853_defconfig` Kconfig file.
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
||||
@@ -73,7 +73,7 @@ features:
|
||||
Other hardware features are not currently supported by Zephyr.
|
||||
|
||||
The default configuration can be found in the
|
||||
:zephyr_file:`boards/arm/mec172xevb_assy6906/mec172xevb_assy6906_defconfig` Kconfig file.
|
||||
:zephyr_file:`boards/microchip/mec172xevb_assy6906/mec172xevb_assy6906_defconfig` Kconfig file.
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
|
||||
@@ -31,7 +31,7 @@ Here is a sample map file:
|
||||
product: mec172xevb_assy6906
|
||||
runner: misc-flasher
|
||||
runner_params:
|
||||
- <ZEPHYR_BASE>/boards/arm/mec172xevb_assy6906/support/mec172x_remote_flasher.py
|
||||
- <ZEPHYR_BASE>/boards/microchip/mec172xevb_assy6906/support/mec172x_remote_flasher.py
|
||||
- <remote host>
|
||||
serial_pty: "nc,<remote host>,<ser2net port>"
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ The mec172xmodular_assy6930 (Rev. B) board configuration supports the following
|
||||
Other hardware features are not currently supported by Zephyr (at the moment)
|
||||
|
||||
The default configuration can be found in the
|
||||
:zephyr_file:`boards/arm/mec172xmodular_assy6930/mec172xmodular_assy6930_defconfig` Kconfig file.
|
||||
:zephyr_file:`boards/microchip/mec172xmodular_assy6930/mec172xmodular_assy6930_defconfig` Kconfig file.
|
||||
|
||||
Connections and IOs
|
||||
===================
|
||||
@@ -205,7 +205,7 @@ Setup
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
west build -p auto -b mec172xmodular_assy6930 samples/hello_world -- -DMEC172X_SPI_GEN=$HOME/CPGZephyrDocs/MEC172x/SPI_image_gen/mec172x_spi_gen_lin_x86_64 -DMEC172X_SPI_CFG=$HOME/zephyrproject/zephyr/boards/arm/mec172xmodular_assy6930/support/spi_cfg_128MBit.txt
|
||||
west build -p auto -b mec172xmodular_assy6930 samples/hello_world -- -DMEC172X_SPI_GEN=$HOME/CPGZephyrDocs/MEC172x/SPI_image_gen/mec172x_spi_gen_lin_x86_64 -DMEC172X_SPI_CFG=$HOME/zephyrproject/zephyr/boards/microchip/mec172xmodular_assy6930/support/spi_cfg_128MBit.txt
|
||||
|
||||
|
||||
Wiring
|
||||
|
||||
Reference in New Issue
Block a user