Files
esp-idf/examples/peripherals/h264/sdkconfig.defaults.esp32s31
morris b363373758 feat(h264): add ESP32-S31 support to the h264 example
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
2026-08-12 22:29:40 +08:00

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