Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating . . #10

Open
wants to merge 10,000 commits into
base: master
Choose a base branch
from
Open

Updating . . #10

wants to merge 10,000 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 5, 2024

  1. Merge branch 'feature/updated-zigbee-examples' into 'master'

    feat(zigbee): Upgrade zigbee examples
    
    See merge request espressif/esp-idf!33223
    chshu committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    47c8ca5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ci/nightly_run_crt_bundle_stress_test' into 'master'

    Run https x509 bundle default crt bundle stress test using QEMU
    
    See merge request espressif/esp-idf!34508
    Harshal5 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ae51dcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7786cbe View commit details
    Browse the repository at this point in the history
  4. Merge branch 'bugfix/wrong_return_type' into 'master'

    fix(i2c_lcd): wrong return type for esp_lcd_new_panel_io_i2c
    
    See merge request espressif/esp-idf!34643
    suda-morris committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e1a3ff1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34ba72a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fix/bod_p4eco2_fix' into 'master'

    fix(bod): Remove config for bod on p4 eco1
    
    See merge request espressif/esp-idf!34589
    mythbuster5 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0546805 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'refactor/regi2c_mst_clock_enable' into 'master'

    refactor(regi2c): analog i2c mst clock should be enabled/disabled per usage
    
    Closes IDF-10492 and IDF-10693
    
    See merge request espressif/esp-idf!32682
    songruo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7e90a41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    682a66d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feat/add_temperature_calib' into 'master'

    feat(temperature_sensor): Add temperature sensor calibration support
    
    Closes IDF-5236
    
    See merge request espressif/esp-idf!34634
    mythbuster5 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9677a49 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'fix/esp_prov_ipv6_resolve' into 'master'

    fix(tools): Fix hostname resolving for IPv6-only host
    
    See merge request espressif/esp-idf!34452
    chshu committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7aaab5a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0701b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3e49553 View commit details
    Browse the repository at this point in the history
  13. docs: Sync CN and EN files

    Shen765 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6f86f70 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'docs/fix_section_visibility_esp32p4' into 'master'

    Fix typo to make a section visible for non-esp32 SPIRAM supported targets
    
    See merge request espressif/esp-idf!34482
    Harshal5 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d46b23d View commit details
    Browse the repository at this point in the history
  15. Merge branch 'feature/twt_add_parameter_to_enable_keep_alive' into 'm…

    …aster'
    
    feat(twt): twt add parameter to enable keep alive
    
    Closes WIFIBUG-927
    
    See merge request espressif/esp-idf!34532
    xuxiao111 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0c07ee6 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'docs/update_cn_translation' into 'master'

    docs: Sync CN and EN files
    
    Closes DOC-9182
    
    See merge request espressif/esp-idf!34249
    Shen765 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    67169f8 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'fix/c61_h2_pmu_icg_csv_update' into 'master'

    fix(pmu): c61 and h2 update pmu_icg_mapping.h
    
    See merge request espressif/esp-idf!34370
    wanckl committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    405327d View commit details
    Browse the repository at this point in the history
  18. feat(tools): Imporve activate.py debug information

    Marek Fiala committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    26002e1 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'feat/add_activate_debug_information' into 'master'

    feat(tools): Imporve activate.py debug information
    
    Closes IDF-11378
    
    See merge request espressif/esp-idf!34534
    dobairoland committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    72308ca View commit details
    Browse the repository at this point in the history
  20. feat(bootloader): add support to use MMU page size from app binary

    For the SoCs that support configurable MMU page size, it is possible
    that the bootloader and application are built with different MMU page
    size configuration. This mismatch is not supported at the moment and
    application verification fails (at bootup or during OTA update).
    
    Configuring MMU page size helps to optimize the flash space by having
    smaller alignment and padding (secure) requirements. Please note that
    the MMU page size is tied with the flash size configuration at the
    moment (`ESPTOOLPY_FLASHSIZE_XMB`).
    
    This MR ensures that application verification happens using the MMU page
    size configured in its binary header. Thus, bootloader and application
    can now have different MMU page sizes and different combinations shall
    be supported.
    mahavirj committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    afa46c0 View commit details
    Browse the repository at this point in the history
  21. test: add configurable mmu page size test app

    Test app to ensure that bootloader and application built with
    different flash MMU page size are compatible. This is for the
    SoCs that support configurable flash MMU page size.
    mahavirj committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    765fe33 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'fix/sdmmc_send_acmd22_after_multiple_write_cmd' into 'm…

    …aster'
    
    fix(sdmmc): Send ACMD22 if CMD25 fails
    
    Closes IDF-9630
    
    See merge request espressif/esp-idf!34376
    adokitkat committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b2e0bd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Merge branch 'fix/nmi_not_triggering_on_s3' into 'master'

    fix(examples): fix NMI interrupt example to work on ESP32-S3
    
    Closes IDFCI-2475
    
    See merge request espressif/esp-idf!34267
    o-marshmallow committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    50ac90b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/lp_spi_example' into 'master'

    feat(lp_core): added lp-spi example for lp core
    
    Closes IDF-10287
    
    See merge request espressif/esp-idf!34521
    ESP-Marius committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    402fece View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/support_to_query_phy_rf_used_time' into 'master'

    feat(phy): support to query phy used time
    
    See merge request espressif/esp-idf!29234
    Jiang Jiang Jian committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c8b6723 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d4a897 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    068790b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'bugfix/fixed_h2_assert_master_1031' into 'master'

    Bugfix/fixed h2 assert master 1031
    
    Closes BLERP-1172
    
    See merge request espressif/esp-idf!34537
    Isl2017 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1f49c9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8c5992 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'contrib/github_pr_14734' into 'master'

    docs: fix all references to HTTPD_{GET,POST,PUT} (GitHub PR)
    
    Closes IDFGH-13892
    
    See merge request espressif/esp-idf!34418
    AdityaHPatwardhan committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    df120ac View commit details
    Browse the repository at this point in the history
  9. Merge branch 'fix/zigbee_gateway_readme_link' into 'master'

    fix(zigbee_example): Fix the link in zigbee gateway readme file
    
    See merge request espressif/esp-idf!34698
    chshu committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b7aecdb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    670d34e View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feature/mmu_page_size_from_app_bin' into 'master'

    feat(bootloader): add support to use MMU page size from app binary
    
    Closes IDF-8209
    
    See merge request espressif/esp-idf!33989
    mahavirj committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4c6cda7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0eeb544 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87f2080 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a098f4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    280b3d9 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'fix/linker_script_check_missing_function' into 'master'

    fix(802.15.4): add no inline to some static function
    
    Closes TZ-1266
    
    See merge request espressif/esp-idf!34702
    chshu committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8bd4071 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    97e6692 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dbc6be3 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'fix/littlefs_image_creation_windows' into 'master'

    fix(littlefs): Allow LittleFS image generation on Windows + version bump
    
    Closes IDFGH-11805
    
    See merge request espressif/esp-idf!34686
    pacucha42 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4a444c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge branch 'bugfix/fix_tbtt_interval_update_fail' into 'master'

    fix(wifi/pm): Fixed the STA tbtt interval update error when AP's beacon interval changed
    
    Closes IDFGH-13875
    
    See merge request espressif/esp-idf!34672
    zhangyanjiaoesp committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6fdd380 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/update_lvgl_in_parlio_tx_example' into 'master'

    feat(parlio): adapt rgb_matrix example to lvgl9
    
    See merge request espressif/esp-idf!34612
    Kainarx committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ef437b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c5dde5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1e7939 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e4ff8b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'fix/i2c_bus_handle_check' into 'master'

    fix(i2c): Add bus handle check so that it will not be panic when there is no free bus
    
    Closes IDFGH-13993 and IDFGH-13963
    
    See merge request espressif/esp-idf!34695
    mythbuster5 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2693221 View commit details
    Browse the repository at this point in the history
  7. feat(esp_eth): added HW Time Stamping support for ESP32P4

    Added mechanism to L2 TAP to retreive time stamp
    
    Added PTP time synchronization example
    kostaond committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d2b1202 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'docs/add_header_files_http_server_code_example' into 'm…

    …aster'
    
    docs: add a note on required header files for the esp_http_server example
    
    See merge request espressif/esp-idf!34389
    mahavirj committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8aa56d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db57996 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'fix/lwip_docs_thread_safe_socks' into 'master'

    fix(lwip): Document that not all sock operations are thread safe
    
    See merge request espressif/esp-idf!34333
    David Čermák committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5e056de View commit details
    Browse the repository at this point in the history
  11. fix(gpio): improve set level performance

    by avoid "read-modify-write" operation. The registers designed to be
    write only.
    
    Related to #14674
    suda-morris committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    712e6ad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0ed4c19 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac630e4 View commit details
    Browse the repository at this point in the history
  14. feat(app_update): OTA update bootloader, partition_table and other pa…

    …rtitions
    
    Passive app partition can be used as the staging partition where a new image is loaded.
    Then copy it to the final partition.
    
    Closes: #14195
    Closes: #13824
    KonstantinKondrashov committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    97d150d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    68e9bcb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f41b43d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    19ab021 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d2fe62f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4fa6e03 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    94536cb View commit details
    Browse the repository at this point in the history
  21. fix(sta2eth): Check for null netif before starting/stopping DHCP se…

    …rver
    
    Fixes a potential null pointer dereference in `esp_netif` when PPP mode is enabled.
    In the Ethernet event handler, `esp_netif_dhcps_start()` and `esp_netif_dhcps_stop()`
    are now only called if `netif` is non-null (in provisioning mode when
    the actual TCP/IP stack from IDF is used, in work mode the `netif` is
    null, since the trafic is simply forwarded between wireless and wired
    networks without TCP/IP stack involved)
    
    Closes #14816
    david-cermak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cce9a80 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'fix/example_sta2eth_more_docs' into 'master'

    fix(sta2eth): Document security consideration in sta2eth example
    
    Closes IDFGH-13990
    
    See merge request espressif/esp-idf!34518
    David Čermák committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    457f651 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bb329c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Merge branch 'feat/mipi_dsi_yuv_converter' into 'master'

    feat(lcd): support YUV422 input color format
    
    See merge request espressif/esp-idf!34530
    suda-morris committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ad476af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a50c095 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bugfix/fix_avrc_absolute_volume_compatibility' into 'ma…

    …ster'
    
    bugfix/fix_avrc_absolute_volume_compatibility
    
    Closes FCS-1619
    
    See merge request espressif/esp-idf!34563
    wmy-espressif committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f0ab551 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'bugfix/gpio_set_level_atomic' into 'master'

    fix(gpio): improve set level performance
    
    See merge request espressif/esp-idf!34744
    suda-morris committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    01cd5cf View commit details
    Browse the repository at this point in the history
  5. fix(bt/bluedroid): AG should send OK or other error codes to HF client

    when it is driven by HF to initiate a call.
    BetterJincheng committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c79eb0d View commit details
    Browse the repository at this point in the history
  6. fix(bt/controller): Fixed some controller bugs on ESP32

        - Fixed wrong logic in handling sniff transaction collision at slave
          side
        - Fixed the issue ACL is stopped too early before eSCO
    BetterJincheng committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    cfdefd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a86bb37 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'fix/c61_gpio_num_hardware_update' into 'master'

    fix(esp_driver_gpio): esp32c61 gpio number update 22 -> 25
    
    See merge request espressif/esp-idf!34747
    wanckl committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1a30fd0 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/ptp' into 'master'

    Feature/ptp
    
    Closes IDFGH-12397
    
    See merge request espressif/esp-idf!33058
    kostaond committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7f07c9d View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feat/mcpwm_sleep_rentention' into 'master'

    feat(mcpwm): support sleep retention
    
    Closes IDF-9752 and IDF-8473
    
    See merge request espressif/esp-idf!33839
    Kainarx committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6b54dfc View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feat/update_openthread_submodule_and_br_lib' into 'master'

    feat(openthread): update openthread submodule and border router lib
    
    See merge request espressif/esp-idf!34547
    zwx1995esp committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3730567 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0bda2f8 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'change/btl_fetch_app_desc' into 'master'

    change(bootloader): Map only the necessary length when fetching the app description struct
    
    See merge request espressif/esp-idf!34752
    mahavirj committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d2c74a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    efd04b7 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'fix/fix_154_ext_coex' into 'master'

    fix(coex): fix 802.15.4 external coexistence
    
    Closes TZ-1182
    
    See merge request espressif/esp-idf!33879
    gytxxsy committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8576f40 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'feature/efuse_s3_adds_psram_cap_bit' into 'master'

    feat(efuse): Adds 3 bit for PSRAM_CAP efuse field
    
    Closes IDF-11477
    
    See merge request espressif/esp-idf!34644
    Konstantin Kondrashov committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f15c1b4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    941d0e0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    63e74e6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fc81b68 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    dcb4bf4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d137dee View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f84f883 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    92cd70a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5a3f53a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3e2b56d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    83306b7 View commit details
    Browse the repository at this point in the history
  27. ci: target-test job skip installing toolchain, only install python env

    also run with collapsed time section to better track run time
    hfudev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2a5743c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    197128b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9a41a61 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f269835 View commit details
    Browse the repository at this point in the history
  31. fix(common_connect): Fix example's stdin/out to setup UART interrupt …

    …once
    
    Function example_configure_stdin_stdout() was used for simple UART I/O
    operation in CI to enter test env configuration (wifi ssid, IPs, etc).
    It could be called multiple times, but didn't handle the situation where
    we install UART interrupt from multiple source (e.g. in ICMP tests,
    where we first need to enter wifi credentials of test AP and then we
    start ping-cmd console to handle ping commands)
    david-cermak committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c7e2a9e View commit details
    Browse the repository at this point in the history
  32. fix(lwip): Fix ping_v6 receiving to accept only echo replies

    This fixes a bug where we ping our own IP and the request itself
    bounces back to the raw receive function and is incorrectly treated as
    reply. (this bug was discovered when fixing ICMPv6 pings with incorrect
    checksums, while the ping request was dropped in icmpv6.c due to wrong
    checksum, but was also fed to raw layers where it was treated as
    "correct" response, so the PINGv6 to ourselves still worked)
    david-cermak committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8b191dd View commit details
    Browse the repository at this point in the history
  33. Merge branch 'ci/fix_macos_ccache' into 'master'

    CI: Fix failing ccache and show ccache statistics for macOS tests (master)
    
    See merge request espressif/esp-idf!33846
    kumekay committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8f77769 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    816a0da View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    99f1455 View commit details
    Browse the repository at this point in the history
  36. feat(tools): unify sections in idf.py size reports for NG version

    By default, esp-idf-size.ng displays all sections individually. This can
    be confusing, especially if CONFIG_SOC_MEM_NON_CONTIGUOUS_SRAM is
    enabled, resulting in sections like .dram0.data and .dram1.data being
    abbreviated as two .data sections in the size report. To avoid confusion
    for idf.py and cmake users, pass the --unify option to the underlying
    esp_idf_size.ng by default.
    
    Signed-off-by: Frantisek Hrbata <[email protected]>
    fhrbata committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    798d35b View commit details
    Browse the repository at this point in the history
  37. Merge branch 'fix/mfg_gen_csv_and_bin_prefix' into 'master'

    feat(mfg_gen): Added file name serial count prefix for intermediate csv and bin...
    
    See merge request espressif/esp-idf!34251
    mahavirj committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b3bae69 View commit details
    Browse the repository at this point in the history
  38. Merge branch 'ci/improve_overall_logging' into 'master'

    ci: target-test job skip installing toolchain, only install python env
    
    See merge request espressif/esp-idf!34232
    hfudev committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d03ead4 View commit details
    Browse the repository at this point in the history
  39. Merge branch 'feature/ota_update_for_partitions' into 'master'

    feat(ota): Supports OTA update for any partitions (bootloader, partition_table, nvs, etc.)
    
    Closes IDFGH-13262, IDF-7781, and IDFGH-12860
    
    See merge request espressif/esp-idf!32866
    Konstantin Kondrashov committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f817b85 View commit details
    Browse the repository at this point in the history
  40. Merge branch 'feature/adds_bootloader_rollback_configs' into 'master'

    feat(bootloader): Adds bootloader anti rollback configs
    
    See merge request espressif/esp-idf!34759
    Konstantin Kondrashov committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    110bfc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Merge branch 'feat/i2c_slave_v2' into 'master'

    feat(i2c_slave): Add new i2c slave driver --version two with great stretch handling. 🏂
    
    See merge request espressif/esp-idf!33802
    mythbuster5 committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    d74e99c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. fix(examples/usb_host_lib): correct typo in comments

    Fixes a small typo in comments
    
    Signed-off-by: Daniel Mangum <[email protected]>
    hasheddan committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4e3e73f View commit details
    Browse the repository at this point in the history
  2. fix(usb_host): return ESP_ERR_NO_MEM on failed alloc in client register

    Fixes issue where ESP_ERR_NO_MEM was being silently discarded after
    cleaning up after a failed malloc in usb_host_client_register.
    
    Signed-off-by: Daniel Mangum <[email protected]>
    hasheddan committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7962d54 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/esp32c61_adc_support' into 'master'

    ADC: support ADC oneshot and continuous mode on ESP32C61
    
    Closes IDF-9302 and IDF-9304
    
    See merge request espressif/esp-idf!32907
    Bruce297 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    611e163 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/move_softap_csa_and_dtim_to_nvs' into 'master'

    change(wifi): move softap dtim and csa to nvs
    
    Closes WIFIBUG-666
    
    See merge request espressif/esp-idf!34489
    Jiang Jiang Jian committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2414b28 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'contrib/github_pr_14771' into 'master'

    fix(example/system/console): Add 'info' to log_level command description (GitHub PR)
    
    Closes IDFGH-13933
    
    See merge request espressif/esp-idf!34413
    o-marshmallow committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3ec0558 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4df585e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'fix/fix_cache_stuck_in_esp_restart' into 'master'

    fix(esp_system): fix P4 possible crash on esp_restart if PSRAM is used
    
    Closes PM-291
    
    See merge request espressif/esp-idf!34778
    esp-wzh committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    56db9a2 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/ble_mesh_50_api_minimal' into 'master'

    Feature/ble mesh 50 api minimal
    
    Closes BLERP-1211 and BLERP-1212
    
    See merge request espressif/esp-idf!31510
    Isl2017 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    87e4f63 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'change/adc_conti_read_api_doc_update' into 'master'

    adc: updated continuous mode read API doc about block timeout description
    
    Closes IDFGH-14033
    
    See merge request espressif/esp-idf!34796
    Icarus113 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    08ef00d View commit details
    Browse the repository at this point in the history
  10. Merge branch 'bugfix/lmp_trans_collision' into 'master'

    fix(bt/controller): Fixed some controller bugs on ESP32
    
    Closes BTQABR2023-363 and BT-3577
    
    See merge request espressif/esp-idf!34577
    wmy-espressif committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7bc8b99 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'docs/edit_kconfig_docs' into 'master'

    docs(kconfiglib): Make a detailed docs section about Kconfig
    
    See merge request espressif/esp-idf!32995
    Jan Beran committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0650832 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'docs/usb_host_ext_port_driver' into 'master'

    docs(ext_port): Maintainers Notes for the External Port Driver
    
    Closes IDF-11106
    
    See merge request espressif/esp-idf!33350
    roma-jam committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    dccbd16 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'bugfix/esp32c3_eco7_usj_console' into 'master'

    fix(esp_rom): fix esp32c3 eco7 console rom function address
    
    See merge request espressif/esp-idf!34671
    leeebo committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ea902d6 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'feat/esp32p4_unicore_stop_other_core' into 'master'

    feat(esp_system): stop other core for unicore esp32p4
    
    See merge request espressif/esp-idf!34753
    sobuch committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3f46b37 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba2bf2f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    2899c1e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/size_unify_sections' into 'master'

    feat(tools): unify sections in idf.py size reports for NG version
    
    Closes IDF-11649
    
    See merge request espressif/esp-idf!34788
    dobairoland committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cf087cb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/lwip_ping_ipv6only' into 'master'

    fix(lwip): Fix IP6 raw socket checksum in IPv6-only configuration
    
    Closes IDF-9670
    
    See merge request espressif/esp-idf!33936
    David Čermák committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    afb4a02 View commit details
    Browse the repository at this point in the history
  4. docs: Provide CN translation for partition tables

    luweike committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e7ab36e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix/nvs_generator_test_fail_due_to_safer_write_namespac…

    …e_function' into 'master'
    
    fix(nvs): Fix the NVS generator test (write_namespace safer behavior change)
    
    Closes IDF-11674
    
    See merge request espressif/esp-idf!34828
    adokitkat committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1689c7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3107f0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b29de7 View commit details
    Browse the repository at this point in the history
  8. change(sdmmc): disable the logic related to D3 line, it needs to be c…

    …onnected for CMD11 to work
    igrr authored and Icarus113 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    98f1dd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5f46ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c41cead View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9bf5d9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    64bbb53 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d0e6e82 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    16eef27 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e6ef4d1 View commit details
    Browse the repository at this point in the history
  16. fix(tools): re-raise ImportError without module name

    The ImportError or ModuleNotFoundError might be raised without
    specifying a module name. In this not so common situation, re-raise the
    exception to print all the information that could assist in identifying
    the problem.
    
    Signed-off-by: Frantisek Hrbata <[email protected]>
    fhrbata authored and espressif-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e8fda6f View commit details
    Browse the repository at this point in the history
  17. feat: Drop Python 3.8 support

    Signed-off-by: Frantisek Hrbata <[email protected]>
    fhrbata authored and espressif-bot committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a4acbd2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    52f14f3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3318e0a View commit details
    Browse the repository at this point in the history
  20. Merge branch 'docs/translate_partition_tables' into 'master'

    docs: Provide CN translation for partition tables
    
    Closes DOC-9274
    
    See merge request espressif/esp-idf!34647
    Lu Wei Ke committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bb9a265 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ccc2411 View commit details
    Browse the repository at this point in the history
  22. fix(esp-rom): Fix comment typos in cache.h

    Fix typo in parameter names in cache_flash_mmu_set
    amd cache_sram_mmu_set functions.
    yamt authored and SoucheSouche committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    de077c7 View commit details
    Browse the repository at this point in the history
  23. fix(uart): allow same pin for tx and rx in uart_set_pin

    Also add IO reserve to uart driver
    
    Closes #14787
    songruo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e8f0299 View commit details
    Browse the repository at this point in the history
  24. fix(uart): fix race condition with the use of UART_SELECT_READ_NOTIF

    UART_SELECT_READ_NOTIF needs to be sent after received data got processed
    to avoid the potential race condition
    songruo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    32040c7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b4f366f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b0ffe15 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    dca5d19 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3314992 View commit details
    Browse the repository at this point in the history
  29. Merge branch 'change/esp_ldo_reserve_for_spi_flash' into 'master'

    LDO calibration on ESP32-P4
    
    Closes IDF-10754
    
    See merge request espressif/esp-idf!32347
    suda-morris committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    05beaca View commit details
    Browse the repository at this point in the history
  30. Merge branch 'contrib/github_pr_14733' into 'master'

    fix(cmake): Prevent overwriting of component properties in output file (GitHub PR)
    
    Closes IDFGH-13891
    
    See merge request espressif/esp-idf!34807
    dobairoland committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    542a5d2 View commit details
    Browse the repository at this point in the history
  31. Merge branch 'feature/adds_recovery_bootloader_subtype' into 'master'

    feat(partition_table): Support recovery bootloader subtype
    
    See merge request espressif/esp-idf!34757
    Konstantin Kondrashov committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ce72392 View commit details
    Browse the repository at this point in the history
  32. fix(ws_transport): Fix reading WS header bytes

    Correct split header bytes
    
    When the underlying transport returns header,
    length, or mask bytes early, again call the
    underlying transport.
    
    This solves the WS parser getting offset when
    the server sends a burst of frames where the
    last WS header is split across packet boundaries,
    so fewer than the needed bytes may be available.
    
    Merges #14706
    bryghtlabs-richard authored and david-cermak committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7f54410 View commit details
    Browse the repository at this point in the history
  33. Merge branch 'fix/import_error_msg' into 'master'

    fix(tools): re-raise ImportError without module name
    
    Closes IDF-11648
    
    See merge request espressif/esp-idf!34780
    dobairoland committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5bae0b9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d8949fe View commit details
    Browse the repository at this point in the history
  35. Merge branch 'update/deprecate_python38' into 'master'

    feat: Drop Python 3.8 support
    
    Closes IDF-7579
    
    See merge request espressif/esp-idf!34419
    dobairoland committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    30b13b1 View commit details
    Browse the repository at this point in the history
  36. Merge branch 'fix/sdmmc_test_acmd22_esp32p4_fix' into 'master'

    fix(sdmmc): Fix ACMD22 DMA buffer problem for ESP32-P4
    
    Closes IDFCI-2499
    
    See merge request espressif/esp-idf!34826
    adokitkat committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cf44fc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    9e3b7e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb41623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7278256 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bff669 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'refactor/cache_err_panic' into 'master'

    refactor(panic): refactor and unify cache panic errors
    
    See merge request espressif/esp-idf!34382
    ESP-Marius committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f8ddcee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bff20b5 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat/sdmmc_uhs_tuning' into 'master'

    sdmmc: UHS-I support for SDR50 (100MHz, 50MB/s), DDR50 (50MHz, 50MB/s)
    
    Closes IDF-10294, IDF-11447, and IDF-8886
    
    See merge request espressif/esp-idf!34441
    Icarus113 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ed8ec9d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'fix/fix_cache_error_in_sar_disable' into 'master'

    fix(esp_hw_support): fix sar disable access flash in IRAM_OPT sleep
    
    Closes IDFCI-2509
    
    See merge request espressif/esp-idf!34833
    esp-wzh committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    908e62f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4bd3d9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df52e1a View commit details
    Browse the repository at this point in the history
  11. Merge branch 'fix/typo-esp-rom' into 'master'

    fix(esp_rom): Fix comment typos
    
    Closes IDFGH-13635
    
    See merge request espressif/esp-idf!34849
    SoucheSouche committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b6be76f View commit details
    Browse the repository at this point in the history
  12. Merge branch 'change/disable_stub_bins' into 'master'

    change(esp_system): do not include openocd stub bins by default
    
    See merge request espressif/esp-idf!34755
    erhankur committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    97b65d7 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'fix/ws_transport_head_fragments' into 'master'

    fix(ws_transport): Fix reading WS header in fragments
    
    Closes IDFGH-13951, IDFGH-13857, and IDFGH-13859
    
    See merge request espressif/esp-idf!34517
    David Čermák committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cbbb85f View commit details
    Browse the repository at this point in the history
  14. Merge branch 'fix/adc_monitor_not_work' into 'master'

    fix(esp_adc): fixed adc continue monitor don't work issue
    
    Closes IDFGH-13931 and IDFGH-13988
    
    See merge request espressif/esp-idf!34436
    wanckl committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1a25f68 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'contrib/github_pr_14859' into 'master'

    fix(usb_host): return ESP_ERR_NO_MEM on failed alloc in client register (GitHub PR)
    
    Closes IDFGH-14037
    
    See merge request espressif/esp-idf!34862
    tore-espressif committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1e7098f View commit details
    Browse the repository at this point in the history
  16. fix(lwip): Limit active TCP PCBs and recycle them faster

    * Update submodule: git log --oneline c816f0ee..a587d929
    Detailed description of the changes:
      - test: Add tcp-pcb recycle test (espressif/esp-lwip@a587d929)
      - tcp: Apply faster PCB recycling in FIN_WAIT_1 or FIN_WAIT_2 state (espressif/esp-lwip@3bfc85d2)
      - test: Add tcp alloc limitation test (espressif/esp-lwip@0c9c39a9)
      - memp: Employ TCP-PCB allocation limit if libc malloc used (espressif/esp-lwip@9cb96ac1)
    
    Closes #9670
    Closes espressif/esp-lwip#63
    david-cermak committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0d99214 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'contrib/github_pr_14858' into 'master'

    fix(examples/usb_host_lib): correct typo in comments (GitHub PR)
    
    Closes IDFGH-14038
    
    See merge request espressif/esp-idf!34861
    tore-espressif committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5532fa8 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'bugfix/uart_8_16_bit_access' into 'master'

    fix(uart): fix 8/16-bit uart register access
    
    Closes IDF-10256
    
    See merge request espressif/esp-idf!34846
    songruo committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    582c990 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'feature/adds_pthread_funcs' into 'master'

    feat(pthread): Adds set/get sched param funcs
    
    Closes IDFGH-13997 and IDFGH-6976
    
    See merge request espressif/esp-idf!34787
    Konstantin Kondrashov committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d37e1cc View commit details
    Browse the repository at this point in the history
  20. Merge branch 'contrib/github_pr_14738' into 'master'

    fix(docs): code comment spelling error  (GitHub PR)
    
    Closes IDFGH-13896
    
    See merge request espressif/esp-idf!34863
    tore-espressif committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e613fcd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    862f3bd View commit details
    Browse the repository at this point in the history
  22. fix(esp_rom): Comment out unused function pointers in esp32c2 eco4 li…

    …nker file
    akshat authored and espressif-bot committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9ec62ba View commit details
    Browse the repository at this point in the history
  23. Merge branch 'bugfix/crash_deauth_fix' into 'master'

    fix(esp_wifi): Fix for crash while receiving deauth in esp32c2 ECO4
    
    Closes WIFIBUG-825 and WIFIBUG-840
    
    See merge request espressif/esp-idf!34682
    kapilkedawat committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7a305c0 View commit details
    Browse the repository at this point in the history
  24. docs(sbom): add basic description about SBOM for ESP-IDF projects

    Add a basic description and usage overview of the esp-idf-sbom tool. A
    more detailed description is already available on the GitHub pages,
    which this documentation refers to.
    
    Signed-off-by: Frantisek Hrbata <[email protected]>
    fhrbata committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4e9362a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    32f60da View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Merge branch 'feature/support_moving_code_to_flash' into 'master'

    feat(ble): Support for putting code in flash on ESP32-C2
    
    See merge request espressif/esp-idf!34774
    Isl2017 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ea31e15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7bc953 View commit details
    Browse the repository at this point in the history
  3. fix(bt/bluedroid): Fixed the incorrect error code returned

    when receiving an invalid command
    xiongweichao committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4b4a9a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe93c99 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/h21_introduce_step1_target' into 'master'

    feat(esp32h21): introduce target esp32h21 (stage 1/8) 😐
    
    See merge request espressif/esp-idf!34542
    Bruce297 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bbcfb35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a9e7f6 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'fix/find_and_close_service_in_ot_ci_case' into 'master'

    fix(ci): optimize an openthread ci case
    
    Closes IDFCI-2430
    
    See merge request espressif/esp-idf!34106
    chshu committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1de992a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feat/psram_qemu_16_32_mb_qpi' into 'master'

    feat(esp_psram): add support for QEMU 16MB and 32MB QPI PSRAM
    
    See merge request espressif/esp-idf!34832
    o-marshmallow committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d5f244c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'docs/translate_file_system_consideration' into 'master'

    docs: Provide CN translation for file system considerations in IDF
    
    Closes DOC-8963
    
    See merge request espressif/esp-idf!33782
    Lindazhxy committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    074b74c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'bugfix/uart_single_wire_mode' into 'master'

    fix(uart): allow same pin for tx and rx in uart_set_pin; UART_SELECT_READ_NOTIF race conditon fix
    
    Closes IDFGH-13954, IDF-10721, IDF-11127, and IDF-9108
    
    See merge request espressif/esp-idf!34737
    songruo committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    78a6905 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'docs/update_i2c_slave_v2' into 'master'

    feat(i2c_slave): Update I2C programming guide according to new changes
    
    See merge request espressif/esp-idf!34806
    mythbuster5 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0b1170a View commit details
    Browse the repository at this point in the history
  12. fix(802.15.4): add case for 2015 frame enh-ack

    Tan Yan Quan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    705e269 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'fix/usb_device_msc_storage_example' into 'master'

    fix(tusb_msc): Added SD power supply configuration for p4
    
    See merge request espressif/esp-idf!33455
    roma-jam committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7ff7749 View commit details
    Browse the repository at this point in the history
  14. feat(esp_https_server): Updated the ESP_TLS_SERVER_CERT_SELECT_HOOK c…

    …onfig
    
    Update the ESP_TLS_SERVER_CERT_SELECT_HOOK config to ESP_HTTPS_SERVER_CERT_SELECT_HOOK
    And made it depend on  ESP_TLS_SERVER_CERT_SELECT_HOOK
    hrushikesh430 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ace6a49 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ab75a94 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    83c9cff View commit details
    Browse the repository at this point in the history
  17. Merge branch 'docs/sbom_tool' into 'master'

    docs(sbom): add basic description about SBOM for ESP-IDF projects
    
    Closes IDF-11485
    
    See merge request espressif/esp-idf!34853
    dobairoland committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7fcbdb9 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'feat/tsens_support_c61' into 'master'

    feat(temperature_sensor): Add temperature sensor support on esp32c61
    
    Closes IDF-9322
    
    See merge request espressif/esp-idf!34326
    mythbuster5 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    38b7375 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1e11d42 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c445ec1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ce85e11 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c86a301 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6002db2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    74c8472 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    167cd47 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1a028bd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7e9782b View commit details
    Browse the repository at this point in the history
  28. Merge branch 'fix/lwip_tcp_pcb_recycle' into 'master'

    fix(lwip): Limit active TCP PCBs and recycle them faster
    
    Closes IDFGH-8173, IDF-8914, and IDF-10021
    
    See merge request espressif/esp-idf!34879
    David Čermák committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    890106f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    59d20e8 View commit details
    Browse the repository at this point in the history
  30. Merge branch 'bugfix/protocols_examples_common_driver_dep' into 'master'

    remove leftover dependencies on `driver` component
    
    See merge request espressif/esp-idf!33548
    igrr committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4d75d2d View commit details
    Browse the repository at this point in the history
  31. Merge branch 'fix/tusb_midi_task_stack_overflow' into 'master'

    fix(examples): tusb_midi task stack overflow fix
    
    Closes IDFGH-14002
    
    See merge request espressif/esp-idf!34914
    adokitkat committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4b79cb9 View commit details
    Browse the repository at this point in the history
  32. Merge branch 'feature/storage_nvs_bootloader' into 'master'

    feat(storage/nvs): NVS bootloader support
    
    See merge request espressif/esp-idf!31753
    rrtandler committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8255ba2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Merge branch 'feat/vectorize_bitscrambler_register' into 'master'

    bitscrambler hal driver support
    
    See merge request espressif/esp-idf!34885
    suda-morris committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3c8a32f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/ble_mesh_proxy_client_server_coexists_support' int…

    …o 'master'
    
    feat(ble_mesh): Proxy Client/Server Coexists Support
    
    Closes BLERP-1129
    
    See merge request espressif/esp-idf!34141
    Isl2017 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d74bf05 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/thread_resolve_invalid_host' into 'master'

    fix(openthread): Fix invalid host resolving for Thread end devices
    
    See merge request espressif/esp-idf!34913
    chshu committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9dc4a27 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'bugfix/2015_enhack' into 'master'

    fix(802.15.4): handle 2015 frame enh-ack
    
    See merge request espressif/esp-idf!34904
    chshu committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a1ec278 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/official_winbond_chip' into 'master'

    feat(spi_flash): Add support for winbond flash chip
    
    See merge request espressif/esp-idf!34039
    mythbuster5 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e84b59c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    872a3a2 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'bugfix/fix_classic_bt_build_fail' into 'master'

    fix(bt/bluedroid): Fixed classic bt build fail when enable dynamic memory and disable BLE
    
    Closes BT-3862
    
    See merge request espressif/esp-idf!34921
    Jiang Jiang Jian committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c014ced View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    092bbdb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c384fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e05a9e View commit details
    Browse the repository at this point in the history
  11. Merge branch 'fix/ble_mesh_heartbeat_bug' into 'master'

    fix(ble_mesh): fixed heartbeat issue
    
    Closes BLERP-1241
    
    See merge request espressif/esp-idf!34912
    Isl2017 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9f47024 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'fix/fix_deadlock_in_pm_mode_switching' into 'master'

    fix(esp_pm): fix deadlock in pm_mode switching
    
    Closes PM-144
    
    See merge request espressif/esp-idf!34723
    Jiang Jiang Jian committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c5ada2e View commit details
    Browse the repository at this point in the history
  13. feat(esp_http_client): Added ALPN feature in esp_http_client

    Added the alpn field in esp_http_clinet_config_t struct. So
    that user can modify from the esp_http_clinet component.
    hrushikesh430 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5aaa478 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    29b017b View commit details
    Browse the repository at this point in the history
  15. Merge branch 'bugfix/fix_ble_disconn_error_on_c61' into 'master'

    fix(ble): fix btbb retention register size on esp32c61
    
    Closes BLERP-1239 and PHY-206
    
    See merge request espressif/esp-idf!34908
    Isl2017 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a3922cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53d2d67 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'feat/updating_configs_of_esp_https_server' into 'master'

    feat(esp_https_server): Updated the ESP_TLS_SERVER_CERT_SELECT_HOOK config
    
    Closes IDF-8418
    
    See merge request espressif/esp-idf!33966
    mahavirj committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    401fa7b View commit details
    Browse the repository at this point in the history
  18. Merge branch 'fix/i2c_oled_example_crash_on_esp32' into 'master'

    fix(i2c_oled): fix buffer allocation
    
    See merge request espressif/esp-idf!34968
    Kainarx committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5009857 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'feature/update-gdb-to-15.2_20241112' into 'master'

    feat(tools): update gdb version to 15.2_20241112
    
    Closes IDF-11325
    
    See merge request espressif/esp-idf!34859
    antmak committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1646929 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Merge branch 'doc/isp_lsc_doc' into 'master'

    isp: isp lsc programming guide
    
    See merge request espressif/esp-idf!34818
    Icarus113 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4c9154b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/fix_tsens_retention_p4' into 'master'

    fix(temperature_sensor): Fix temperature sensor sleep retention on p4
    
    Closes IDFCI-2491, IDFCI-2483, and IDFCI-2484
    
    See merge request espressif/esp-idf!34902
    mythbuster5 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9382c9a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/support_custom_ot_header_file' into 'master'

    feat(openthread): support using custom header file
    
    See merge request espressif/esp-idf!30838
    chshu committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    42cbc7a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/mipi_dsi_underrun_error' into 'master'

    feat(mipi_dsi): enable underrun error interrupt
    
    See merge request espressif/esp-idf!31704
    suda-morris committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    88c4086 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/add_alpn_for_esp_http_client' into 'master'

    feat(esp_http_client): Added alpn feature in esp_http_client
    
    Closes IDF-10729
    
    See merge request espressif/esp-idf!34708
    mahavirj committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e8800ac View commit details
    Browse the repository at this point in the history
  6. Merge branch 'bugfix/wps_ie_reset' into 'master'

    fix(wifi): Remove WPS IEs once WPS succeeds
    
    See merge request espressif/esp-idf!34777
    Jiang Jiang Jian committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b9253b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d3a82e View commit details
    Browse the repository at this point in the history
  8. Merge branch 'bugfix/rx_invalid_cmd_err_code' into 'master'

    fix(bt/bluedroid): Fixed the incorrect error code returned when receiving an invalid command
    
    Closes BT-3899
    
    See merge request espressif/esp-idf!34872
    wmy-espressif committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    03b6436 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/remove_min_max_def' into 'master'

    fix(nimble): Removed min/max macro definition from os.h
    
    Closes IDFGH-14017
    
    See merge request espressif/esp-idf!34745
    rahult-github committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    393b741 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0045550 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b65f8a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    978896a View commit details
    Browse the repository at this point in the history
  13. Merge branch 'ci/fix_i2s_multi_dev_test_potential_overflow' into 'mas…

    …ter'
    
    ci(i2s): fix the potential overflow in multi_dev test
    
    Closes IDFCI-2486 and IDFCI-2487
    
    See merge request espressif/esp-idf!34681
    L-KAYA committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f3c95b6 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'ci/git-diff-output-optimization' into 'master'

    ci: optimize `git diff` handling to address "Argument list too long" error
    
    See merge request espressif/esp-idf!34960
    alekseiapa committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9c91d08 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    66596b7 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'feature/usb_ctrl_hint' into 'master'

    feat(hints/usb): Add a hint about too small control transfer size
    
    See merge request espressif/esp-idf!34936
    tore-espressif committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    691a0ee View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Merge branch 'feat/optimize_cble50y24_110' into 'master'

    feat(bt/bluedroid): Added BLE 5.0 throughput examples
    
    Closes BLERP-992
    
    See merge request espressif/esp-idf!34316
    Isl2017 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5910fc8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bugfix/fix_ble_creat_conn_fail_enh' into 'master'

    fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type
    
    Closes BLERP-639
    
    See merge request espressif/esp-idf!34895
    Isl2017 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f420609 View commit details
    Browse the repository at this point in the history