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 |
|
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 |
|
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 |
|
Jiang Jiang Jian
|
20106fc141
|
Merge branch 'bugfix/fix_phy_i2c_crash_v4.3' into 'release/v4.3'
esp_phy: Add IRAM_ATTR for phy i2c spinlock (v4.3)
See merge request espressif/esp-idf!17843
|
2022-04-21 11:38:57 +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 |
|
Mahavir Jain
|
54d9f265dc
|
Merge branch 'bugfix/linenoise_unint_buffer_and_color_v4.3' into 'release/v4.3'
console: linenoise: fix usage of an uninitialized buffer, fix no-color output (v4.3)
See merge request espressif/esp-idf!17830
|
2022-04-20 21:01:16 +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 |
|
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 |
|
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 |
|