circuitpython/ports/espressif/boards/m5stack_core_fire/sdkconfig

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

38 lines
598 B
Plaintext
Raw Normal View History

2022-10-24 16:03:06 -04:00
#
2023-09-11 19:53:14 -04:00
# Espressif IoT Development Framework Configuration
#
2022-10-24 16:03:06 -04:00
#
2023-09-11 19:53:14 -04:00
# Security features
#
CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED=y
CONFIG_SECURE_BOOT_V2_PREFERRED=y
# end of Security features
2022-10-24 16:03:06 -04:00
#
2023-09-11 19:53:14 -04:00
# Component config
#
#
# Hardware Settings
2022-10-24 16:03:06 -04:00
#
2023-09-11 19:53:14 -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
2022-10-24 16:03:06 -04:00
#
# LWIP
#
CONFIG_LWIP_LOCAL_HOSTNAME="M5StaskCoreFire"
# end of LWIP
2023-09-11 19:53:14 -04:00
# end of Component config
# end of Espressif IoT Development Framework Configuration