Roshan Bangar
aabb595860
feat(nimble): Added example support for Current Time Service
2023-11-04 13:21:59 +05:30
Rahul Tank
895ba56206
Merge branch 'bugfix/ble_gap_unpair_oldest_peer' into 'master'
...
fix(nimble): Fixed incorrect handling of bonded devices
See merge request espressif/esp-idf!26555
2023-11-04 14:05:01 +08:00
darshan
10f06abf32
fix(nimble): Fixed incorrect handling of bonded devices
2023-11-04 09:12:17 +05:30
Rahul Tank
3d946faf67
Merge branch 'bugfix/validate_random_address' into 'master'
...
fix(nimble): Added check to validate allowed random address
Closes BLERP-60 and BLEQABR23-610
See merge request espressif/esp-idf!25961
2023-11-04 11:34:04 +08:00
Rahul Tank
32e3ecb788
fix(nimble): Added check to validate allowed random address
2023-11-04 06:34:54 +05:30
Ngai-Fung Yip
b8a3141ef9
fix: assert failed in example uart_async_rxtxtasks
2023-11-04 08:48:57 +08:00
KonstantinKondrashov
b366dad79b
fix(hal): Fix incorrect behavior of hal_memcpy
...
Closes https://github.com/espressif/esp-idf/issues/12489
2023-11-03 23:36:37 +08:00
Sudeep Mohanty
ebeea3df60
Merge branch 'revert/freertos_same_priority_preemption_disabled' into 'master'
...
Revert "fix(freertos/idf): Add workaround for same priority preemption in xTaskIncrementTick()"
Closes IDF-8428
See merge request espressif/esp-idf!26732
2023-11-03 21:59:17 +08:00
Sudeep Mohanty
d38f100223
change(freertos/idf): Deprecate some FreeRTOS IDF addition functions
...
This commit deprecates xTaskGetAffinity(), xTaskGetCurrentTaskHandleForCPU()
and xTaskGetIdleTaskHandleForCPU() APIs for IDF-FreeRTOS kernel.
Instead, users are directed to use alternatives. All other
components in IDF using these functions have been updated accordingly.
2023-11-03 14:54:06 +01:00
Rahul Tank
c8cae65f45
Merge branch 'bugfix/ble_gap_connect' into 'master'
...
fix(nimble):Handled the Load access fault crash caused due to an invalid setting of index-variable 'reattempt_idx'.
Closes BLEQABR23-698
See merge request espressif/esp-idf!26584
2023-11-03 19:57:03 +08:00
Chen Yudong
9b8d50a8f5
ci: add label rules for integration test
...
fix typo
2023-11-03 19:18:52 +08:00
morris
ed5deb00bb
Merge branch 'contrib/github_pr_12514' into 'master'
...
Update ledc_basic_example_main.c (GitHub PR)
Closes IDFGH-11370
See merge request espressif/esp-idf!26896
2023-11-03 18:40:15 +08:00
David Čermák
a7cba03a28
Merge branch 'fix/netif_macro_semicolon' into 'master'
...
esp_netif: Remove semicolons from ESP_IP4ADDR_INIT and ESP_IP6ADDR_INIT macros (GitHub PR)
Closes IDFGH-10189
See merge request espressif/esp-idf!26759
2023-11-03 18:25:15 +08:00
Kapil Gupta
c815fe67fa
fix(wpa_supplicant): memzero wifi config before sending config event
2023-11-03 15:44:08 +05:30
morris
14b7db5dd0
feat(rmt): support calling rmt_receive in ISR callback
2023-11-03 15:42:56 +08:00
Song Ruo Jing
9461993ec5
refactor(gpio): make gpio driver as component, and fix astyle
2023-11-03 15:42:23 +08:00
Darian Leung
52a929521d
refactor(freertos/idf): Update thread safety convenience macros
...
This commit refactors some of the thread safety convenience macros by removing
some repeated definitions and keeping them all in "freertos_idf_additions_priv.h"
2023-11-03 15:41:46 +08:00
Darian Leung
e2c8185f72
fix(freertos/idf): Fix xEventGroupGetBitsFromISR() critical section
...
Adds missing critical section to xEventGroupGetBitsFromISR() that is required
in dual-core SMP.
2023-11-03 15:41:39 +08:00
Marius Vikhammer
b068812e88
Merge branch 'bugfix/https_server_ci_konfig' into 'master'
...
fix(ci): fixed misnamed kconfig option in https server ci config
See merge request espressif/esp-idf!26893
2023-11-03 15:36:38 +08:00
Rahul Tank
e689cc55d8
Merge branch 'feature/protocomm_update_params' into 'master'
...
fix(protocomm): added Protocomm BLE Event Structure and Event Handling
See merge request espressif/esp-idf!26707
2023-11-03 14:09:27 +08:00
xuxiao
5c3a7ec88a
fix(wifi): fix esp32c6 rxctrl info is not correct
2023-11-03 13:55:45 +08:00
Kevin (Lao Kaiyao)
3ea8519a9e
Merge branch 'bugfix/fix_pdm_rx_high_pass_cut_off_coeff' into 'master'
...
bugfix(i2s): fix pdm rx high pass filter cut off coeff
See merge request espressif/esp-idf!26835
2023-11-03 12:46:08 +08:00
Omar Chebib
ff2a492002
Merge branch 'staging/espcoredump_move_strings_flash' into 'master'
...
change(espcoredump): save RAM space by placing constants in flash
See merge request espressif/esp-idf!26872
2023-11-03 12:20:25 +08:00
Jiang Jiang Jian
0eae131fe5
Merge branch 'bugfix/add_config_for_tcp_ooseq' into 'master'
...
Fix(lwip):bugfix for add config for tcp ooseq bufs
Closes WIFI-6185
See merge request espressif/esp-idf!25346
2023-11-03 11:04:40 +08:00
Omar Chebib
342535f47c
Merge branch 'contrib/github_pr_12105' into 'master'
...
feat(espcoredump): Support for not overwriting existing core dump in flash (GitHub PR)
Closes IDFGH-10907
See merge request espressif/esp-idf!26865
2023-11-03 10:51:39 +08:00
Jiang Jiang Jian
7ae8e1c438
Merge branch 'feat/optimize_bin_size' into 'master'
...
feat(wifi): Optimize bin size for STA only mode
Closes IDF-8120, IDFGH-11017, and WIFI-5010
See merge request espressif/esp-idf!25642
2023-11-03 09:39:17 +08:00
Marius Vikhammer
d3ca964e5f
fix(ci): fixed misnamed kconfig option in https server ci config
2023-11-03 09:13:22 +08:00
Jiang Jiang Jian
1936c2f14c
Merge branch 'bugfix/fixed_ble_disconnect_under_temp_change' into 'master'
...
fix(ble): fixed ble disconnection issue under temperature change
See merge request espressif/esp-idf!26827
2023-11-03 05:07:59 +08:00
Gao Xu
dce1e8d96a
Merge branch 'feature/support_adc_calibration_on_h2' into 'master'
...
adc_cali: supported adc calibration v1 on ESP32H2
Closes IDF-6216
See merge request espressif/esp-idf!26463
2023-11-03 01:49:00 +08:00
Mahavir Jain
69e89c4e95
Merge branch 'contrib/github_pr_12459' into 'master'
...
manager: fixing unwinding protocom endpoints, on prov_stop. (GitHub PR)
Closes IDFGH-11307
See merge request espressif/esp-idf!26742
2023-11-02 23:47:22 +08:00
Sudeep Mohanty
4979ce604a
Merge branch 'feature/frertos_idle_task_name_suffix' into 'master'
...
fix(freertos/idf): Updated IDLE task names for each core to have the coreID as a suffix
Closes IDFGH-11021 and IDF-8220
See merge request espressif/esp-idf!26723
2023-11-02 23:34:16 +08:00
morris
b2497d1ce6
Merge branch 'ci/update_constraint_file' into 'master'
...
ci: update constraint file to 5.3
See merge request espressif/esp-idf!26751
2023-11-02 23:07:12 +08:00
Jakub Kocka
579ecbddb8
feat(hints): Added hint for LIBUSB_ERROR_NOT_FOUND
2023-11-02 15:33:00 +01:00
Roland Dobai
06b6df33c2
Merge branch 'coredump-gdb-timeout' into 'master'
...
fix(coredump-info): set default gdb timeout as 3 seconds
See merge request espressif/esp-idf!26853
2023-11-02 21:02:27 +08:00
Abhinav Kudnar
0132cce1cc
fix(nimble):Handled the Load access fault crash caused due to an invalid setting of index-varible 'reattempt_idx'.
2023-11-02 17:30:48 +05:30
Guillaume Souchere
4cdb2f3f93
Merge branch 'fix/patch-heap-rom-integrity-check' into 'master'
...
fix(heap): Patch tlsf_check_pool in ROM heap
See merge request espressif/esp-idf!26615
2023-11-02 19:21:43 +08:00
Omar Chebib
8ac4b48b2f
change(espcoredump): save RAM space by placing constants in flash
...
All the log messages of espcoredump component used to be in DRAM, which would
lower the available RAM space for the user application. Since the cache is always
enabled after an exception, constants can be put in flash.
2023-11-02 19:09:57 +08:00
Island
ca331989f8
Merge branch 'feat/support_clear_legacy_adv_on_esp32c3' into 'master'
...
Support clear legacy adv using vendor hci on esp32c3
Closes BLERP-191
See merge request espressif/esp-idf!26696
2023-11-02 19:00:05 +08:00
Island
dc66da9d1d
Merge branch 'feat/support_clear_legacy_adv_on_esp32' into 'master'
...
Support clear legacy adv using vendor hci on esp32
Closes BLERP-191
See merge request espressif/esp-idf!26697
2023-11-02 18:59:48 +08:00
Jakob Hasse
e176b8990e
Merge branch 'bugfix/esp_event_tests' into 'master'
...
fix(esp_event): dedicated task test now waits for semaphore correctly
See merge request espressif/esp-idf!26777
2023-11-02 18:43:03 +08:00
diplfranzhoepfinger
007c2b155e
Update ledc_basic_example_main.c
...
the order of initializers should match the declaration, to be able to also use this code in C++
2023-11-02 11:13:20 +01:00
darshan
e1ec13548f
fix(protocomm): added Protocomm BLE Event Structure and Event Handling
2023-11-02 15:37:50 +05:30
Jin Cheng
46327936cb
feat(bt/bluedroid): Added an API to specify data types for ACL-U traffic
2023-11-02 17:43:04 +08:00
Shang Zhou
0e69fcb8ac
Merge branch 'docs/add_cn_trans_for_ds' into 'master'
...
docs: Provide CN translation for api-reference/peripherals/ds.rst
Closes DOC-5859
See merge request espressif/esp-idf!26657
2023-11-02 17:42:17 +08:00
Jiang Jiang Jian
5f697d8641
Merge branch 'bugfix/increase_esp32h2_slow_clock_calibration_wdt_threshold' into 'master'
...
fix(esp_system): increase esp32h2 slow clock calibration timeout watchdog threshold
Closes PM-15
See merge request espressif/esp-idf!26634
2023-11-02 17:08:58 +08:00
Jiang Jiang Jian
b839a70aea
Merge branch 'bugfix/lp_active_slow_clock_domain_default_power_down' into 'master'
...
In the LP ACTIVE state, the slow clock power domain is by default in a powered-off state
Closes IDF-8410
See merge request espressif/esp-idf!26599
2023-11-02 17:04:30 +08:00
Jiang Jiang Jian
39b2af9a29
Merge branch 'bugfix/fix_some_rom_ld_issue' into 'master'
...
fix(rom): fix wifi rom ld
See merge request espressif/esp-idf!26767
2023-11-02 16:10:58 +08:00
Roman Leonov
a001118837
Merge branch 'docs/usb_host_menuconfig' into 'master'
...
feat(docs): added USB Host Stack Configuration description
Closes IDF-8447
See merge request espressif/esp-idf!26573
2023-11-02 15:49:13 +08:00
Simon Arlott
1feb3c9f9b
espcoredump: Support for not overwriting existing core dump in flash
...
If there's an unattended boot loop or a crash that causes another crash on
the next boot, it needs to be possible to avoid overwriting a saved core
dump with another core dump.
Add an option to do this and skip writing core dumps if the partition isn't
empty.
Fixes #12027 .
Mergeshttps://github.com/espressif/esp-idf/pull/12105
2023-11-02 06:58:47 +00:00
Shang Zhou
2a62932ef1
Merge branch 'docs/fix_typo_according_to_feedback' into 'master'
...
docs: Fix typo in get-started/index.rst and thread-local-storage.rst based on customer feedback
Closes DOC-6534 and DOC-6578
See merge request espressif/esp-idf!26786
2023-11-02 14:10:34 +08:00