From 29193d99ef9e58a70bb9211fe0cea1098e6c9584 Mon Sep 17 00:00:00 2001 From: Maciej Baczmanski Date: Mon, 16 Dec 2024 09:38:29 +0100 Subject: [PATCH] doc: matter: update memory requirements table Update memory requirements table for Matter. Signed-off-by: Maciej Baczmanski --- .../getting_started/hw_requirements.rst | 183 +++++++++--------- 1 file changed, 90 insertions(+), 93 deletions(-) diff --git a/doc/nrf/protocols/matter/getting_started/hw_requirements.rst b/doc/nrf/protocols/matter/getting_started/hw_requirements.rst index 22ac95316903..dd018fc93ca4 100644 --- a/doc/nrf/protocols/matter/getting_started/hw_requirements.rst +++ b/doc/nrf/protocols/matter/getting_started/hw_requirements.rst @@ -65,47 +65,47 @@ Values are provided in kilobytes (KB). +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | +======================================================================+===============+===================+================+============+=============+=================================+ - | :ref:`Light Bulb ` (Debug) | 28 | 793 | 4 | 32 | 857 | 184 | + | :ref:`Light Bulb ` (Debug) | 28 | 801 | 4 | 32 | 865 | 183 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Bulb ` (Debug + LTO) | 28 | 730 | 4 | 32 | 794 | 188 | + | :ref:`Light Bulb ` (Debug + LTO) | 28 | 736 | 4 | 32 | 800 | 187 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Bulb ` (Release) | 28 | 693 | 4 | 32 | 757 | 178 | + | :ref:`Light Bulb ` (Release) | 28 | 699 | 4 | 32 | 763 | 178 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Debug) | 28 | 758 | 4 | 32 | 822 | 175 | + | :ref:`Light Switch ` (Debug) | 28 | 765 | 4 | 32 | 829 | 174 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Debug + LTO) | 28 | 693 | 4 | 32 | 757 | 179 | + | :ref:`Light Switch ` (Debug + LTO) | 28 | 698 | 4 | 32 | 762 | 178 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Release) | 28 | 657 | 4 | 32 | 721 | 168 | + | :ref:`Light Switch ` (Release) | 28 | 662 | 4 | 32 | 726 | 168 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Debug) | 28 | 771 | 4 | 32 | 835 | 178 | + | :ref:`Lock ` (Debug) | 28 | 778 | 4 | 32 | 842 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Debug + LTO) | 28 | 705 | 4 | 32 | 769 | 182 | + | :ref:`Lock ` (Debug + LTO) | 28 | 711 | 4 | 32 | 775 | 181 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Release) | 28 | 658 | 4 | 32 | 722 | 172 | + | :ref:`Lock ` (Release) | 28 | 663 | 4 | 32 | 727 | 173 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Smoke CO Alarm ` (Debug) | 28 | 746 | 4 | 32 | 810 | 176 | + | :ref:`Smoke CO Alarm ` (Debug) | 28 | 756 | 4 | 32 | 820 | 175 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Smoke CO Alarm ` (Debug + LTO) | 28 | 682 | 4 | 32 | 746 | 180 | + | :ref:`Smoke CO Alarm ` (Debug + LTO) | 28 | 690 | 4 | 32 | 754 | 179 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Smoke CO Alarm ` (Release) | 28 | 647 | 4 | 32 | 711 | 170 | + | :ref:`Smoke CO Alarm ` (Release) | 28 | 655 | 4 | 32 | 719 | 171 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Debug) | 28 | 712 | 4 | 32 | 776 | 173 | + | :ref:`Template ` (Debug) | 28 | 718 | 4 | 32 | 782 | 172 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Debug + LTO) | 28 | 653 | 4 | 32 | 717 | 177 | + | :ref:`Template ` (Debug + LTO) | 28 | 658 | 4 | 32 | 722 | 176 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Release) | 28 | 619 | 4 | 32 | 683 | 167 | + | :ref:`Template ` (Release) | 28 | 623 | 4 | 32 | 687 | 168 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Debug) | 28 | 762 | 4 | 32 | 826 | 174 | + | :ref:`Thermostat ` (Debug) | 28 | 772 | 4 | 32 | 836 | 173 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Debug + LTO) | 28 | 695 | 4 | 32 | 759 | 178 | + | :ref:`Thermostat ` (Debug + LTO) | 28 | 704 | 4 | 32 | 768 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Release) | 28 | 655 | 4 | 32 | 719 | 167 | + | :ref:`Thermostat ` (Release) | 28 | 663 | 4 | 32 | 727 | 168 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (Debug) | 28 | 743 | 4 | 32 | 807 | 174 | + | :ref:`Window Covering ` (Debug) | 28 | 749 | 4 | 32 | 813 | 173 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (Debug + LTO) | 28 | 679 | 4 | 32 | 743 | 178 | + | :ref:`Window Covering ` (Debug + LTO) | 28 | 684 | 4 | 32 | 748 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (Release) | 28 | 644 | 4 | 32 | 708 | 168 | + | :ref:`Window Covering ` (Release) | 28 | 649 | 4 | 32 | 713 | 168 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ .. tab:: nRF5340 DK @@ -115,51 +115,51 @@ Values are provided in kilobytes (KB). +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | +======================================================================+===============+===================+================+============+=============+=================================+ - | :ref:`Bridge ` (Debug + LTO) | 32 | 654 | 4 | 32 | 722 | 205 | + | :ref:`Bridge ` (Debug + LTO) | 32 | 659 | 4 | 32 | 727 | 212 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Bridge ` (Release) | 32 | 638 | 4 | 32 | 706 | 197 | + | :ref:`Bridge ` (Release) | 32 | 643 | 4 | 32 | 711 | 206 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Bulb ` (Debug) | 32 | 723 | 4 | 32 | 791 | 193 | + | :ref:`Light Bulb ` (Debug) | 32 | 731 | 4 | 32 | 799 | 192 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Bulb ` (Debug + LTO) | 32 | 661 | 4 | 32 | 729 | 197 | + | :ref:`Light Bulb ` (Debug + LTO) | 32 | 667 | 4 | 32 | 735 | 196 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Bulb ` (Release) | 32 | 621 | 4 | 32 | 689 | 186 | + | :ref:`Light Bulb ` (Release) | 32 | 627 | 4 | 32 | 695 | 187 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Debug) | 32 | 688 | 4 | 32 | 756 | 184 | + | :ref:`Light Switch ` (Debug) | 32 | 695 | 4 | 32 | 763 | 183 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Debug + LTO) | 32 | 623 | 4 | 32 | 691 | 188 | + | :ref:`Light Switch ` (Debug + LTO) | 32 | 628 | 4 | 32 | 696 | 187 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Release) | 32 | 585 | 4 | 32 | 653 | 176 | + | :ref:`Light Switch ` (Release) | 32 | 590 | 4 | 32 | 658 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Debug) | 32 | 701 | 4 | 32 | 769 | 188 | + | :ref:`Lock ` (Debug) | 32 | 708 | 4 | 32 | 776 | 187 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Debug + LTO) | 32 | 635 | 4 | 32 | 703 | 192 | + | :ref:`Lock ` (Debug + LTO) | 32 | 641 | 4 | 32 | 709 | 190 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Release) | 32 | 585 | 4 | 32 | 653 | 181 | + | :ref:`Lock ` (Release) | 32 | 591 | 4 | 32 | 659 | 181 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Smoke CO Alarm ` (Debug) | 32 | 675 | 4 | 32 | 743 | 185 | + | :ref:`Smoke CO Alarm ` (Debug) | 32 | 686 | 4 | 32 | 754 | 185 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Smoke CO Alarm ` (Debug + LTO) | 32 | 612 | 4 | 32 | 680 | 189 | + | :ref:`Smoke CO Alarm ` (Debug + LTO) | 32 | 621 | 4 | 32 | 689 | 188 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Smoke CO Alarm ` (Release) | 32 | 575 | 4 | 32 | 643 | 179 | + | :ref:`Smoke CO Alarm ` (Release) | 32 | 583 | 4 | 32 | 651 | 180 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Debug) | 32 | 641 | 4 | 32 | 709 | 183 | + | :ref:`Template ` (Debug) | 32 | 648 | 4 | 32 | 716 | 181 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Debug + LTO) | 32 | 583 | 4 | 32 | 651 | 186 | + | :ref:`Template ` (Debug + LTO) | 32 | 588 | 4 | 32 | 656 | 185 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Release) | 32 | 546 | 4 | 32 | 614 | 175 | + | :ref:`Template ` (Release) | 32 | 551 | 4 | 32 | 619 | 176 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Debug) | 32 | 691 | 4 | 32 | 759 | 183 | + | :ref:`Thermostat ` (Debug) | 32 | 702 | 4 | 32 | 770 | 182 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Debug + LTO) | 32 | 626 | 4 | 32 | 694 | 187 | + | :ref:`Thermostat ` (Debug + LTO) | 32 | 635 | 4 | 32 | 703 | 186 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Release) | 32 | 583 | 4 | 32 | 651 | 176 | + | :ref:`Thermostat ` (Release) | 32 | 590 | 4 | 32 | 658 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (Debug) | 32 | 672 | 4 | 32 | 740 | 183 | + | :ref:`Window Covering ` (Debug) | 32 | 679 | 4 | 32 | 747 | 182 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (Debug + LTO) | 32 | 610 | 4 | 32 | 678 | 187 | + | :ref:`Window Covering ` (Debug + LTO) | 32 | 615 | 4 | 32 | 683 | 186 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (Release) | 32 | 572 | 4 | 32 | 640 | 176 | + | :ref:`Window Covering ` (Release) | 32 | 577 | 4 | 32 | 645 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ .. tab:: Thingy:53 @@ -169,11 +169,11 @@ Values are provided in kilobytes (KB). +-------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | +===================================================================+===============+===================+================+============+=============+=================================+ - | :ref:`Weather Station ` (Debug) | 64 | 734 | 16 | 48 | 862 | 236 | + | :ref:`Weather Station ` (Debug) | 64 | 741 | 16 | 48 | 869 | 235 | +-------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Weather Station ` (Debug + LTO) | 64 | 664 | 16 | 48 | 792 | 240 | + | :ref:`Weather Station ` (Debug + LTO) | 64 | 669 | 16 | 48 | 797 | 239 | +-------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Weather Station ` (Release) | 64 | 599 | 16 | 48 | 727 | 210 | + | :ref:`Weather Station ` (Release) | 64 | 604 | 16 | 48 | 732 | 210 | +-------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ .. tab:: nRF7002 DK @@ -183,88 +183,85 @@ Values are provided in kilobytes (KB). +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | +================================================================+===============+===================+================+============+=============+=================================+ - | :ref:`Bridge ` (Debug + LTO) | 48 | 825 | 4 | 32 | 909 | 305 | + | :ref:`Bridge ` (Debug + LTO) | 48 | 833 | 4 | 32 | 917 | 308 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Bridge ` (Release) | 48 | 835 | 4 | 32 | 919 | 297 | + | :ref:`Bridge ` (Release) | 48 | 843 | 4 | 32 | 927 | 302 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Bulb ` (Debug) | 48 | 909 | 4 | 32 | 993 | 298 | + | :ref:`Light Bulb ` (Debug) | 48 | 920 | 4 | 32 | 1004 | 297 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Bulb ` (Debug + LTO) | 48 | 829 | 4 | 32 | 913 | 302 | + | :ref:`Light Bulb ` (Debug + LTO) | 48 | 837 | 4 | 32 | 921 | 301 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Bulb ` (Release) | 48 | 814 | 4 | 32 | 898 | 290 | + | :ref:`Light Bulb ` (Release) | 48 | 823 | 4 | 32 | 907 | 291 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Debug) | 48 | 918 | 4 | 32 | 1002 | 299 | + | :ref:`Light Switch ` (Debug) | 48 | 928 | 4 | 32 | 1012 | 299 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Debug + LTO) | 48 | 836 | 4 | 32 | 920 | 303 | + | :ref:`Light Switch ` (Debug + LTO) | 48 | 844 | 4 | 32 | 928 | 303 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Release) | 48 | 822 | 4 | 32 | 906 | 290 | + | :ref:`Light Switch ` (Release) | 48 | 831 | 4 | 32 | 915 | 292 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Debug + LTO) | 48 | 848 | 4 | 32 | 932 | 303 | + | :ref:`Lock ` (Debug + LTO) | 48 | 858 | 4 | 32 | 942 | 303 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Release) | 48 | 747 | 4 | 32 | 831 | 295 | + | :ref:`Lock ` (Release) | 48 | 754 | 4 | 32 | 838 | 296 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Debug) | 48 | 876 | 4 | 32 | 960 | 297 | + | :ref:`Template ` (Debug) | 48 | 885 | 4 | 32 | 969 | 296 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Debug + LTO) | 48 | 800 | 4 | 32 | 884 | 301 | + | :ref:`Template ` (Debug + LTO) | 48 | 808 | 4 | 32 | 892 | 300 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Release) | 48 | 788 | 4 | 32 | 872 | 289 | + | :ref:`Template ` (Release) | 48 | 796 | 4 | 32 | 880 | 290 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Debug) | 48 | 923 | 4 | 32 | 1007 | 298 | + | :ref:`Thermostat ` (Debug + LTO) | 48 | 852 | 4 | 32 | 936 | 301 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Debug + LTO) | 48 | 840 | 4 | 32 | 924 | 302 | - +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Release) | 48 | 821 | 4 | 32 | 905 | 290 | + | :ref:`Thermostat ` (Release) | 48 | 755 | 4 | 32 | 839 | 294 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ .. tab:: nRF54L15 DK The following table lists memory requirements for samples running on the :ref:`nRF54L15 DK ` (:ref:`nrf54l15dk/nrf54l15/cpuapp `). - You can use the table as a reference for the :ref:`nRF54L15 DK (emulating nRF54L10) ` (:ref:`nrf54l15dk/nrf54l10/cpuapp `). +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | +======================================================================+===============+===================+================+============+=============+=================================+ - | :ref:`Light Bulb ` (Debug) | 48 | 812 | 4 | 40 | 904 | 194 | + | :ref:`Light Bulb ` (Debug) | 52 | 820 | 4 | 40 | 916 | 193 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Bulb ` (Debug + LTO) | 48 | 745 | 4 | 40 | 837 | 195 | + | :ref:`Light Bulb ` (Debug + LTO) | 52 | 751 | 4 | 40 | 847 | 194 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Bulb ` (Release) | 48 | 710 | 4 | 40 | 802 | 187 | + | :ref:`Light Bulb ` (Release) | 52 | 716 | 4 | 40 | 812 | 188 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Debug) | 48 | 776 | 4 | 40 | 868 | 185 | + | :ref:`Light Switch ` (Debug) | 52 | 784 | 4 | 40 | 880 | 184 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Debug + LTO) | 48 | 707 | 4 | 40 | 799 | 186 | + | :ref:`Light Switch ` (Debug + LTO) | 52 | 713 | 4 | 40 | 809 | 185 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Release) | 48 | 673 | 4 | 40 | 765 | 177 | + | :ref:`Light Switch ` (Release) | 52 | 678 | 4 | 40 | 774 | 178 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Debug) | 48 | 789 | 4 | 40 | 881 | 188 | + | :ref:`Lock ` (Debug) | 52 | 797 | 4 | 40 | 893 | 187 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Debug + LTO) | 48 | 719 | 4 | 40 | 811 | 189 | + | :ref:`Lock ` (Debug + LTO) | 52 | 725 | 4 | 40 | 821 | 188 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Lock ` (Release) | 48 | 674 | 4 | 40 | 766 | 181 | + | :ref:`Lock ` (Release) | 52 | 679 | 4 | 40 | 775 | 182 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Smoke CO Alarm ` (Debug) | 48 | 764 | 4 | 40 | 856 | 186 | + | :ref:`Smoke CO Alarm ` (Debug) | 52 | 775 | 4 | 40 | 871 | 185 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Smoke CO Alarm ` (Debug + LTO) | 48 | 697 | 4 | 40 | 789 | 186 | + | :ref:`Smoke CO Alarm ` (Debug + LTO) | 52 | 705 | 4 | 40 | 801 | 186 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Smoke CO Alarm ` (Release) | 48 | 664 | 4 | 40 | 756 | 179 | + | :ref:`Smoke CO Alarm ` (Release) | 52 | 672 | 4 | 40 | 768 | 180 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Debug) | 48 | 731 | 4 | 40 | 823 | 183 | + | :ref:`Template ` (Debug) | 52 | 738 | 4 | 40 | 834 | 182 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Debug + LTO) | 48 | 668 | 4 | 40 | 760 | 184 | + | :ref:`Template ` (Debug + LTO) | 52 | 674 | 4 | 40 | 770 | 183 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Template ` (Release) | 48 | 636 | 4 | 40 | 728 | 176 | + | :ref:`Template ` (Release) | 52 | 642 | 4 | 40 | 738 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Debug) | 48 | 780 | 4 | 40 | 872 | 184 | + | :ref:`Thermostat ` (Debug) | 52 | 792 | 4 | 40 | 888 | 183 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Debug + LTO) | 48 | 710 | 4 | 40 | 802 | 185 | + | :ref:`Thermostat ` (Debug + LTO) | 52 | 720 | 4 | 40 | 816 | 184 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Release) | 48 | 673 | 4 | 40 | 765 | 176 | + | :ref:`Thermostat ` (Release) | 52 | 681 | 4 | 40 | 777 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (Debug) | 48 | 760 | 4 | 40 | 852 | 184 | + | :ref:`Window Covering ` (Debug) | 52 | 768 | 4 | 40 | 864 | 183 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (Debug + LTO) | 48 | 694 | 4 | 40 | 786 | 185 | + | :ref:`Window Covering ` (Debug + LTO) | 52 | 699 | 4 | 40 | 795 | 184 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (Release) | 48 | 660 | 4 | 40 | 752 | 177 | + | :ref:`Window Covering ` (Release) | 52 | 665 | 4 | 40 | 761 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ .. tab:: nRF54L15 DK with TF-M @@ -274,19 +271,19 @@ Values are provided in kilobytes (KB). +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ | Sample | MCUboot ROM | TF-M ROM | Application ROM | Factory data | Settings | TF-M Storage | Total ROM | Total RAM (incl. static HEAP) | +================================================================+===============+============+===================+================+============+================+=============+=================================+ - | :ref:`Light Bulb ` (Debug) | 48 | 126 | 749 | 4 | 40 | 32 | 999 | 238 | + | :ref:`Light Bulb ` (Debug) | 52 | 126 | 757 | 4 | 40 | 32 | 1011 | 237 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ - | :ref:`Light Switch ` (Debug) | 48 | 126 | 713 | 4 | 40 | 32 | 963 | 229 | + | :ref:`Light Switch ` (Debug) | 52 | 126 | 721 | 4 | 40 | 32 | 975 | 228 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ - | :ref:`Lock ` (Debug) | 48 | 126 | 725 | 4 | 40 | 32 | 975 | 233 | + | :ref:`Lock ` (Debug) | 52 | 126 | 734 | 4 | 40 | 32 | 988 | 232 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ - | :ref:`Template ` (Debug) | 48 | 126 | 674 | 4 | 40 | 32 | 924 | 228 | + | :ref:`Template ` (Debug) | 52 | 126 | 682 | 4 | 40 | 32 | 936 | 227 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ - | :ref:`Template ` (Release) | 48 | 126 | 580 | 4 | 40 | 32 | 830 | 221 | + | :ref:`Template ` (Release) | 52 | 126 | 585 | 4 | 40 | 32 | 839 | 221 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ - | :ref:`Thermostat ` (Debug) | 48 | 126 | 717 | 4 | 40 | 32 | 967 | 228 | + | :ref:`Thermostat ` (Debug) | 52 | 126 | 729 | 4 | 40 | 32 | 983 | 227 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ - | :ref:`Window Covering ` (Debug) | 48 | 126 | 697 | 4 | 40 | 32 | 947 | 228 | + | :ref:`Window Covering ` (Debug) | 52 | 126 | 705 | 4 | 40 | 32 | 959 | 227 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ ..