commit | d3541febcf32876d0807a3908bf3fc3064e5f0e9 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Tue Aug 13 11:42:16 2024 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Aug 15 12:00:06 2024 -0400 |
tree | 6f752d5870ac8c871dc841e7f9409885b35580a1 | |
parent | a923a4afecb5a57db8990d0d53a14949483104ac [diff] |
boards: esp32: revert HEAP size to integer number The commit ad63ca284e9f6c7b23672016f8118ce9907e6915 replaced default value of 65535 to UINT16_MAX. That change might cause confusion as it suggests that the HEAP size is limited to UINT16_MAX. For this particular scenario, 65535 bytes is a resonable amount of HEAP to allow both Wi-Fi and BT working in coexistance, which could be increased as per application. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>