Rahul Tank
fdfe75a1fd
Nimble: Increase the number of semaphore count to allow more semaphore
...
allocation
Also updated the return value check for sem / mutex init to catch
allocation failure
2023-07-12 15:30:21 +05:30
Armando
abd0fca51a
fix(adc): fixed esp32, esp32s2,esp32s3 adc oneshot mode clk div issue
2023-07-12 17:19:00 +08:00
Zim Kalinowski
ba6e04dff6
Merge branch 'bugfix/fix-esp-even-compile-error-v5.0' into 'release/v5.0'
...
esp_event: fix build error related to format (v5.0)
See merge request espressif/esp-idf!24667
2023-07-12 16:48:16 +08:00
Zim Kalinowski
ed93de6efa
Merge branch 'bugfix/saving-esp-idf-env-as-utf8-v5.0' into 'release/v5.0'
...
build system: fix init.bat crash in windows when folder contains unicode characters (v5.0)
See merge request espressif/esp-idf!24669
2023-07-12 16:47:27 +08:00
xieqinan
575b540b8b
comm_components: eth_start initializes spi bus with SPI_DMA_CH_AUTO
...
Close https://github.com/espressif/esp-idf/issues/11083
2023-07-12 14:26:25 +08:00
aditi_lonkar
16d7ce0843
Fix for sending deauth before Eap-Failure in WPS
2023-07-12 05:34:46 +00:00
jgujarathi
57b365377f
fix(wpa_supplicant) : Fix occasional crash during btm roam.
...
Fix crash due to premature deallocation of neighbour report elements
by scan_done. Post event to btm_rrm_t task to handle scan_done serially
rather than when btm_rrm_t task is processing btm request rx frame.
2023-07-12 10:37:42 +05:30
Marius Vikhammer
1f1b10aa26
Merge branch 'bugfix/esp_event_err_docs_v5.0' into 'release/v5.0'
...
fix(core-system/esp event): Fixed missing error return documentation for... (v5.0)
See merge request espressif/esp-idf!24574
2023-07-12 11:21:22 +08:00
Jiang Jiang Jian
2173ff9cc0
Merge branch 'bugfix/resume_ext_scan_pti_in_time_v5.0' into 'release/v5.0'
...
bt: fix the issue that BLE scan uses high priority incorrectly and causes Wi-Fi unable to work normally on ESP32-C3 and ESP32-S3(backport v5.0)
See merge request espressif/esp-idf!24404
2023-07-12 10:51:54 +08:00
morris
f7b97b53c6
Merge branch 'bugfix/fix_i2s_ll_cpp_compilation_failure_v5.0' into 'release/v5.0'
...
i2s: fixed i2s_ll compiling failure under C++ environment (v5.0)
See merge request espressif/esp-idf!24402
2023-07-12 10:08:23 +08:00
morris
9ea1265987
Merge branch 'doc/updata_adc_migration_guide_v5.0' into 'release/v5.0'
...
migration_guide: update adc calibration api part (v5.0)
See merge request espressif/esp-idf!24258
2023-07-12 10:08:04 +08:00
morris
1f919ca454
Merge branch 'docs/add_a_note_about_RMT_preipheral_in_the_programming_guide_v5.0' into 'release/v5.0'
...
docs(rmt): add a note about binding channels to the same GPIO (v5.0)
See merge request espressif/esp-idf!24717
2023-07-12 09:59:59 +08:00
Rahul Tank
82ce7dc165
Merge branch 'feature/expose_addr_resolv_out_stack_v5.0' into 'release/v5.0'
...
Nimble:Added change to expose addr resolution API outside stack_v5.0
See merge request espressif/esp-idf!23247
2023-07-12 04:21:32 +08:00
Roland Dobai
7296cc6451
Merge branch 'asyncio_error_v5.0' into 'release/v5.0'
...
fix(tools/hints): add guide to fix error with unsupported asyncio (v5.0)
See merge request espressif/esp-idf!24702
2023-07-12 01:09:06 +08:00
Chen Jichang
d2dcef277c
docs(rmt): add a note about binding channels to the same GPIO
...
Added a note about RX Channel and TX Channel initialization order when
bound RX and TX to the same gpio.
Closes https://github.com/espressif/esp-idf/issues/11768
2023-07-11 22:17:17 +08:00
wangmengyang
9b96d5bd96
bt-coexist: fix the issue for BLE scan in using whitelist that scan PTI keeps high and not resumes after reception of ADV_EXT_IND but no AUX_ADV_IND followed on ESP32-C3 and ESP32-S3, which causes Wi-Fi unable to work normally
2023-07-11 22:11:04 +08:00
morris
8b1efb68fd
Merge branch 'bugfix/add_len_check_per_spi_master_transaction_v5.0' into 'release/v5.0'
...
spi master: added transaction length check to refuse longer than hardware supported length (v5.0)
See merge request espressif/esp-idf!23748
2023-07-11 22:09:14 +08:00
Island
10c1004629
Merge branch 'feature/update_ble_libs_5.0' into 'release/v5.0'
...
ble: Updated the libbt for ESP32-C2
See merge request espressif/esp-idf!24652
2023-07-11 21:40:05 +08:00
xiongweichao
d666536a21
change(bt/Bluedroid): Update AVRCP version to 1.5
2023-07-11 11:43:59 +00:00
xiongweichao
1c5619b738
bt: Fixed some bluetooth bugs
...
1. Fixed LC_AFH_UPDATE_IND has not benn processed causing memory exhaustion
2. Fixed no free elt in prog push
3. Fixed disconnect due to sniff with error Dsniff
4. Fixed the problem that the host continued to send ACL data to the controller after disconnection, which caused the connection to fail again
2023-07-11 19:37:21 +08:00
chenjianhua
5d7b60ec5c
Update bt-lib for esp32
...
- Fixed memory leak when setting adv data
2023-07-11 19:37:17 +08:00
xiongweichao
2cf7834db5
components/bt: Fix crash due to NULL point
2023-07-11 19:37:12 +08:00
morris
73551a70cc
Merge branch 'bugfix/fix_mmap_reserved_irom_drom_size_5.0' into 'release/v5.0'
...
fix(mm): correct mmap reserved irom and drom size (v5.0)
See merge request espressif/esp-idf!24603
2023-07-11 18:11:00 +08:00
morris
a6d8a331d9
Merge branch 'bugfix/vfs_uart_outof_bounds_read_v5.0' into 'release/v5.0'
...
vfs_uart: fix out-of-bounds read (v5.0)
See merge request espressif/esp-idf!24313
2023-07-11 18:02:57 +08:00
morris
43fa7e2e4a
Merge branch 'bugfix/mcpwm_legacy_typo_v5.0' into 'release/v5.0'
...
mcpwm: fix typo in backward compatible macro name (v5.0)
See merge request espressif/esp-idf!24228
2023-07-11 18:02:33 +08:00
morris
74e032eb49
Merge branch 'bugfix/rgb_pixel_copy_bpp8_v5.0' into 'release/v5.0'
...
rgb_lcd: Support LCD rotation for LCD whose pixel size is one byte (v5.0)
See merge request espressif/esp-idf!24209
2023-07-11 18:02:13 +08:00
Zim Kalinowski
36de1ba9c8
Merge branch 'bugfix/improve-git-describe-handling-v5.0' into 'release/v5.0'
...
build system: more accurate error information for git_describe (v5.0)
See merge request espressif/esp-idf!24668
2023-07-11 17:06:44 +08:00
Peter Dragun
002efdf88b
fix(tools/hints): add guide to fix error with unsupported asyncio
...
Closes https://github.com/espressif/esp-idf/issues/11732
2023-07-11 10:55:06 +02:00
Roland Dobai
8fa72ec3b7
Merge branch 'monitor_multibyte_decode' into 'release/v5.0'
...
Tools(monitor): decode multibyte characters on Windows (backport v5.0)
See merge request espressif/esp-idf!24373
2023-07-11 16:40:40 +08:00
Roland Dobai
bd824a04d6
Merge branch 'fix/pyparsing_3.1.0_compatibility_v5.0' into 'release/v5.0'
...
fix: Compatibility with pyparsing>=3.1.0 (backport v5.0)
See merge request espressif/esp-idf!24370
2023-07-11 16:40:15 +08:00
Roland Dobai
7bd6e8f707
Merge branch 'bugfix/bump_check_copyright_v5.0' into 'release/v5.0'
...
tools: bump check-copyright in .pre-commit-config.yaml (v5.0)
See merge request espressif/esp-idf!24342
2023-07-11 16:39:46 +08:00
Roland Dobai
8b01e23558
Merge branch 'fix/ci_coredump_test' into 'release/v5.0'
...
Tools: remove failing IDF Monitor host tests with coredump and fix print filter without ELF file specified
See merge request espressif/esp-idf!24272
2023-07-11 16:39:06 +08:00
Roland Dobai
f0f859f964
Merge branch 'feature/submodules_sbom_v5.0' into 'release/v5.0'
...
tools: add sbom information for submodules (v5.0)
See merge request espressif/esp-idf!24241
2023-07-11 16:38:18 +08:00
Roland Dobai
b04c2f6f9b
Merge branch 'docs/add_Chinese_translation_for_api-guides/tools/idf-py_backport_v5.0' into 'release/v5.0'
...
docs: add CN translation for api-guides/tools/idf-py.rst (backport v5.0)
See merge request espressif/esp-idf!24187
2023-07-11 16:36:38 +08:00
Cai Xin Ying
6fa3982408
docs: add CN translation for api-guides/tools/idf-py.rst (backport v5.0)
2023-07-11 16:36:36 +08:00
morris
c227759a4d
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/rmt.rst_backport_v5.0' into 'release/v5.0'
...
docs: provide CN translation for api-reference/peripherals/rmt.rst (backport v5.0)
See merge request espressif/esp-idf!24539
2023-07-11 16:15:15 +08:00
Krzysztof Budzynski
3a7e3fbbf6
Merge branch 'contrib/github_pr_11743_v5.0' into 'release/v5.0'
...
docs(jtag): Update chip revisions to follow ESP32-C3 errata (GitHub PR) (v5.0)
See merge request espressif/esp-idf!24590
2023-07-11 16:10:33 +08:00
IhorNehrutsa
fb81668aab
fix(ledc): fix frequency calculation
...
ledc.c: Fix frequency calculation.
Round int instead of truncate.
Merges https://github.com/espressif/esp-idf/pull/11810
2023-07-11 15:28:19 +08:00
Mahavir Jain
c5f2db8b11
Merge branch 'docs/trans_wifi_provisioning_backport_v5.0' into 'release/v5.0'
...
Docs: add CN translation for api-reference/provisioning/wifi_provisioning.rst (backport v5.0)
See merge request espressif/esp-idf!24478
2023-07-11 15:25:45 +08:00
Cai Xin Ying
a71a6e4a30
Docs: add CN translation for api-reference/provisioning/wifi_provisioning.rst (backport v5.0)
2023-07-11 15:25:45 +08:00
Krzysztof Budzynski
9f0be63126
Merge branch 'docs/add_Chinese_translation_for_linux-host-requirements.rst_and_external-ram-esp32-notes.rst_backport_v5.0' into 'release/v5.0'
...
docs: provide CN translation for linux-host-requirements.rst and external-ram-esp32-notes.rst (backport v5.0)
See merge request espressif/esp-idf!24490
2023-07-11 15:21:33 +08:00
Cai Xin Ying
80db9fb3c6
docs: provide CN translation for linux-host-requirements.rst and external-ram-esp32-notes.rst (backport v5.0)
2023-07-11 15:21:33 +08:00
Marius Vikhammer
2ea42539a6
Merge branch 'docs/update_code_how_to_configure_multiple_antennas_of_wifi_v5.0' into 'release/v5.0'
...
docs: update code of how to configure multiple antennas of wifi (v5.0)
See merge request espressif/esp-idf!24457
2023-07-11 15:08:06 +08:00
Marius Vikhammer
c9129ba2d5
Merge branch 'docs/update_installation_prerequisites_for_ubuntu_debian_v5.0' into 'release/v5.0'
...
docs: update installation prerequisites for Ubuntu and Debian system (v5.0)
See merge request espressif/esp-idf!24452
2023-07-11 15:07:20 +08:00
Marius Vikhammer
1655084c90
Merge branch 'docs/fix_typo_in_api-reference_system_ota_v5.0' into 'release/v5.0'
...
fix a typo in api-reference/system/ota (v5.0)
See merge request espressif/esp-idf!24445
2023-07-11 15:07:07 +08:00
Marius Vikhammer
378f493851
Merge branch 'docs/fix_typo_in_api_guides_usb_otg_console_v5.0' into 'release/v5.0'
...
docs: fix a typo in api-guides/usb-otg-console (v5.0)
See merge request espressif/esp-idf!24454
2023-07-11 15:06:56 +08:00
Cao Sen Miao
e2925cde68
brownout: Disable the hardware BOD when BOD interrupt is enabled
2023-07-11 14:46:30 +08:00
Rahul Tank
a3722b4cc4
Nimble: Added Example Walkthrough tutorial for Multi Adv example
2023-07-11 11:49:06 +05:30
Rahul Tank
ab7df868cb
Nimble: Added Example Walkthrough tutorial for HTP example in nimble
2023-07-11 11:47:18 +05:30
Rahul Tank
55559c3b5b
Nimble:Added change to expose addr resolution API outside stack
2023-07-11 11:36:06 +05:30