Jiang Jiang Jian
93bf6be8bd
Merge branch 'bugfix/ipc_blocking_v4.4' into 'release/v4.4'
...
esp_ipc: Fix a case when ipc_task() can wake up blocking task early (v4.4)
See merge request espressif/esp-idf!18415
2022-06-19 22:39:54 +08:00
Jiang Jiang Jian
44976afe6f
Merge branch 'bugfix/fatfs_mtime_dst_v4.4' into 'release/v4.4'
...
fatfs: fix incorrect mtime returned for files created during DST (v4.4)
See merge request espressif/esp-idf!18458
2022-06-19 22:36:25 +08:00
Matus Fabo
ac4d9888e0
add: Kconfig assert or errorcode option
...
add: private include header
add: macro encapsulation for assertion or error check
add: ESP_FAIL return code documentation in public headers
change: replaced all assertions by NVS_ASSERT_OR_RETURN macro
change: few internal function return values from void to esp_err_t
change: ESP_ERR_NVS_VALUE_TOO_LONG macro comment
2022-06-19 14:35:42 +00:00
aditi_lonkar
08c30b1c32
esp_wifi: Fix issue of ca certificate expired
2022-06-19 14:35:23 +00:00
xiongweichao
dc0650503b
Update the note of the gpio_intr_enable function
2022-06-19 14:33:13 +00:00
Jack
09b8af7398
fix the bug that some memory leaked in phy after wifi/ble deinit
2022-06-19 14:33:00 +00:00
Jack
af493beb76
deinit BB MAC back memory when they are not used
2022-06-19 14:33:00 +00:00
xiongweichao
8164030575
Fix AVDTP general reject format error.
2022-06-19 14:32:43 +00:00
KonstantinKondrashov
c9bec434aa
bootloader_efuse: Adds IRAM_ATTR for efuse API
...
Fixes startup of app for case:
bootloader with 40Mhz and app with 80Mhz (ESPTOOLPY_FLASHFREQ)
Closes https://github.com/espressif/esp-idf/issues/9156
2022-06-19 14:32:15 +00:00
Roland Dobai
f68ef7f325
Merge branch 'tools/csv_handling_overhaul_v4.4' into 'release/v4.4'
...
tools: Overhaul csv handling for mfg_gen and nvs_partition_gen (v4.4)
See merge request espressif/esp-idf!18567
2022-06-18 01:23:45 +08:00
Djordje Nedic
367dff055d
tools: overhaul csv handling for mfg_gen and nvs_partition_gen
...
This fixes the issue where multiline strings and strings with delimiters inside the nvs input csv file were incorrectly parsed, and adds back the ability to add comment lines anywhere in the CSV file.
The issue stems from the move away from the python built in csv module to manual parsing, which was made after moving away from using the csv module to parse mfg data.
This reverts back to using the csv module for parsing and writing csv data in both mfg_gen and nvs_partition_gen, fixes the original issue in mfg_gen and improves code quality which makes the code more readable and maintainable.
Closes https://github.com/espressif/esp-idf/issues/7175
2022-06-17 13:50:09 +00:00
Mahavir Jain
8062994960
Merge branch 'prov/update_protobuf_files' into 'release/v4.4'
...
provisioning: Updated proto auto-generated files for custom_config example
See merge request espressif/esp-idf!18569
2022-06-17 21:45:57 +08:00
Laukik Hase
b3c2a8c467
provisioning: Updated proto auto-generated files for custom_config example
2022-06-17 15:08:20 +05:30
Mahavir Jain
0391a7e9d0
Merge branch 'bugfix/fix_ws_ping_receive_v4.4' into 'release/v4.4'
...
fix(websocket): Support handler deal with PING and CLOSE frame (backport v4.4)
See merge request espressif/esp-idf!18529
2022-06-17 14:11:39 +08:00
Mahavir Jain
d02995240d
Merge branch 'fix/gitlab_404_local_mirror_v4.4' into 'release/v4.4'
...
Handle gitlab 404 error (v4.4)
See merge request espressif/esp-idf!16958
2022-06-16 15:59:59 +08:00
yuanjm
1bd2145d6b
ci: Add PING test for ci
2022-06-16 05:39:19 +00:00
yuanjm
7db0dcf72b
fix(websocket): Support handler deal with PING and CLOSE frame
2022-06-16 05:39:19 +00:00
Tomas Sebestik
a0b227cf85
Handle gitlab 404 error
...
ci: do not retry on 404 when LOCAL_GITLAB_HTTPS_HOST not set
2022-06-16 05:38:46 +00:00
Roland Dobai
70c1ea2092
Merge branch 'bugfix/spiffs_flake8_check_v4.4' into 'release/v4.4'
...
ci: exclude spiffs submodule from flake8 checks (v4.4)
See merge request espressif/esp-idf!18535
2022-06-16 13:37:17 +08:00
Ivan Grokhotkov
1638cf47e4
ci: exclude spiffs submodule from flake8 checks
2022-06-16 07:23:24 +02:00
Jiang Jiang Jian
71c176d587
Merge branch 'bugfix/freertos_stack_tcb_alloc_order_v4.4' into 'release/v4.4'
...
freertos: fix allocation order for stack and TCB per portSTACK_GROWTH (v4.4)
See merge request espressif/esp-idf!18455
2022-06-15 10:55:51 +08:00
Jiang Jiang Jian
b38ba40d4b
Merge branch 'bugfix/psram_startup_crash_v4.4' into 'release/v4.4'
...
psram: Fix startup crash when `CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0` (v4.4)
See merge request espressif/esp-idf!18500
2022-06-15 10:54:53 +08:00
Jiang Jiang Jian
1081d9ef7f
Merge branch 'bugfix/spi_bus_flag_check_v4.4' into 'release/v4.4'
...
driver(spi): fix flag check in bus initialization (v4.4)
See merge request espressif/esp-idf!18463
2022-06-15 10:54:25 +08:00
Jiang Jiang Jian
c1ee8ceda8
Merge branch 'bugfix/esp_crt_bundle_build_issue_v4.4' into 'release/v4.4'
...
esp_crt_bundle: Fix build problems if MBEDTLS_CERTIFICATE_BUNDLE is disabled (v4.4)
See merge request espressif/esp-idf!18464
2022-06-15 10:53:46 +08:00
Jiang Jiang Jian
9fbdb65ac3
Merge branch 'docs/update_pairing_popup_troubleshoot_v4.4' into 'release/v4.4'
...
docs: Added a subsection for FAQ regarding paring pop up during provisioning (v4.4)
See merge request espressif/esp-idf!18497
2022-06-15 10:53:20 +08:00
Jiang Jiang Jian
65c85e34b1
Merge branch 'bugfix/cpu_cycle_count_not_iram_v4.4' into 'release/v4.4'
...
HAL: place cpu_ll_get_cycle_count in IRAM (v4.4)
See merge request espressif/esp-idf!18293
2022-06-15 10:52:48 +08:00
Jiang Jiang Jian
aa95c6545b
Merge branch 'fix/usb/buffer_sizes_backport_v4.4' into 'release/v4.4'
...
usb: TinyUSB buffer sizes (backport v4.4)
See merge request espressif/esp-idf!18502
2022-06-15 10:51:27 +08:00
Jiang Jiang Jian
4aada814cc
Merge branch 'feature/remove_back_compatible_with_s3beta_rom_v4.4' into 'release/v4.4'
...
spi_flash: remove back-compatible with caller function of S3Beta ROM(backport v4.4)
See merge request espressif/esp-idf!18504
2022-06-15 10:50:53 +08:00
Jiang Jiang Jian
08643e5184
Merge branch 'bugfix/rmt_register_file' into 'release/v4.4'
...
rmt: fix error in rmt register file (v4.4)
See merge request espressif/esp-idf!18511
2022-06-15 10:50:34 +08:00
Jiang Jiang Jian
4908c4e27d
Merge branch 'bugfix/eap_method_selection_release_v4.4' into 'release/v4.4'
...
esp_wifi: Fix the negotiation of method with eap server.
See merge request espressif/esp-idf!18507
2022-06-15 10:50:03 +08:00
Jiang Jiang Jian
18c02b7a24
Merge branch 'bugfix/wlan_fixes_backports' into 'release/v4.4'
...
esp_wifi: Backport some WLAN fixes(v4.4)
See merge request espressif/esp-idf!18495
2022-06-15 10:48:51 +08:00
morris
1ba0bf31b6
rmt: fix error in rmt register file
...
Closes https://github.com/espressif/esp-idf/issues/9100
2022-06-14 22:10:00 +08:00
jiangguangming
7706cc8daf
spi_flash: remove back-compatible with caller function of S3Beta ROM
2022-06-14 19:30:59 +08:00
Tomas Rezucha
3806e36807
usb: Fixed RX buffer min size
2022-06-14 12:49:42 +02:00
morris
2b001daa78
Merge branch 'docs/i2c_thread_safety_backport_v4.4' into 'release/v4.4'
...
docs: Fix I2C thread-safety (backport v4.4)
See merge request espressif/esp-idf!18186
2022-06-14 18:45:07 +08:00
Hrudaynath Dhabe
7543b94b38
esp_wifi: Fix the negotiation of method with eap server.
2022-06-14 15:10:14 +05:30
Kapil Gupta
d7b5381fd2
esp_wifi: Remove group cipher check for PMF connection
2022-06-14 14:49:51 +05:30
Kapil Gupta
9fb3ad9946
wpa_supplicant: Unicast key renew in TKIP mic failure
...
Currently we always request group key renew for during
TKIP mic failure. Add support for unicast/multicast
key renew as per packet.
2022-06-14 14:49:51 +05:30
Kapil Gupta
f05d741c03
esp_wifi: Add APIs to check BTM and RRM support of connected AP
2022-06-14 14:49:51 +05:30
Kapil Gupta
972aa9a9a9
esp_wifi: Changes to not use pmkid caching when SSID is changed
2022-06-14 14:49:51 +05:30
Kapil Gupta
e4df46011c
wpa_supplicant: Fix issues reported by coverity
2022-06-14 14:49:51 +05:30
Jiang Jiang Jian
a40641e3b1
Merge branch 'bugfix/wifi_backport_v4.4_0613' into 'release/v4.4'
...
esp_wifi: backport some wifi fix(v4.4)
See merge request espressif/esp-idf!18486
2022-06-14 17:12:26 +08:00
Laukik Hase
ed439cc7f3
freertos: Indicate completed initialization for APP CPU with idle task hook
...
Co-authored-by: Mahavir Jain <mahavir@espressif.com>
2022-06-14 14:19:01 +05:30
Jiang Jiang Jian
288929eb3a
Merge branch 'bugfix/fix_ble_ext_adv_parameter_detection_v4.4' into 'release/v4.4'
...
component/bt: check the ble ext adv parameters (backport release/v4.4)
See merge request espressif/esp-idf!18489
2022-06-14 16:35:25 +08:00
Rahul Tank
8ad4039cc4
docs: Added a subsection for FAQ regarding paring pop up during provisioning
2022-06-14 11:26:16 +05:30
xiewenxiang
49baddf113
component/bt: check the ble ext adv parameters
2022-06-14 11:30:13 +08:00
Jiang Jiang Jian
6bbdcbef1e
Merge branch 'bugfix/pm_enabled_bt_build_fail_v4.4' into 'release/v4.4'
...
Bluetooth build fail when power management is enabled(v4.4)
See merge request espressif/esp-idf!18375
2022-06-14 11:22:40 +08:00
Jiang Jiang Jian
6297fa4039
Merge branch 'feature/vfs_spiffs_(f)truncate_support_v4.4' into 'release/v4.4'
...
spiffs: Add vfs (f)truncate api support (v4.4)
See merge request espressif/esp-idf!17968
2022-06-14 11:22:08 +08:00
chenjianxing
e88621532e
esp_wifi: backport some wifi fix
...
1. add ht40 support for espnow & 80211_tx
2. fix smartconfig v2 bssid is zero issue
3. Optimize phy calibration time for C3 and S3
2022-06-14 10:57:47 +08:00
Mahavir Jain
3e93a8c15f
test_apps: add build only test for !MBEDTLS_CERTIFICATE_BUNDLE
2022-06-12 09:31:37 +05:30