@@ -36,8 +36,6 @@ Supported Features
3636+-----------+------------+-----------------------------------+
3737| USART | on-chip | serial |
3838+-----------+------------+-----------------------------------+
39- | BLE | on-chip | Bluetooth |
40- +-----------+------------+-----------------------------------+
4139| DMA | on-chip | dma |
4240+-----------+------------+-----------------------------------+
4341| SPI | on-chip | spi |
@@ -69,6 +67,8 @@ Supported Features
6967+-----------+------------+-----------------------------------+
7068| ENET | on-chip | ethernet |
7169+-----------+------------+-----------------------------------+
70+ | Wi-Fi | on-chip | Wi-Fi |
71+ +-----------+------------+-----------------------------------+
7272
7373The default configuration can be found in the defconfig file:
7474
@@ -79,7 +79,7 @@ Other hardware features are not currently supported
7979Fetch Binary Blobs
8080******************
8181
82- To support Bluetooth, frdm_rw612 requires fetching binary blobs, which can be
82+ To support Bluetooth or Wi-Fi , frdm_rw612 requires fetching binary blobs, which can be
8383achieved by running the following command:
8484
8585.. code-block :: console
@@ -157,6 +157,16 @@ frdm_rw612 platform supports the monolithic feature. The required binary blob
157157``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_ble_a2.bin `` will be linked
158158with the application image directly, forming one single monolithic image.
159159
160+ Wi-Fi
161+ =====
162+
163+ Wi-Fi functionality requires to fetch binary blobs, so make sure to follow
164+ the ``Fetch Binary Blobs `` section first.
165+
166+ frdm_rw612 platform supports the monolithic feature. The required binary blob
167+ ``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_wifi_a2.bin `` will be linked
168+ with the application image directly, forming one single monolithic image.
169+
160170Resources
161171=========
162172
0 commit comments