mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Add ESP32-S31 as a supported target for the H.264 encoder/decoder example and bump the esp_h264 component to v1.3.8, which provides support (prebuilt software library) for ESP32-S31. - Add sdkconfig.defaults.esp32s31 with SPIRAM/CPU settings - Update pytest and build-test-rules to cover esp32s31 - Update README and Kconfig help text
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
# SPIRAM configurations for ESP32S31
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_MODE_OCT=y
|
|
CONFIG_SPIRAM_SPEED_250M=y
|
|
|
|
# CPU configuration
|
|
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_320=y
|