Jiang Jiang Jian
|
e48cf0c188
|
Merge branch 'bugfix/interrupted_thread_gdb_bt_v4.3' into 'release/v4.3'
riscv: Fixes GDB backtrace of interrupted threads (v4.3)
See merge request espressif/esp-idf!17722
|
2022-04-23 13:56:51 +08:00 |
|
Jiang Jiang Jian
|
3477c342e2
|
Merge branch 'bugfix/rrm_dpp_task_delete_v4.3' into 'release/v4.3'
wpa_supplicant: backport WLAN fixes (release v4.3)
See merge request espressif/esp-idf!17656
|
2022-04-23 13:50:57 +08:00 |
|
Jack
|
ffd68203f6
|
fix build error
|
2022-04-22 21:52:42 +08:00 |
|
Omar Chebib
|
e1d3993309
|
RISC-V: Fix vectors.S assembly file indentation and macro usage
The file is now more consistent as the macros have been fixed, more comments
have been added and the indentation is now using spaces only.
|
2022-04-22 13:17:59 +03:00 |
|
Alexey Gerenkov
|
dfd3a9c3bc
|
riscv: Use semihosting to set breakpoint and watchpoint when running under debugger
|
2022-04-22 13:17:54 +03:00 |
|
Alexey Gerenkov
|
4edc903bb3
|
riscv: Adds support for returning from exception handler
|
2022-04-22 12:38:16 +03:00 |
|
Alexey Gerenkov
|
e688645ff9
|
riscv: Fixes GDB backtrace end function to point to prvTaskExitError
|
2022-04-22 12:38:16 +03:00 |
|
Alexey Gerenkov
|
f8a0279e5d
|
riscv: Fixes GDB backtrace of interrupted threads
Save missed SP value on stack
|
2022-04-22 12:38:16 +03:00 |
|
Jack
|
81d1226f53
|
ESP_WIFI: Remove static analysis warnings
|
2022-04-22 17:17:48 +08:00 |
|
Jiang Jiang Jian
|
846cbf14dc
|
Merge branch 'bugfix/spiffs_check_part_alignment_v4.3' into 'release/v4.3'
spiffs: add init checks for partition alignment and data types (v4.3)
See merge request espressif/esp-idf!17836
|
2022-04-22 13:07:03 +08:00 |
|
morris
|
a818e9ca91
|
Merge branch 'bugfix/fix_adc_digital_not_reset_issue_v4.3' into 'release/v4.3'
adc: fix adc digital not reset issue (v4.3)
See merge request espressif/esp-idf!17427
|
2022-04-22 12:43:44 +08:00 |
|
Jiang Jiang Jian
|
1ad55d707b
|
Merge branch 'origin/bugfix/i2c_iram_placement_fix_v4.3' into 'release/v4.3'
i2c: Correct hal functions iram placement and remove IRAM_ATTR for i2c_hw_fsm_reset (backport v4.3)
See merge request espressif/esp-idf!17805
|
2022-04-22 11:08:17 +08:00 |
|
Jiang Jiang Jian
|
1d72f077c5
|
Merge branch 'bugfix/scan_mixed_keymgmt_issue_v4.3' into 'release/v4.3'
Combined fix for scan issue and PMF disable API (Backport v4.3)
See merge request espressif/esp-idf!17749
|
2022-04-22 10:58:47 +08:00 |
|
Kapil Gupta
|
6d3dc2e616
|
wpa_supplicant: Remove scan done event in task
|
2022-04-22 02:40:15 +00:00 |
|
Kapil Gupta
|
8ef2842074
|
wpa_supplicant: static analysis fixes
|
2022-04-22 02:40:15 +00:00 |
|
Kapil Gupta
|
bf4f9b9e41
|
wpa_supplicant: Add BTM security checks
|
2022-04-22 02:40:15 +00:00 |
|
Kapil Gupta
|
b1f7ad6983
|
esp_example: Enable MbedTLS for DPP enrollee by default
|
2022-04-22 02:40:15 +00:00 |
|
Kapil Gupta
|
fdbb3da1b4
|
wpa_supplicant: Correct task deletion for RRM and DPP tasks
Closes https://github.com/espressif/esp-idf/issues/7409
|
2022-04-22 02:40:15 +00:00 |
|
Ivan Grokhotkov
|
9532e1ccc6
|
Merge branch 'bugfix/vfs_fat_(p)write_on_diskfull_v4.3' into 'release/v4.3'
vfs: bugfix vfs_fat_write/pwrite upon disk-full (v4.3)
See merge request espressif/esp-idf!17650
|
2022-04-21 23:12:44 +08:00 |
|
Armando
|
f8c098658c
|
adc: fix adc digital not reset issue
|
2022-04-21 19:29:15 +08:00 |
|
Michael (XIAO Xufeng)
|
21daee7dce
|
Merge branch 'bugfix/wrong_gpio_is_deep_sleep_wakeup_valid_gpio_v4.3' into 'release/v4.3'
gpio: fix wrong GPIO_IS_DEEP_SLEEP_WAKEUP_VALID_GPIO macro (backport v4.3)
See merge request espressif/esp-idf!17806
|
2022-04-21 18:17:20 +08:00 |
|
Nachiket Kukade
|
436be30045
|
esp_wifi: Update wifi lib
1. In scan, correctly identify AP's with mixed key mgmt
2. Add API to disable PMF configuration
|
2022-04-21 14:40:21 +05:30 |
|
Jiang Jiang Jian
|
4ef87d2505
|
Merge branch 'update/c3_s3_phy_lib_20220419_v4.3' into 'release/v4.3'
Update/c3 s3 phy lib aa05aec (backport v4.3)
See merge request espressif/esp-idf!17816
|
2022-04-21 16:04:49 +08:00 |
|
morris
|
d04a94320a
|
Merge branch 'bugfix/fix_adc_calibration_light_sleep_issue_v4.3' into 'release/v4.3'
adc: fix calibration error when waking up from light sleep (v4.3)
See merge request espressif/esp-idf!16929
|
2022-04-21 15:56:10 +08:00 |
|
Michael (XIAO Xufeng)
|
8b1826f86e
|
Merge branch 'bugfix/spi_slave_intr_iram_v4.3' into 'release/v4.3'
driver: spi_slave: make sure CS helpers are in IRAM if the ISR is (v4.3)
See merge request espressif/esp-idf!17832
|
2022-04-21 15:50:03 +08:00 |
|
xiewenxiang
|
9b0e8266c8
|
Update esp c3 phy lib (aa05aec)
|
2022-04-21 11:08:30 +08:00 |
|
xiewenxiang
|
f4e5ba7d9f
|
esp_phy: Add IRAM_ATTR for phy i2c spinlock
|
2022-04-21 02:56:30 +08:00 |
|
Ivan Grokhotkov
|
51af60adf0
|
spiffs: add init checks for partition alignment and data types
Closes https://github.com/espressif/esp-idf/issues/8593
|
2022-04-20 12:53:57 +02:00 |
|
Ivan Grokhotkov
|
e0f7d6834d
|
driver: spi_slave: make sure CS helpers are in IRAM if the ISR is
Closes https://github.com/espressif/esp-idf/issues/3870
|
2022-04-20 12:50:14 +02:00 |
|
Ivan Grokhotkov
|
5628f1f21d
|
console: linenoise: fix usage of an uninitialized buffer
Reported in https://github.com/espressif/esp-idf/issues/6440
The issue could occur if esp_console_config_t::hint_color
was set to -1.
|
2022-04-20 16:03:23 +05:30 |
|
Ivan Grokhotkov
|
be564ffd28
|
console: disable colored hints if CONFIG_LOG_COLORS is not set
|
2022-04-20 16:03:22 +05:30 |
|
Michael (XIAO Xufeng)
|
1ffc02dfaf
|
Merge branch 'feature/esp32c3_usbjtag_console_blocking_v4.3' into 'release/v4.3'
usb_serial_jtag: Add blocking driver to support vfs (backport v4.3).
See merge request espressif/esp-idf!17330
|
2022-04-20 16:30:12 +08:00 |
|
Ivan Grokhotkov
|
0c7d32bcdb
|
Merge branch 'bugfix/fatfs_warning_fix_v4.3' into 'release/v4.3'
fatfs: Fix putc_bfd compilation warning (v4.3)
See merge request espressif/esp-idf!17523
|
2022-04-20 16:20:52 +08:00 |
|
Cao Sen Miao
|
671303bbd5
|
usb_serial_jtag: Add blocking driver to support vfs.
|
2022-04-19 16:21:20 +08:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|