Skip to content

Commit 5f36e2c

Browse files
authored
Merge pull request aws#2386 from aws/aggarg/nuvoton_mqtt_system
Increase heap size for Nuvoton tests project
2 parents e020b54 + 5071e0c commit 5f36e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vendors/nuvoton/boards/numaker_iot_m487_wifi/aws_tests/config_files/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
5959
#define configMAX_PRIORITIES ( 7 )
6060
#define configMINIMAL_STACK_SIZE ( ( uint16_t ) 100 )
61-
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 247 * 512 ) )
61+
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 252 * 512 ) )
6262
#define configMAX_TASK_NAME_LEN ( 16 )
6363
#define configUSE_TRACE_FACILITY 1
6464
#define configUSE_16_BIT_TICKS 0

vendors/nuvoton/boards/numaker_iot_m487_wifi/aws_tests/config_files/aws_wifi_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@
107107
/**
108108
* @brief Maximum size of WiFi receive buffer
109109
*/
110-
#define wificonfigMAX_RECV_BUF_SIZE ( 512 * 9 )
110+
#define wificonfigMAX_RECV_BUF_SIZE ( 1024 * 3 )
111111

112112
#endif /* _AWS_WIFI_CONFIG_H_ */

0 commit comments

Comments
 (0)