mirror of https://github.com/ARMmbed/mbed-os.git
Change secure flash/SRAM to 256KB/32KB as default
This is to compilant with CMSIS pack.pull/7631/head
parent
f268b12ba2
commit
ae64129c47
|
@ -14,8 +14,8 @@
|
||||||
/* Secure flash size: 256 KB */
|
/* Secure flash size: 256 KB */
|
||||||
#define NU_TZ_SECURE_FLASH_SIZE 0x40000
|
#define NU_TZ_SECURE_FLASH_SIZE 0x40000
|
||||||
|
|
||||||
/* Secure SRAM size: 24 KB */
|
/* Secure SRAM size: 32 KB */
|
||||||
#define NU_TZ_SECURE_SRAM_SIZE 0x6000
|
#define NU_TZ_SECURE_SRAM_SIZE 0x8000
|
||||||
|
|
||||||
/* NSC region size: 4 KB */
|
/* NSC region size: 4 KB */
|
||||||
#define NU_TZ_NSC_REGION_SIZE 0x1000
|
#define NU_TZ_NSC_REGION_SIZE 0x1000
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
/* Secure flash size: 256 KB */
|
/* Secure flash size: 256 KB */
|
||||||
#define NU_TZ_SECURE_FLASH_SIZE 0x40000
|
#define NU_TZ_SECURE_FLASH_SIZE 0x40000
|
||||||
|
|
||||||
/* Secure SRAM size: 24 KB */
|
/* Secure SRAM size: 32 KB */
|
||||||
#define NU_TZ_SECURE_SRAM_SIZE 0x6000
|
#define NU_TZ_SECURE_SRAM_SIZE 0x8000
|
||||||
|
|
||||||
/* NSC region size: 4 KB */
|
/* NSC region size: 4 KB */
|
||||||
#define NU_TZ_NSC_REGION_SIZE 0x1000
|
#define NU_TZ_NSC_REGION_SIZE 0x1000
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
/* Secure flash size: 256 KB */
|
/* Secure flash size: 256 KB */
|
||||||
#define NU_TZ_SECURE_FLASH_SIZE 0x40000
|
#define NU_TZ_SECURE_FLASH_SIZE 0x40000
|
||||||
|
|
||||||
/* Secure SRAM size: 24 KB */
|
/* Secure SRAM size: 32 KB */
|
||||||
#define NU_TZ_SECURE_SRAM_SIZE 0x6000
|
#define NU_TZ_SECURE_SRAM_SIZE 0x8000
|
||||||
|
|
||||||
/* NSC region size: 4 KB */
|
/* NSC region size: 4 KB */
|
||||||
#define NU_TZ_NSC_REGION_SIZE 0x1000
|
#define NU_TZ_NSC_REGION_SIZE 0x1000
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
/* Secure flash size: 256 KB */
|
/* Secure flash size: 256 KB */
|
||||||
define exported symbol NU_TZ_SECURE_FLASH_SIZE = 0x40000
|
define exported symbol NU_TZ_SECURE_FLASH_SIZE = 0x40000
|
||||||
|
|
||||||
/* Secure SRAM size: 24 KB */
|
/* Secure SRAM size: 32 KB */
|
||||||
define exported symbol NU_TZ_SECURE_SRAM_SIZE = 0x6000
|
define exported symbol NU_TZ_SECURE_SRAM_SIZE = 0x8000
|
||||||
|
|
||||||
/* NSC region size: 4 KB */
|
/* NSC region size: 4 KB */
|
||||||
define exported symbol NU_TZ_NSC_REGION_SIZE = 0x1000
|
define exported symbol NU_TZ_NSC_REGION_SIZE = 0x1000
|
||||||
|
|
Loading…
Reference in New Issue