SmartSnippets DA1459x SDK
bsp_memory_defaults.h
Go to the documentation of this file.
1 
54 #ifndef BSP_MEMORY_DEFAULTS_H_
55 #define BSP_MEMORY_DEFAULTS_H_
56 
57 #define PARTITION2(...)
58 #include "partition_table.h"
59 #undef PARTITION2
60 
61 /* ---------------------------------- Heap size configuration ----------------------------------- */
62 
71 #ifndef __HEAP_SIZE
72 # if defined(CONFIG_RETARGET) || defined(CONFIG_RTT)
73 # define __HEAP_SIZE 0x0600
74 # else
75 # define __HEAP_SIZE 0x0100
76 # endif
77 #endif
78 
79 
80 /* ---------------------------------------------------------------------------------------------- */
81 
82 /* --------------------------------- Stack size configuration ----------------------------------- */
83 
92 #ifndef __STACK_SIZE
93 #define __STACK_SIZE 0x0200
94 #endif
95 
96 /* -------------------------- INCLUDE MEMORY LAYOUT CONFIGURATION ------------------------------- */
97 
99 
100 #endif /* BSP_MEMORY_DEFAULTS_H_ */
101 
bsp_memory_defaults_da1459x.h
Board Support Package. Device-specific system configuration default values.
partition_table.h
Partition table selection. Image partition's size definition.