circuitpython/ports/espressif/boards/m5stack_core2/sdkconfig

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

38 lines
595 B
Plaintext
Raw Normal View History

2023-09-11 18:27:16 -04:00
#
# Espressif IoT Development Framework Configuration
#
#
# Security features
#
CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED=y
CONFIG_SECURE_BOOT_V2_PREFERRED=y
# end of Security features
#
# Component config
#
#
# Hardware Settings
#
#
# Chip revision
#
# CONFIG_ESP32_REV_MIN_0 is not set
2023-04-11 08:29:43 -04:00
CONFIG_ESP32_REV_MIN_3=y
2023-09-11 18:27:16 -04:00
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-04-11 08:29:43 -04:00
#
# LWIP
#
CONFIG_LWIP_LOCAL_HOSTNAME="M5StaskCore2"
# end of LWIP
2023-09-11 18:27:16 -04:00
# end of Component config
2023-04-11 08:29:43 -04:00
2023-09-11 18:27:16 -04:00
# end of Espressif IoT Development Framework Configuration