8000 Comparing v2.0.13...v2.0.14 · espressif/esp32-camera · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/esp32-camera
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.13
Choose a base ref
...
head repository: espressif/esp32-camera
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.14
Choose a head ref
  • 4 commits
  • 12 files changed
  • 3 contributors

Commits on Nov 15, 2024

  1. Add mega ccm driver support

    Signed-off-by: Lee Jackson <lee.jackson@arducam.com>
    Lee Jackson committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b6a8297 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #701 from ArduCAM/add_mega_ccm

    Add mega ccm driver support
    me-no-dev authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    261e8eb View commit details
    Browse the repository at this point in the history
  3. fix(xclk): Zero init ledc_channel_config_t for forward compatibility

    LEDC driver was extended in espressif/esp-idf@4a90deb with new config structure members.
    We must zero init the config struct to get default behavior.
    tore-espressif authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d9ee211 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #702 from tore-espressif/patch-1

    fix(xclk): Zero init ledc_channel_config_t for forward compatibility
    me-no-dev authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    10e6178 View commit details
    Browse the repository at this point in the history
Loading
0