InfiniteYuan
30e4f83127
bugfix: Delete local variables to avoid null global variables
2020-11-25 20:51:24 +08:00
wangcheng
a8035d21ef
ble_mesh: add ble mesh coex test example
2020-11-22 20:37:10 +08:00
Jiang Jiang Jian
5b73ec939c
Merge branch 'bugfix/fix_some_wifi_bugs_1120_v4.1' into 'release/v4.1'
...
WiFi: fix some wifi bugs 1120 (backport v4.1)
See merge request espressif/esp-idf!11317
2020-11-22 20:07:37 +08:00
dongyou
d950d3b6b0
WIFI: Iperf example's parameter opt was uninitialized, may leads setsockoption invalide if it equal to 0
2020-11-22 18:05:12 +08:00
Jan-Hendrik Frintrop
87bd31983c
Fixed links to example directories for fast_scan and scan
...
Signed-off-by: ronghulin <ronghulin@espressif.com>
https://github.com/espressif/esp-idf/pull/5186
2020-11-22 17:55:09 +08:00
Nachiket Kukade
ffc87ab7d9
esp_wifi: Update wifi lib
...
1. Add STA checks during STA PMF operations
2. Fix WPA2-Ent issue with Open AP
3. Skip WPA-TKIP profile if PMF is required
4. Skip & clear Supplicant PMK Cache with mismatching AP config
5. Use flag ESP32_WIFI_ENABLE_WPA3_SAE to control WPA3 code, disabling
it code footprint reduces by 7.7kB in libwpa_supplicant.a
6. Fix handling of multiple AP credentials in WPS, apps need update
to handle the new event for the fix to work
Closes https://github.com/espressif/esp-idf/issues/5971
2020-11-20 19:45:21 +08:00
xueyunfei
62d1f3f9ba
backport bugfix lwip for v4.1
2020-11-20 14:40:26 +08:00
Island
9798f2c9b0
Merge branch 'optimize/ble_mesh_reduce_code_size_v4.1' into 'release/v4.1'
...
ble_mesh: stack: Optimization introduced to reduce code size (v4.1)
See merge request espressif/esp-idf!11249
2020-11-18 20:08:29 +08:00
Jiang Jiang Jian
ae202d81ec
Merge branch 'bugfix/fix_ag_outging_callback_not_triggered_v4.1' into 'release/v4.1'
...
Bugfix/Fix Ag Example Outgoing Callback Not Triggered [backport v4.1]
See merge request espressif/esp-idf!11019
2020-11-18 11:40:07 +08:00
lly
c53fe053e7
ble_mesh: example: Update sdkconfig test files for disabling Health Server model
2020-11-17 11:06:34 +08:00
lly
ea1c51639f
ble_mesh: example: Fix fast provisioning compile error
2020-11-17 11:06:34 +08:00
lly
447d19776c
ble_mesh: ci: Add disabling mesh model sdkconfig test files
2020-11-17 11:06:34 +08:00
lly
22cfa7ea6a
ble_mesh: ci: Add disabling mesh deinit sdkconfig test files
2020-11-17 11:06:33 +08:00
Angus Gratton
5bb72ea5cc
Merge branch 'bugfix/cmake_example_sdkconfig_path_v4.1' into 'release/v4.1'
...
cmake/example: Move idf_as_lib sdkconfig path to project, document configuring project (v4.1)
See merge request espressif/esp-idf!10860
2020-11-16 12:14:00 +08:00
Mahavir Jain
00fb496eda
Merge branch 'fix/esp_local_ctrl_update_expired_cert_v4.1' into 'release/v4.1'
...
esp_local_ctrl: Updated the expired cacert.pem (v4.1)
See merge request espressif/esp-idf!11207
2020-11-12 23:20:37 +08:00
Axel Lin
21dc6d1bf1
esp_modem: Ensure uart_param_config and uart pins are set before uart_driver_install
...
Fixes Guru Meditation Error: Core 0 panic'ed (LoadProhibited) when config with
CONFIG_PM_ENABLE=y && CONFIG_PM_DFS_INIT_AUTO=y.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Merges https://github.com/espressif/esp-idf/pull/4904
2020-11-12 07:15:39 +01:00
David Cermak
e4575b20a1
esp_modem: pppos_client modem to use uart with REF_TICK
...
pppos_client example used the UART default clock configuration which might
cause issues if power management enabled. Settings updated to UART_SCLK_REF_TICK
Also need to explicitly disable RX interrupts in UART pattern detection
mode.
Closes https://github.com/espressif/esp-idf/issues/4801
2020-11-12 07:13:13 +01:00
Jiang Jiang Jian
86dd11f176
Merge branch 'bugfix/esp_netif_ppp_setdefault_fix_v4.1' into 'release/v4.1'
...
ESP-NETIF: Set default interface for ppp netif must be called from lw_ip context (v4.1)
See merge request espressif/esp-idf!11196
2020-11-12 14:05:50 +08:00
Jiang Jiang Jian
29a995dd78
Merge branch 'bugfix/pppos_ignored_modem_start_return_v4.1' into 'release/v4.1'
...
pppos client: modem netif fix ignoring potential modem-start error (v4.1)
See merge request espressif/esp-idf!11199
2020-11-12 14:03:54 +08:00
Aditya Patwardhan
2357d05427
esp_local_ctrl: Updated the expired cacert.pem
2020-11-12 10:16:54 +05:30
David Cermak
07c41378fb
pppos client: modem netif fix ignoring potential modem-start error
...
esp-modem netif glue layer implements esp-netif attach callback to setup corresponding driver functions and start the modem. The error code of esp_modem_start_ppp() was ignored and ESP_OK returned in all cases. Fixed by passing esp_modem_start_ppp()'s error code to post_attach callback.
Closes https://github.com/espressif/esp-idf/issues/5430
2020-11-11 14:25:05 +01:00
morris
e8834b66c5
fix esp_modem switch mode timeout
...
Closes https://github.com/espressif/esp-idf/issues/3506
Closes https://github.com/espressif/esp-idf/issues/4324
2020-11-11 14:19:23 +01:00
David Cermak
4c1ad38f79
esp-netif-ppp: support for setting ppp netif up and down
...
calling esp_netif_up() and esp_netif_down() was not supported if the
underlying netif wos of ppp type. Updated the code to enable setting
these interfaces up/down and registered actions in moden_netif glue for
connection/disconnection events to set the netif up/down.
2020-11-11 13:29:13 +01:00
Chen Yu Dong
96a650169a
bugfix: import error in example tests
2020-10-29 21:14:54 +08:00
liqigan
c89640103f
fix ag example outgoing callback not triggered
...
Closes https://github.com/espressif/esp-idf/issues/4967
2020-10-28 20:13:40 +08:00
Chen Yu Dong
52c3aa87b5
ci: move auto_test_script to new repo (backport 4.1)
2020-10-24 09:24:59 +08:00
Angus Gratton
bdd7461235
examples: Move idf_as_lib sdkconfig file to the project directory
...
Also add some explanation about configuring the project in the README
Previously with the default build-esp32.sh script, the build directory was
deleted and recreated so the project would always be built with default config.
2020-10-16 10:11:52 +11:00
David Čermák
d1c78c72d9
Merge branch 'bugfix/mdns_query_id_v4.1' into 'release/v4.1'
...
mdns: Responding: Fix query ID, add questions if not strict mode (v4.1)
See merge request espressif/esp-idf!10807
2020-10-15 22:43:58 +08:00
David Cermak
fcfc04c42a
mdns test: Add test to resolve esp32 hostname with DiG
2020-10-12 13:26:27 +02:00
David Cermak
2afcd77874
examples: Common connect component: Unregister shutdown handler on disconnection
...
To be able to connect smoothly after disconnecting, we have to unregister all handlers including shutdown handler on disconnection
2020-10-12 13:26:27 +02:00
lly
53d7b12c29
ble_mesh: ci: Enable settings in sdkconfig.ci.xxx
2020-10-12 08:47:44 +08:00
Jiang Jiang Jian
d5d05b053a
Merge branch 'bugfix/fix_build_err_in_cpp_backport_v4.1' into 'release/v4.1'
...
ble_hid_device_demo: fix build if building with c++ backport v4.1
See merge request espressif/esp-idf!9232
2020-09-24 13:05:10 +08:00
Jiang Jiang Jian
46238b6ef0
Merge branch 'doc/add_UUID_description_in_gattc_demo_backport_v4.1' into 'release/v4.1'
...
docs:add 128-bit UUID description backport v4.1
See merge request espressif/esp-idf!9225
2020-09-24 13:05:01 +08:00
Ivan Grokhotkov
ecd9d2515f
Merge branch 'bugfix/parttool_example_test_fail_v4.1' into 'release/v4.1'
...
examples/parttool: fix the test to work on parallel test runner (backport v4.1)
See merge request espressif/esp-idf!10374
2020-09-18 23:30:45 +08:00
Mahavir Jain
04b8564249
provisioning: use memcpy instead of strncpy for copying SSID
...
Per WiFi library requirement, SSID can be non-null terminated string
if its length goes to 32 bytes (maximum). Use of strncpy in this case,
along with compiler optimization level -O2 results in some warnings
for potential use of non-null terminated strings.
Fix here ensures use of memcpy to copy SSID string upto appropriate
desired length. This helps to avoid compiler specific workaround
flags added earlier.
Closes https://github.com/espressif/esp-idf/issues/5866
Closes IDFGH-3983
2020-09-17 15:54:23 +05:30
Jiang Jiang Jian
df3aef80c0
Merge branch 'component/seperate_bta_jv_l2c_4.1' into 'release/v4.1'
...
Component/seperate bta jv l2c 4.1
See merge request espressif/esp-idf!9645
2020-09-11 19:38:00 +08:00
Ivan Grokhotkov
48fda05b3e
examples/parttool: fix the test to work on parallel test runner
...
Pass the DUT port to parttool_example.py as an argument.
2020-09-09 18:37:06 +02:00
lly
eff8dedb2b
ble_mesh: example: Fix sensor data wrong iteration
2020-09-04 11:55:14 +08:00
Shubham Kulkarni
39ef55261c
Increase receive timeout in sdkconfig.ci to fix CI failures
2020-09-02 12:30:51 +00:00
lly
41a3759314
ble_mesh: example: Remove some useless included header files
2020-09-01 14:11:39 +08:00
Carlos Sobrinho
3adfa1ac78
Fix compilation warnings about portmacro being already define.
2020-09-01 14:11:06 +08:00
lly
d4348656ec
ble_mesh: ci: Enable friend & low power in build check
2020-08-31 11:23:36 +08:00
Island
5f9a48c352
Merge branch 'bugfix/ble_mesh_add_misc_check_v4.1' into 'release/v4.1'
...
Bugfix/ble mesh add misc check (v4.1)
See merge request espressif/esp-idf!10198
2020-08-31 11:15:01 +08:00
Michael (XIAO Xufeng)
5b97931527
Merge branch 'feature/vfs_uart_set_line_ending_v4.1' into 'release/v4.1'
...
vfs: support vfs uart set line endings with specified uart number release/v4.1
See merge request espressif/esp-idf!9597
2020-08-30 22:33:11 +08:00
lly
7fa85d9a6a
ble_mesh: example: Add result check during mesh init
2020-08-28 17:45:08 +08:00
lly
34690034e6
ble_mesh: ci: Add psram configurations
2020-08-28 06:07:17 +00:00
Island
8a0ae62a03
Merge branch 'bugfix/ble_mesh_compile_error_v4.1' into 'release/v4.1'
...
Bugfix/ble mesh proxy compile error (v4.1)
See merge request espressif/esp-idf!9431
2020-08-27 18:03:01 +08:00
Island
6c15b3c44e
Merge branch 'bugfix/ble_mesh_example_tag_define_v4.1' into 'release/v4.1'
...
ble_mesh: Move TAG definition to each example (v4.1)
See merge request espressif/esp-idf!10171
2020-08-27 18:02:49 +08:00
Island
ce0189dd5a
Merge branch 'bugfix/ble_mesh_readme_fix_v4.1' into 'release/v4.1'
...
ble_mesh: example: Fix example README & tutorial link error (v4.1)
See merge request espressif/esp-idf!9435
2020-08-27 14:24:27 +08:00
lly
90403c658c
ble_mesh: Move TAG definition to each example
...
Move the TAG definition of each example to the corresponding
source file (previously it is defined in the common example
intialization header file), which can avoid the redefinition
of TAG in some situations.
2020-08-27 06:00:01 +00:00