Wang Meng Yang
|
62cc246d5f
|
Merge branch 'bugfix/fix_spp_initiator_connect_failed_v4.3' into 'release/v4.3'
Component_bt/Fix SPP initiator can not free resource when connection is failed[backport 4.3]
See merge request espressif/esp-idf!17745
|
2022-04-19 15:49:32 +08:00 |
|
songruo
|
d6c2bae1bc
|
gpio: fix wrong GPIO_IS_DEEP_SLEEP_WAKEUP_VALID_GPIO macro
Closes https://github.com/espressif/esp-idf/issues/8733
(cherry picked from commit 0d52cb04dc )
|
2022-04-18 22:29:52 +08:00 |
|
Zim Kalinowski
|
37ec8e835b
|
Merge branch 'bugfix/fix_heap_free_memory_v4.3' into 'release/v4.3'
Heap: fix free bytes calculation for TLSF heap (backport v4.3)
See merge request espressif/esp-idf!17689
|
2022-04-18 21:43:07 +08:00 |
|
songruojing
|
a7935539b5
|
i2c: Correct hal functions iram placement and remove IRAM_ATTR for i2c_hw_fsm_reset
Closes https://github.com/espressif/esp-idf/issues/8422
Closes https://github.com/espressif/esp-idf/issues/7249
(cherry picked from commit 1ceb7c8cd6 )
|
2022-04-18 21:07:52 +08:00 |
|
Mahavir Jain
|
6c27359d13
|
Merge branch 'bugfix/smtp_client_v4.3' into 'release/v4.3'
smtp_client: Fix heap leakage (v4.3)
See merge request espressif/esp-idf!17795
|
2022-04-18 14:37:01 +08:00 |
|
Michael (XIAO Xufeng)
|
6217fb46db
|
Merge branch 'bugfix/fix_variable_on_stack_bug_in_seg_slave_example_v4.3' into 'release/v4.3'
spi_slave_hd: fix stack variable bug in seg_slave example (v4.3)
See merge request espressif/esp-idf!16389
|
2022-04-18 13:10:34 +08:00 |
|
Michael (XIAO Xufeng)
|
99339caedc
|
Merge branch 'bugfix/spi_master_clear_error_fifo_status_v4.3' into 'release/v4.3'
spi_master: clear error fifo status before transaction starts (v4.3)
See merge request espressif/esp-idf!16207
|
2022-04-18 13:10:14 +08:00 |
|
Laukik Hase
|
638a1b9bf3
|
smtp_client: Fixed garbage characters being printed
- The R/W buffers were not cleared before reading/writing
anything new
|
2022-04-18 10:33:14 +05:30 |
|
Laukik Hase
|
df294b7b69
|
smtp_client: Fix heap leakage
- Freed all allocated resources by Mbed TLS at the end of routine
|
2022-04-18 10:33:14 +05:30 |
|
Michael (XIAO Xufeng)
|
6808bbc26c
|
Merge branch 'feature/esp32c3_eco4_v4.3' into 'release/v4.3'
esp32c3: Adds ECO4 revision (v4.3)
See merge request espressif/esp-idf!17718
|
2022-04-18 13:00:14 +08:00 |
|
Ivan Grokhotkov
|
5025931e7c
|
Merge branch 'bugfix/nvs_coverity_issues_4.3' into 'release/v4.3'
bugfix (nvs): Fixed issues found by Coverity (backport 4.3)
See merge request espressif/esp-idf!17763
|
2022-04-15 04:48:50 +08:00 |
|
Martin Vychodil
|
d1bb7cfb3f
|
fatfs: Fix putc_bfd compilation warning
Fixed FatFs\ff.c: warning: argument of type "TCHAR **" is incompatible with parameter of type "const TCHAR **"
Closes https://github.com/espressif/esp-idf/issues/5870
|
2022-04-14 11:55:33 +02:00 |
|
Jakob Hasse
|
e414dce1ff
|
bugfix (nvs): Fixed issues found by Coverity
* Fixed potential memory leak
* Fixed wrong strncpy usage
* Fixed potential out of bounds access
|
2022-04-14 08:30:03 +00:00 |
|
Roland Dobai
|
9c35eeecbd
|
Merge branch 'fix/revert_latest_git-v4.3' into 'release/v4.3'
Revert latest git (release v4.3)
See merge request espressif/esp-idf!17766
|
2022-04-14 00:19:39 +08:00 |
|
Tomas Sebestik
|
86ec13eb21
|
Revert latest git
|
2022-04-13 13:51:22 +02:00 |
|
Omar Chebib
|
2cc879120b
|
Heap: fix typos in test and component
|
2022-04-13 14:23:51 +08:00 |
|
liqigan
|
2a712fccd4
|
add missing unlock in btc_spp_cb_handler of BTA_JV_RFCOMM_WRITE_EVT
|
2022-04-13 10:44:11 +08:00 |
|
liqigan
|
0269d062d0
|
fix SPP initiator can not free resource when connection is failed
|
2022-04-13 10:44:11 +08:00 |
|
Roland Dobai
|
9ab1c4c9e0
|
Merge branch 'bugfix/gdbgui_deps_4.4_v4.3' into 'release/v4.3'
Tools: Fix incompatible package dependencies of gdbgui (v4.3)
See merge request espressif/esp-idf!17750
|
2022-04-13 01:41:16 +08:00 |
|
Roland Dobai
|
351a209540
|
Merge branch 'bugfix/python_env_not_installed_by_install.ps1_v4.3' into 'release/v4.3'
tools: fix python-env install by install.ps1 (v4.3)
See merge request espressif/esp-idf!17752
|
2022-04-12 23:23:55 +08:00 |
|
simon.chupin
|
a7c99f4eae
|
tools: fix python-env install by install.ps1
Closes https://github.com/espressif/esp-idf/issues/8647
|
2022-04-12 15:51:07 +02:00 |
|
Roland Dobai
|
2ddb34c3c0
|
Tools: Fix incompatible package dependencies of gdbgui
Closes https://github.com/espressif/esp-idf/issues/8760
|
2022-04-12 14:50:47 +02:00 |
|
Mahavir Jain
|
9cb98bf6da
|
Merge branch 'bugfix/http_code_v4.3' into 'release/v4.3'
esp_http_client, esp_https_ota: Handle HTTP 303 status code (v4.3)
See merge request espressif/esp-idf!17733
|
2022-04-11 19:29:29 +08:00 |
|
Elbert van de Put
|
217d2d0775
|
example/modbus_master: fix the assert for uart_set_pin
Signed-off-by: aleks <aleks@espressif.com>
Closes https://github.com/espressif/esp-idf/pull/8607
|
2022-04-11 11:28:09 +00:00 |
|
Mahavir Jain
|
47424affaf
|
Merge branch 'contrib/github_pr_8564_v4.3' into 'release/v4.3'
Fix nested redirect (GitHub PR) (v4.3)
See merge request espressif/esp-idf!17735
|
2022-04-11 18:33:47 +08:00 |
|
Shubham Kulkarni
|
3842d27be3
|
advanced_https_ota/example_test.py: Update redirect URL test to include two redirects
|
2022-04-11 09:48:31 +05:30 |
|
Shubham Kulkarni
|
68f206959b
|
esp_http_client: Add comment for clearing location field in esp_http_client_prepare
|
2022-04-11 09:48:31 +05:30 |
|
Nicklas Frahm
|
3a69b1d94f
|
esp_http_client: fix redirect by resetting location before parsing
Closes #8563.
Signed-off-by: Nicklas Frahm <nicklas.frahm@gmail.com>
|
2022-04-11 09:48:31 +05:30 |
|
Shubham Kulkarni
|
342f566002
|
esp_https_ota: Add check for 303 and 308 status code
Closes https://github.com/espressif/esp-idf/issues/8581
|
2022-04-11 09:44:14 +05:30 |
|
Shubham Kulkarni
|
983547290b
|
esp_http_client: Add new status code 303 and 308
|
2022-04-11 09:44:14 +05:30 |
|
Wang Meng Yang
|
9bec068e52
|
Merge branch 'bugfix/bt_add_some_debug_log_v4.3' into 'release/v4.3'
component_bt: Add some bluetooth debug log(v4.3)
See merge request espressif/esp-idf!17615
|
2022-04-11 10:53:47 +08:00 |
|
KonstantinKondrashov
|
edde9c7892
|
esp32c3: Adds ECO4 revision
|
2022-04-08 18:25:16 +08:00 |
|
Michael (XIAO Xufeng)
|
912f2ea76c
|
Merge branch 'bugfix/phy_regi2c_critical_section_v4.3' into 'release/v4.3'
esp_phy: use spinlock to avoid regi2c access conflicts (v4.3)
See merge request espressif/esp-idf!17692
|
2022-04-07 20:19:28 +08:00 |
|
Anton Maklakov
|
d9be879a76
|
Merge branch 'feature/add_component_manager_python_dependency_v4.3' into 'release/v4.3'
Build System: Add idf-component-manager python dependency (v4.3)
See merge request espressif/esp-idf!15663
|
2022-04-06 16:29:42 +08:00 |
|
Michael (XIAO Xufeng)
|
75c720bcd3
|
esp_phy: use spinlock to avoid regi2c access conflicts
|
2022-04-06 14:46:10 +08:00 |
|
Michael (XIAO Xufeng)
|
92d6c4a502
|
regi2c: use safe version of spinlock, instead of ISR ver
|
2022-04-06 12:19:51 +08:00 |
|
Omar Chebib
|
d7f614d58a
|
Heap: fix free bytes calculation for TLSF heap
* Closes https://github.com/espressif/esp-idf/issues/8270
|
2022-04-06 10:23:11 +08:00 |
|
David Čermák
|
d75674579e
|
Merge branch 'bugfix/websocket_example_echo_server_v4.3' into 'release/v4.3'
websocket: Updated Kconfig to use 'echo.websocket.events' echo server(v4.3)
See merge request espressif/esp-idf!17605
|
2022-04-04 18:59:38 +08:00 |
|
Roland Dobai
|
4efc516c1a
|
Merge branch 'feature/docker_image_latest_git' into 'release/v4.3'
Install always latest version of git (release-v4.3)
See merge request espressif/esp-idf!17651
|
2022-03-31 22:14:24 +08:00 |
|
Tomas Sebestik
|
2ffd558153
|
Install always latest version of git
Closes https://github.com/espressif/esp-idf/issues/8673
|
2022-03-31 12:27:21 +02:00 |
|
Michael (XIAO Xufeng)
|
52de71c60e
|
Merge branch 'Fix/update_reset_reason_v4.3' into 'release/v4.3'
update reset reason for c3/s3/h2 (v4.3)
See merge request espressif/esp-idf!17597
|
2022-03-30 17:54:22 +08:00 |
|
Vamshi Gajjela
|
39b6a3fcbf
|
vfs: bugfix vfs_fat_write/pwrite upon disk-full
Closes https://github.com/espressif/esp-idf/issues/5027
|
2022-03-30 09:56:15 +02:00 |
|
Wang Meng Yang
|
f789336ab9
|
Merge branch 'bugfix/wifi_prov_mgr_conn_issue_v4.3' into 'release/v4.3'
Wifi_prov_mgr: Fix for device disconnection after pairing (v4.3)
See merge request espressif/esp-idf!17621
|
2022-03-29 17:30:12 +08:00 |
|
wuzhenghui
|
1ef989a1b5
|
update reset reason for c3/s3/h2
|
2022-03-29 10:03:27 +08:00 |
|
Michael (XIAO Xufeng)
|
06ce378142
|
Merge branch 'bugfix/spi_free_crash_uninitialized_v4.3' into 'release/v4.3'
spi: fixed crash when calling spi_bus_free when not initialized (v4.3)
See merge request espressif/esp-idf!17609
|
2022-03-28 18:22:51 +08:00 |
|
Isha Pardikar
|
6a92fb2d76
|
Merge branch 'bugfix/wifi_prov_mgr_conn_issue' into 'release/v4.3'
NimBLE: Fixed device disconnection issue of wifi prov mgr
Closes IDF-4655
See merge request espressif/esp-idf!17621
|
2022-03-28 12:51:36 +05:30 |
|
xiongweichao
|
b729bf804d
|
Add some bluetooth debug log
|
2022-03-28 11:13:10 +08:00 |
|
Michael (XIAO Xufeng)
|
eca8b7ca41
|
spi: fixed crash when calling spi_bus_free when not initialized
introduced in 49a48644e4
Closes: https://github.com/espressif/esp-idf/issues/8642
|
2022-03-27 02:33:41 +08:00 |
|
Michael (XIAO Xufeng)
|
eeea576409
|
Merge branch 'bugfix/gpio_example_config_struct_zero_init_v4.3' into 'release/v4.3'
example: fixed the issue that config struct is not properly initialized (v4.3)
See merge request espressif/esp-idf!17588
|
2022-03-27 02:30:36 +08:00 |
|
dizcza
|
1457686a94
|
websocket: Updated Kconfig to use 'echo.websocket.events' echo server
Updated README to show how to run websocket echo server using Flask
Merges https://github.com/espressif/esp-idf/pull/8262
|
2022-03-25 16:28:29 +04:00 |
|