@@ -76,7 +76,7 @@ Hardware
7676Supported Features
7777==================
7878
79- The Zephyr imx95_evk_m7 board configuration supports the following hardware features:
79+ The Zephyr `` imx95_evk/mimx9596/m7 `` board target supports the following hardware features:
8080
8181+-----------+------------+-------------------------------------+
8282| Interface | Controller | Driver/Component |
@@ -92,7 +92,8 @@ The Zephyr imx95_evk_m7 board configuration supports the following hardware feat
9292| UART | on-chip | serial port |
9393+-----------+------------+-------------------------------------+
9494
95- The Zephyr imx95_evk_a55 board configuration supports the following hardware features:
95+ The Zephyr ``imx95_evk/mimx9596/a55 `` and ``imx95_evk/mimx9596/a55/smp `` board targets support
96+ the following hardware features:
9697
9798+-----------+------------+-------------------------------------+
9899| Interface | Controller | Driver/Component |
@@ -133,7 +134,7 @@ for example, with the :zephyr:code-sample:`synchronization` sample:
133134 :zephyr-app: samples/synchronization
134135 :host-os: unix
135136 :board: imx95_evk/mimx9596/a55
136- :goals: run
137+ :goals: build
137138
138139This will build an image (zephyr.bin) with the synchronization sample app.
139140
@@ -172,7 +173,7 @@ It will display the following console output:
172173 :zephyr-app: samples/synchronization
173174 :host-os: unix
174175 :board: imx95_evk/mimx9596/a55/smp
175- :goals: run
176+ :goals: build
176177
177178This will build an image (zephyr.bin) with the synchronization sample app.
178179
0 commit comments