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 rlubos committed Dec 20, 2024
1 parent b2139ef commit a46dfd2
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 @@ -396,7 +396,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 @@ -469,7 +469,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 @@ -544,7 +544,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 @@ -618,7 +618,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 a46dfd2

Please sign in to comment.