Skip to content

Commit

Permalink
doc: Updated hw_requirements for Matter
Browse files Browse the repository at this point in the history
Replaced obsolete multiprotocol_rpmsg and hci_ipc names
with ipc_radio.

Signed-off-by: Kamil Kasperczyk <[email protected]>
  • Loading branch information
kkasperczyk-no authored and ankuns committed Dec 11, 2024
1 parent cdc0171 commit b35ada0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/nrf/protocols/matter/getting_started/hw_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ For more information about configuration of memory layouts in Matter, see :ref:`
| | | +---------------------+-------------------+-------------------+
| | | | provision | 33.375kB (0x8580) | 640B (0x280) |
+---------------------------------------------------------+---------------------+-------------------+---------------------+-------------------+-------------------+
| Network application (app) | 34kB (0x8800) | 222kB (0x37800) | multiprotocol_rpmsg | 34kB (0x8800) | 222kB (0x37800) |
| Network application (app) | 34kB (0x8800) | 222kB (0x37800) | ipc_radio | 34kB (0x8800) | 222kB (0x37800) |
+---------------------------------------------------------+---------------------+-------------------+---------------------+-------------------+-------------------+

Network core SRAM (size: 0x10000 = 64kB)
Expand Down Expand Up @@ -472,7 +472,7 @@ For more information about configuration of memory layouts in Matter, see :ref:`
| | | +---------------------+------------------+-------------------+
| | | | provision | 33.375kB (0x8580)| 640B (0x280) |
+---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+
| Network application (app) | 34kB (0x8800) | 222kB (0x37800) | multiprotocol_rpmsg | 34kB (0x8800) | 222kB (0x37800) |
| Network application (app) | 34kB (0x8800) | 222kB (0x37800) | ipc_radio | 34kB (0x8800) | 222kB (0x37800) |
+---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+

Network core SRAM flash (size: 0x10000 = 64kB)
Expand Down Expand Up @@ -547,7 +547,7 @@ For more information about configuration of memory layouts in Matter, see :ref:`
| | | +---------------------+------------------+-------------------+
| | | | provision | 33.375kB (0x8580)| 640B (0x280) |
+---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+
| Network application (app) | 34kB (0x8800) | 222kB (0x37800) | multiprotocol_rpmsg | 34kB (0x8800) | 222kB (0x37800) |
| Network application (app) | 34kB (0x8800) | 222kB (0x37800) | ipc_radio | 34kB (0x8800) | 222kB (0x37800) |
+---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+

Network core SRAM flash (size: 0x10000 = 64kB)
Expand Down Expand Up @@ -621,7 +621,7 @@ For more information about configuration of memory layouts in Matter, see :ref:`
| | | +---------------------+------------------+-------------------+
| | | | provision | 33.375kB (0x8580)| 640B (0x280) |
+---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+
| Network application (app) | 34kB (0x8800) | 222kB (0x37800) | hci_ipc | 34kB (0x8800) | 222kB (0x37800) |
| Network application (app) | 34kB (0x8800) | 222kB (0x37800) | ipc_radio | 34kB (0x8800) | 222kB (0x37800) |
+---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+

Network core SRAM flash (size: 0x10000 = 64kB)
Expand Down

0 comments on commit b35ada0

Please sign in to comment.