circuitpython/ports/espressif/boards/m5stack_m5paper/sdkconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

38 lines
590 B
Plaintext
Raw Normal View History

2023-08-17 14:00:17 -04:00
#
# Espressif IoT Development Framework Configuration
#
2023-08-17 14:00:17 -04:00
#
# Security features
#
CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED=y
CONFIG_SECURE_BOOT_V2_PREFERRED=y
# end of Security features
2023-08-17 14:00:17 -04:00
#
# Component config
#
#
# Hardware Settings
2023-08-17 14:00:17 -04:00
#
#
# Chip revision
#
# CONFIG_ESP32_REV_MIN_0 is not set
CONFIG_ESP32_REV_MIN_3=y
CONFIG_ESP32_REV_MIN=3
CONFIG_ESP32_REV_MIN_FULL=300
CONFIG_ESP_REV_MIN_FULL=300
# end of Chip revision
# end of Hardware Settings
2023-08-17 14:00:17 -04:00
#
# LWIP
#
2023-08-22 06:44:52 -04:00
CONFIG_LWIP_LOCAL_HOSTNAME="M5Paper"
2023-08-17 14:00:17 -04:00
# end of LWIP
# end of Component config
# end of Espressif IoT Development Framework Configuration