Axel Lin
|
e144a60206
|
wpa_supplicant: Fix memory leak in esp_issue_scan error paths
Fix memory leak when allocate memory for params->ssid / params->bssid fails.
Fixes: 27101f9454 ("wpa_supplicant: Add initial roaming support")
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Sagar Bijwe <sagar@espressif.com>
Merges https://github.com/espressif/esp-idf/pull/7240
|
2021-08-11 13:07:31 +08:00 |
|
Harshit Malpani
|
baa2faa94b
|
provisioning: fix wifi warning in wifi_prov_mgr application
Scan configuration parameters should not modify in co-existence mode.
|
2021-08-11 09:54:37 +05:30 |
|
Dai Zi Yan
|
9998e88ada
|
Merge branch 'docs/add_GPIO_list_for_each_chip' into 'master'
docs:add GPIO reference list for chip ESP32,ESP32-S2 , ESP32-C3 and ESP32-S3
Closes DOC-1540
See merge request espressif/esp-idf!14281
|
2021-08-11 04:10:02 +00:00 |
|
daiziyan
|
454f027f51
|
docs:add GPIO reference list for chip ESP32,ESP32-S2, ESP32-C3 and ESP32-S3
|
2021-08-11 10:53:20 +08:00 |
|
Li Shuai
|
de28280fd3
|
Merge branch 'bugfix/sleep_rtc_bus_isolate_issue' into 'master'
fix rtc register read error and add workaround for rtc bus isolate issue
Closes WIFI-3896
See merge request espressif/esp-idf!14721
|
2021-08-11 02:13:40 +00:00 |
|
morris
|
69cdc7fe7d
|
Merge branch 'example/add_s3_support_blink' into 'master'
Added support for the ESP32-S3 in the blink example
See merge request espressif/esp-idf!13035
|
2021-08-10 16:10:26 +00:00 |
|
Roland Dobai
|
37cde5bf4b
|
Merge branch 'update_copyright_notice_esp_hw_support_3' into 'master'
esp_hw_support: update copyright notice 3
See merge request espressif/esp-idf!14727
|
2021-08-10 15:37:16 +00:00 |
|
Ondrej Kosta
|
a37e4b18c6
|
phy_lan87xx: extended Vendor Specific Registers definition
Extended Vendor Specific Registers definition to include definitions for LAN8740A/LAN8741A/LAN8742A
Closes https://github.com/espressif/esp-idf/pull/7269
|
2021-08-10 15:54:32 +02:00 |
|
morris
|
6fdc5877cd
|
lcd: support i80 LCD on esp32/s2/s3
|
2021-08-10 21:06:59 +08:00 |
|
morris
|
3bcd9278fa
|
i2s: expose resource object to other component
|
2021-08-10 21:06:59 +08:00 |
|
morris
|
1656cee69d
|
i2s: correct soc info
1. remove non-exist I2S instance
2. update soc_caps.h, i2s_ll.h
|
2021-08-10 21:06:59 +08:00 |
|
Jan Brudný
|
5195b6a237
|
esp_hw_support: update copyright notice 5
|
2021-08-10 13:32:08 +02:00 |
|
Jan Brudný
|
f51e20d814
|
esp_hw_support: update copyright notice 4
|
2021-08-10 13:31:53 +02:00 |
|
Jan Brudný
|
7f50818a99
|
esp_hw_support: update copyright notice 3
|
2021-08-10 13:30:57 +02:00 |
|
Wang Meng Yang
|
189ccc5493
|
Merge branch 'bugfix/fix_deep_sleep_miss_bug_mr_master' into 'master'
Fixed missing the sleep time
See merge request espressif/esp-idf!14550
|
2021-08-10 11:15:55 +00:00 |
|
Michael (XIAO Xufeng)
|
e37873f285
|
Merge branch 'bugfix/uart_driver_obj_into_sram' into 'master'
uart: put driver object into sram
Closes IDFGH-5281 and IDFGH-5634
See merge request espressif/esp-idf!13606
|
2021-08-10 09:35:36 +00:00 |
|
morris
|
56760c9669
|
pcnt: refactor hal driver
|
2021-08-10 17:19:21 +08:00 |
|
suda-morris
|
9920271c21
|
pcnt: update pcnt soc data for all targets
|
2021-08-10 17:19:21 +08:00 |
|
XieWenxiang
|
30ccfdb3b9
|
component/bt: fix bluedroid host auto update PPCP attribute value
|
2021-08-10 17:18:49 +08:00 |
|
Nachiket Kukade
|
ae4bf5bdac
|
Merge branch 'docs/wifi_security_and_dpp' into 'master'
docs: Separate section for WiFi security, added DPP Doc
See merge request espressif/esp-idf!9082
|
2021-08-10 09:06:10 +00:00 |
|
Ivan Grokhotkov
|
25ab0aeee6
|
ci: don't download artifacts for docker build job
|
2021-08-10 11:29:25 +03:00 |
|
morris
|
f0fab687ad
|
pid_ctrl: abstract into example common component
|
2021-08-10 15:32:06 +08:00 |
|
pedro.minatel
|
50adfe8eab
|
Added support for the ESP32-S3 in the blink example
|
2021-08-10 15:32:02 +08:00 |
|
laokaiyao
|
b6c5a6ee8b
|
mcpwm: DC motor PID control example
|
2021-08-10 15:31:45 +08:00 |
|
Nachiket Kukade
|
f38b18f046
|
docs: Separate Doc on WiFi security, added DPP Doc
1. Add new Doc on WiFi security
2. Add DPP related Doc under WiFi
3. Add Supplicant public headers in Doxyfile
|
2021-08-10 12:35:43 +05:30 |
|
Jakob Hasse
|
88eb4fa6a6
|
[mocks]: moved mocks dir to tools/
|
2021-08-10 14:45:42 +08:00 |
|
Li Shuai
|
a82f33c9b5
|
fix rtc register read error and add workaround for rtc bus isolate issue
|
2021-08-10 12:01:29 +08:00 |
|
Marius Vikhammer
|
6a2f7b6f88
|
ld: rename .ext_ram.noinit to .ext_ram_noinit
Older versions of the coredump utility tool do not correctly
handle this nameing scheme. Rename to keep forward compatibility.
|
2021-08-10 11:13:54 +08:00 |
|
morris
|
768af636a6
|
mcpwm: updated brushed dc example
|
2021-08-10 10:42:12 +08:00 |
|
Zim Kalinowski
|
0f0bd29f8f
|
Merge branch 'zims-freertos-sync-1' into 'master'
freertos: Sync safe changes from Amazon SMP branch
See merge request espressif/esp-idf!14699
|
2021-08-09 21:13:51 +00:00 |
|
Zim Kalinowski
|
afc77dbc5a
|
freertos: Sync safe changes from Amazon SMP branch
|
2021-08-10 05:13:43 +08:00 |
|
aleks
|
60ac95a6b2
|
freemodbus: fix invalid error handling for duplicate param_key
|
2021-08-09 14:32:22 +02:00 |
|
Roland Dobai
|
03b361c5a6
|
Merge branch 'update_copyright_notice_esp_hw_support_2' into 'master'
esp_hw_support: update copyright notice 2
See merge request espressif/esp-idf!14678
|
2021-08-09 07:50:26 +00:00 |
|
Wang Meng Yang
|
8652b1d576
|
Merge branch 'bugfix/btdm_esp32_ble_white_list_connection_fail' into 'master'
Fixed ESP32 BLE can't resolve the peer address when enable white list
See merge request espressif/esp-idf!14348
|
2021-08-09 06:46:08 +00:00 |
|
Yang Zhao
|
d1f4b74812
|
The controller may miss the sleep time caculated before. So it will stuck
in the loop to get the deep sleep HW flag. Then the watchdog issue happen.
|
2021-08-09 13:13:51 +08:00 |
|
Jakob Hasse
|
69ea35ffac
|
Merge branch 'feature/freertos_mock' into 'master'
[freertos] Freertos mock
See merge request espressif/esp-idf!14493
|
2021-08-09 02:52:55 +00:00 |
|
Marius Vikhammer
|
4b07fcca65
|
Merge branch 'bugfix/crypto_gdma_transfer_ability' into 'master'
aes/sha: change gdma transfer ability for sram to be 1 byte aligned
Closes IDF-3676
See merge request espressif/esp-idf!14665
|
2021-08-09 01:15:36 +00:00 |
|
Ivan Grokhotkov
|
95699a9260
|
Merge branch 'bugfix/libsodium_build_with_gnu_make' into 'master'
libsodium: fix build issues with GNU Make
Closes IDF-3673
See merge request espressif/esp-idf!14661
|
2021-08-08 07:20:02 +00:00 |
|
Mahavir Jain
|
83956ebbae
|
Merge branch 'feature/update_efuses_for_esp32s2' into 'master'
efuse(esp32s2): Added flash_ver, psram_ver, pkg_ver efuses
Closes IDF-3263
See merge request espressif/esp-idf!13644
|
2021-08-06 14:24:20 +00:00 |
|
Jiang Jiang Jian
|
6e1f8a68b9
|
Merge branch 'feature/support_esp32s3_wifi_lightsleep' into 'master'
support esp32s3 wifi lightsleep
Closes IDF-1781
See merge request espressif/esp-idf!14569
|
2021-08-06 12:51:46 +00:00 |
|
Alexey Gerenkov
|
bf0431f026
|
Merge branch 'feature/oocd_ver_upgrade' into 'master'
tools: Updates OpenOCD version to 'v0.10.0-esp32-20210721'
See merge request espressif/esp-idf!14514
|
2021-08-06 11:55:00 +00:00 |
|
Roland Dobai
|
7384149780
|
Merge branch 'update_copyright_notice_esp32s2_esp32s3' into 'master'
esp32s2, esp32s3: update copyright notice
See merge request espressif/esp-idf!13831
|
2021-08-06 10:36:07 +00:00 |
|
Jakob Hasse
|
84d184bdb0
|
Merge branch 'bugfix/nvs_corrupted_storage_crashes_app' into 'master'
[NVS]: fix crashes from entry state 1
See merge request espressif/esp-idf!14548
|
2021-08-06 09:14:21 +00:00 |
|
Jakob Hasse
|
c9984faaef
|
[mocks]: freertos mock
[esp_event]: added preliminary host-based tests
|
2021-08-06 17:08:21 +08:00 |
|
Wang Fang
|
59aa60d52a
|
Merge branch 'docs/provide_apb_clock_frequency_in_api-reference_timers' into 'master'
docs: provide APB clock frequency in api-reference/timers
Closes DOC-1689
See merge request espressif/esp-idf!14593
|
2021-08-06 06:50:26 +00:00 |
|
Roland Dobai
|
9c934e87f3
|
Merge branch 'update_copyright_notice_esp_hw_support_1' into 'master'
esp_hw_support: update copyright notice
See merge request espressif/esp-idf!14677
|
2021-08-06 06:17:37 +00:00 |
|
morris
|
dbeb4bdb84
|
uart: support alloc driver object in SRAM
If CONFIG_UART_ISR_IN_IRAM is on, which means user hope the uart
interrupt can still be serviced even when cache is diabled (e.g.
writing to flash). In that case, the driver should make sure to
put the all related objects into SRAM, avoid putting them in the PSRAM.
Closes https://github.com/espressif/esp-idf/issues/7044
Closes https://github.com/espressif/esp-idf/pull/7355
|
2021-08-06 13:37:40 +08:00 |
|
morris
|
62d9109eb5
|
uart: format driver code by astyle
|
2021-08-06 13:36:57 +08:00 |
|
KonstantinKondrashov
|
3cf4fbc150
|
efuse(esp32s2): Added flash_ver, psram_ver, pkg_ver efuses
|
2021-08-06 13:14:54 +08:00 |
|
Mahavir Jain
|
7b5f731cce
|
Merge branch 'esp32c3/override_assert' into 'master'
newlib: Override __assert and __assert_func
Closes IDF-3196 and IDFGH-5473
See merge request espressif/esp-idf!13740
|
2021-08-06 05:02:00 +00:00 |
|