circuitpython/ports/esp8266/boards
Damien George b5fcb33eaa py/mpconfig: Enable CRYPTOLIB, HASHLIB_MD5, HASHLIB_SHA1 if SSL enabled.
This commit unifies the configuration of MICROPY_PY_CRYPTOLIB,
MICROPY_PY_HASHLIB_MD5 and MICROPY_PY_HASHLIB_SHA1, so they are enabled by
default if MICROPY_PY_SSL is enabled.  This matches the existing
configuration of most of the ports.

With this change, all ports remain the same except:
- reneses-ra now enables MICROPY_PY_CRYPTOLIB, MICROPY_PY_HASHLIB_MD5 and
  MICROPY_PY_HASHLIB_SHA1.
- rp2 now enables MICROPY_PY_HASHLIB_MD5.

Signed-off-by: Damien George <damien@micropython.org>
2025-08-19 21:10:00 +10:00
..
ESP8266_GENERIC py/mpconfig: Enable CRYPTOLIB, HASHLIB_MD5, HASHLIB_SHA1 if SSL enabled. 2025-08-19 21:10:00 +10:00
deploy.md ports: Add board.json for all boards. 2021-10-27 14:04:53 +11:00
eagle.rom.addr.v6.ld esp8266: Add per-board configs, following other ports. 2019-10-10 16:32:25 +11:00
esp8266_1MiB.ld esp8266: Add board variant support. 2023-08-23 15:49:37 +10:00
esp8266_2MiB.ld esp8266: Add board variant support. 2023-08-23 15:49:37 +10:00
esp8266_2MiB_ROMFS.ld esp8266: Rename ROMFS partition config variables to include "part0". 2025-03-13 18:30:21 +11:00
esp8266_512kiB.ld esp8266: Add board variant support. 2023-08-23 15:49:37 +10:00
esp8266_common.ld esp8266: Implement vfs.rom_ioctl with support for external flash. 2025-03-06 12:52:35 +11:00
esp8266_ota.ld esp8266: Add per-board configs, following other ports. 2019-10-10 16:32:25 +11:00
manifest.py esp32/boards/manifest.py: Freeze aioespnow into firmware by default. 2023-10-05 20:50:49 +11:00