File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
vendors/nuvoton/boards/numaker_iot_m487_wifi/aws_tests/config_files Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
59
59
#define configMAX_PRIORITIES ( 7 )
60
60
#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 ) )
62
62
#define configMAX_TASK_NAME_LEN ( 16 )
63
63
#define configUSE_TRACE_FACILITY 1
64
64
#define configUSE_16_BIT_TICKS 0
Original file line number Diff line number Diff line change 107
107
/**
108
108
* @brief Maximum size of WiFi receive buffer
109
109
*/
110
- #define wificonfigMAX_RECV_BUF_SIZE ( 512 * 9 )
110
+ #define wificonfigMAX_RECV_BUF_SIZE ( 1024 * 3 )
111
111
112
112
#endif /* _AWS_WIFI_CONFIG_H_ */
You can’t perform that action at this time.
0 commit comments