File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
vendors/st/boards/stm32l475_discovery/aws_tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -616,7 +616,7 @@ int iMainRand32( void )
616
616
static void prvInitializeHeap ( void )
617
617
{
618
618
static uint8_t ucHeap1 [ configTOTAL_HEAP_SIZE ];
619
- static uint8_t ucHeap2 [ 10 * 1024 ] __attribute__( ( section ( ".freertos_heap2" ) ) );
619
+ static uint8_t ucHeap2 [ 12 * 1024 ] __attribute__( ( section ( ".freertos_heap2" ) ) );
620
620
621
621
HeapRegion_t xHeapRegions [] =
622
622
{
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56
56
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
57
57
#define configMAX_PRIORITIES ( 7 )
58
58
#define configMINIMAL_STACK_SIZE ( ( uint16_t ) 256 )
59
- #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 70 * 1024 ) )
59
+ #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 68 * 1024 ) )
60
60
#define configMAX_TASK_NAME_LEN ( 16 )
61
61
#define configUSE_TRACE_FACILITY 1
62
62
#define configUSE_16_BIT_TICKS 0
You can’t perform that action at this time.
0 commit comments