Tags: phoddie/esp32-camera
Tags
Merge pull request espressif#703 from cnadler86/fix_init Fixes missing return error code validation during camera initialization
Merge pull request espressif#702 from tore-espressif/patch-1 fix(xclk): Zero init ledc_channel_config_t for forward compatibility
fix: correct calloc call arguments order (espressif#683) GCC 14 adds "calloc-transposed-args" warning which is an error at the default IDF build settings.
Implement proper GDMA allocator and ISR from IRAM option (espressif#629) * Implement proper GDMA allocator * Add Kconfig option to execute ISR from IRAM on S2 and S3 Up until now, default was to execute from IRAM. This changes that for S2 and S3. ESP32 is left unchanged, because of the work that is required on it.
Fix right column & row of the measure window (espressif#588) Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
PreviousNext