micropython/ports/esp32/boards
Jim Mussared 71299d3224 esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB.
The IDF heap is more fragmented with IDF 4 and mbedtls cannot allocate
enough RAM with 16+16kiB for both in and out buffers, so reduce output
buffer size.

Fixes issue #5303.
2019-11-11 11:55:58 +11:00
..
GENERIC esp32: Add per-board configs, following other ports. 2019-08-16 00:22:29 +10:00
GENERIC_D2WD esp32: Add support for ESP32-D2WD with 2MiB internal flash. 2019-09-10 15:22:16 +10:00
GENERIC_SPIRAM esp32: Add per-board configs, following other ports. 2019-08-16 00:22:29 +10:00
TINYPICO esp32/boards: Split out CPU frequency config, make 160MHz the default. 2019-10-18 13:42:24 +11:00
manifest_release.py tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 2019-10-21 23:01:41 +11:00
manifest.py tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 2019-10-21 23:01:41 +11:00
sdkconfig.240mhz esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz. 2019-10-21 23:54:59 +11:00
sdkconfig.base esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB. 2019-11-11 11:55:58 +11:00
sdkconfig.ble esp32: Run NimBLE on the app core. 2019-10-15 17:22:15 +11:00
sdkconfig.spiram esp32: Support building with ESP IDF 4.0-beta1. 2019-09-17 12:25:36 +10:00