Yuan Hong Hui
a36a41ea3f
ble_mesh:change the location of print ready
2022-07-13 18:20:56 +08:00
Yuan Hong Hui
eee1a6f37c
ble mesh:example:correct the output log level
2022-02-16 16:01:12 +08:00
Yuan Hong Hui
495f1fb132
ble mesh:example:response for checking restart in auto_test
2022-02-16 15:48:22 +08:00
Island
12c4b90745
Merge branch 'bugfix/filter_repeated_packages_forv4.1' into 'release/v4.1'
...
filter repeated packages but not send response(v4.1)
See merge request espressif/esp-idf!16823
2022-01-25 06:39:34 +00:00
Yuan Hong Hui
5134b76249
filter repeated packages but not send response(v4.1)
2022-01-25 06:39:33 +00:00
Yuan Hong Hui
f24beb25c8
add cmd to publish and recv heartbeat message
2022-01-04 15:59:41 +08:00
Yuan Hong Hui
48506b70c4
test: fix ble mesh send problem (v4.1)
2021-11-30 06:08:09 +00:00
xiehang
c277240dc6
esp_wifi: Modify ESP_IF_WIFI_AP to WIFI_IF_AP
2021-03-22 17:19:47 +08:00
xiehang
4403af7267
esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA
2021-03-22 17:18:58 +08:00
Jiang Jiang Jian
d6d7a2ad12
Merge branch 'bugfix/fix_iperf_example_crash_issue_v4.1' into 'release/v4.1'
...
Bugfix/fix iperf example crash issue v4.1 (backport v4.1)
See merge request espressif/esp-idf!12021
2021-03-22 09:05:49 +00:00
lly
7b5a3b50f0
ble_mesh: ci: Add disable log sdkconfig test files
2021-02-07 12:03:24 +08:00
lly
2d04130ce0
ble_mesh: ci: Add ble & ble mesh coex sdkconfig test files
2021-02-05 21:22:52 +08:00
lly
968d0fbb13
ble_mesh: ci: Add settings sdkconfig test files
2021-02-05 03:10:47 +00:00
lly
45e0d59b3b
ble_mesh: ci: Add enabling hb recv sdkconfig file
2021-02-04 03:33:45 +00:00
lly
1b2748e00f
ble_mesh: ci: Add PB-ADV & PB-GATT sdkconfig test files
2021-02-03 08:45:18 +00:00
xiehang
025e2b0439
example: Scan failure should not cause system crash
2021-01-15 20:14:59 +08:00
xiehang
43a328a7c3
example: do not check the return value of esp_wifi_connect()
2021-01-15 20:10:35 +08:00
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
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
lly
53d7b12c29
ble_mesh: ci: Enable settings in sdkconfig.ci.xxx
2020-10-12 08:47:44 +08:00
lly
eff8dedb2b
ble_mesh: example: Fix sensor data wrong iteration
2020-09-04 11:55:14 +08: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
lly
632cfa5a82
ble_mesh: Add nvs operations for examples
...
- Store onoff_client example proper mesh info
- Store vendor_client example proper mesh info
Closes https://github.com/espressif/esp-idf/issues/5359
2020-08-26 08:28:12 +00:00
lly
6dddeaec5b
ble_mesh: Add mesh example common nvs operations
2020-08-26 08:28:12 +00:00
lly
1c87f1df05
ble_mesh: example: Fix example README & tutorial link error
2020-08-26 16:03:36 +08:00
lly
476a54886f
ble_mesh: ci: Add different proxy configurations
2020-08-26 07:50:10 +00:00
houwenxiang
f664527eb4
vfs: support vfs uart set line endings with specified uart number (release/v4.1)
2020-08-24 15:37:44 +08:00
Krzysztof Budzynski
e3e5a41bc9
Merge branch 'doc/broken_readme_links_v4.1' into 'release/v4.1'
...
Docs: Fix broken README links (v4.1)
See merge request espressif/esp-idf!9502
2020-08-22 00:40:19 +08:00
Island
b7259bab36
Merge branch 'bugfix/ble_mesh_local_model_sub_v4.1' into 'release/v4.1'
...
Bugfix/ble mesh local model sub (v4.1)
See merge request espressif/esp-idf!8983
2020-08-21 20:37:37 +08:00
Lu Chang Jie
3512a775bc
Test:merge ble mesh node and provioner in console
2020-08-21 20:00:32 +08:00
lly
a43e5feee8
ble_mesh: Define a macro for invalid company id
2020-08-21 07:18:44 +00:00
Marius Vikhammer
7ab64c5345
Fix broken README links
2020-07-07 17:35:35 +08:00
lly
13537ce279
ble_mesh: Fix tutorial links in examples README.md
2020-05-22 05:43:57 +00:00
lly
cc187a43b3
ble_mesh: Rename esp_fast_prov_* to ble_mesh_fast_prov_*
2020-05-22 05:43:57 +00:00
lly
b4588f7d92
ble_mesh: Rename the folders ble_mesh_fast_prov_* to fast_prov_*
2020-05-22 05:43:57 +00:00
lly
59b313fdcf
ble_mesh: Rename ble mesh example main & init files
...
- Rename ble_mesh_demo_main.c to main.c
- Rename ble_mesh_demo_init.* to ble_mesh_example_init.*
2020-05-22 05:43:57 +00:00