kapil.gupta
4de12b3c0c
esp_wifi: Remove auth_changed event and fix wpa2 authmode threshold
2020-06-07 11:25:50 +05:30
zhangyanjiao
fe1969dd3b
esp_wifi:Add softap example channel configuration
2020-05-20 11:22:38 +08:00
morris
ec50038f84
timer_group: fix intr_enable
...
timer group interrupt enable is controled by level_int_ena instead of int_ena
Closes https://github.com/espressif/esp-idf/issues/5103
2020-04-28 12:43:12 +08:00
Renz Bagaporo
0d120e0429
examples: split source files for one of the ulp examples
2020-03-23 11:52:54 +08:00
gengyuchao
81ebffc0ad
example/ble_hid_device_demo fix the wrong mask value according to HID protocol
2020-03-21 11:22:32 +08:00
gengyuchao
d001c40425
Bulfi: Check if ble is connected before sending a message via ble. Fix the wrong wifi storage mode from WIFI_STORAGE_RAM to default WIFI_STORAGE_FLASH.
2020-03-21 11:18:44 +08:00
gengyuchao
4643ca6ef8
example/ble_throughput:
...
Fixed the throughput wasting memory and packet loss issues.
Fixed the throughput crash bug because of using the Mutex.
2020-03-21 11:18:30 +08:00
Marius Vikhammer
15d39eded5
tcp_transport/ws_client: websockets now correctly handle messages longer than buffer
...
transport_ws can now be read multiple times in a row to read frames larger than the buffer.
Added reporting of total payload length and offset to the user in websocket_client.
Added local example test for long messages.
Closes IDF-1083
2020-02-27 08:56:43 +00:00
Marius Vikhammer
abe93ee7c3
websocket: backport of websocket client to v3.2
...
Backports the websocket client and example to ESP-IDF release 3.2.
2020-02-27 08:56:43 +00:00
Hrudaynath Dhabe
254dcb755c
esp_wifi: Additional code snippets in esp_wifi_scan_example (backport v3.2)
2020-02-25 14:22:47 +08:00
Darian Leung
49b2bf2656
CAN: Reenable example tests
...
This commit updates the CAN example tests and updates the job
and environment labels in the target-test.yml
2019-12-18 15:30:59 +08:00
Angus Gratton
b1254618cd
Merge branch 'bugfix/mqtt_example_url_update_v3.2' into 'release/v3.2'
...
MQTT: update default broker URL for examples (backport v3.2)
See merge request espressif/esp-idf!6404
2019-11-19 11:28:39 +08:00
zhangyanjiao
6ce1bea29a
espnow: fix the bug for calling esp_wifi_set_channel(), this function only can be called after Wi-Fi started and sniffer enabled.
2019-11-13 17:51:52 +08:00
Marius Vikhammer
9c051965d2
MQTT: update default broker URL for examples
...
The MQTT broker URL used as default in the examples has ceased operation. All examples and documention have been updated to point to the new domain mqtt.eclipse.org.
This also required an update of the python example test scripts to use TLS 1.2
2019-11-06 01:26:48 +00:00
Ivan Grokhotkov
077bd351e4
Merge branch 'bugfix/can_driver_assertions_v3.2' into 'release/v3.2'
...
drivers/can: fix skipped function calls when assertions disabled (backport v3.2)
See merge request espressif/esp-idf!6407
2019-10-30 03:53:45 +08:00
Angus Gratton
2b5f488d88
ci: Temporarily ignore CAN example test failures
...
Due to internal CI issue.
2019-10-28 15:37:04 +08:00
Darian Leung
896ba6a83e
can: Fix reset mode entry and exit calls
...
This commit fixes multiple bugs caused by incorrect calls to
can_enter_reset_mode() and can_exit_reset_mode. Example test
scripts also updated to match new runners.
2019-10-28 15:35:42 +08:00
David Cermak
eecd2f56ee
mqtt: updated to latest version to include latest fixes, support for global CA store, extended error structure to receive mqtt specific errors. updated idf ssl example to use this error struct
...
backport of 640eac84fa
2019-10-21 05:49:54 +00:00
suda-morris
ae2cec834e
ethernet: add kconfig help for GPIO0 output mode
...
1. add kconfig help for GPIO0 output mode
2. fix a bug when select gpio0 output mode and initialize psram
3. make default config to official development board
4. fix wrong LAN8720 register index
2019-10-14 10:50:49 +08:00
Chinmay
fa952e5d30
esp_http_server : Bugfix in parsing of empty header values
...
This MR is intended to fix incorrect parsing of HTTP requests when empty header values are present.
The issue is was due to asymmetric behavior of `http_parser` library, which in case of:
* non-empty header values : invokes callbacks with the pointer to the start of a value
* empty header values : invokes callbacks with pointer to the start of next header or section
Since HTTP server relies on this pointer (along with length of the value) to locate the end of a value, and replace the line terminators (CRLFs) with null characters, the second case needed to be handled correctly.
Closes IDFGH-1539
Closes https://github.com/espressif/esp-idf/issues/3803
Backports !5663
2019-09-09 08:57:29 +00:00
Ramesh
da355d39b8
Fixed the bug that the malloc memory size is smaller than the actual required.
2019-07-16 15:20:41 +08:00
baohongde
aaa0853572
components/bt: Fix iphone can't get song's informations
2019-07-08 19:46:10 +08:00
Mahavir Jain
c1af728239
Merge branch 'bugfix/prov_examples_strlcpy_backport_v3.2' into 'release/v3.2'
...
Various bugfixes in Protocomm / Unified Provisioning (backport v3.2)
See merge request espressif/esp-idf!5372
2019-07-05 20:56:35 +08:00
Anurag Kar
e5fe1c0e68
protocomm_ble : Example updated to use custom 128bit service UUID
...
Also removed old hardcoded UUIDs from README of esp_prov
2019-06-28 10:14:52 +00:00
Anurag Kar
accef886a9
Provisioning Examples : Bugfix in copying Wi-Fi SSID and Passphrase
2019-06-27 12:38:13 +05:30
Jiang Jiang Jian
4aa1058e8a
Merge branch 'feature/himem_readme_backport_v3.2' into 'release/v3.2'
...
Proper README.md for himem example (backport v3.2)
See merge request idf/esp-idf!4304
2019-04-28 22:13:16 +08:00
Jeroen Domburg
cb20ba50b1
Proper README.md for himem example
2019-04-28 02:34:48 +00:00
xiehang
d9cdbcdc8b
examples: fix iperf exit error
2019-04-22 13:02:42 +08:00
Jiang Jiang Jian
48978c6f2b
Merge branch 'bugfix/btdm_fix_iOS_and_win10_compatibility_error_for_HID_v3.2' into 'release/v3.2'
...
Component/bt: fix iOS and win10 compatibility error for HID (backport v3.2)
See merge request idf/esp-idf!4424
2019-04-12 21:56:40 +08:00
David Cermak
1ece141c52
mqtt: support for BEFORE_CONNECT event in idf
...
Updated examples to use new event id, idf to use mqtt with fixed retained, oversized messages
2019-03-21 14:35:49 +01:00
InfiniteYuan1
07fc1d181f
bugfix(simple_ota): Compatible with V3.1 and V3.2
...
(cherry picked from commit 0fa31d3e31
)
2019-03-21 10:24:09 +08:00
zhiweijian
241ba1a6bb
Component/bt: fix iOS and win10 compatibility error for HID
2019-03-20 19:47:04 +08:00
Ivan Grokhotkov
6494927766
examples: don't enable buffering on stdout in console examples
...
newlib uses significantly more stack space when printing to an
unbuffered stream. To reduce the amount of stack space required to
use the console, don’t disable buffering. linenoise should support
unbuffered stdout instead.
2019-03-15 11:29:56 +08:00
xiehang
d651ee3d28
fix the bug in tcp_client
...
Closes https://github.com/espressif/esp-idf/issues/3058
2019-02-28 14:25:54 +08:00
David Cermak
3802fddefb
mdns example: fix print result for IPv6 addresses
2019-02-21 06:43:23 +00:00
Angus Gratton
0784c52131
Merge branch 'doc/add_coap_readme' into 'release/v3.2'
...
doc: add CoAP README.md(backport v3.2)
See merge request idf/esp-idf!4262
2019-02-20 15:38:43 +08:00
Angus Gratton
0f79c72704
Merge branch 'bugfix/aws_iot_backport_few_fixes_for_v3.2' into 'release/v3.2'
...
Bugfix/aws iot backport few fixes for v3.2 (backport_v3.2)
See merge request idf/esp-idf!4247
2019-02-19 11:36:18 +08:00
Anurag Kar
2ee1c6fd3e
provisioning examples : typos fixed and minor change in timer callback execution
...
Note : Examples have been updated to prevent invocation of bluedroid/wifi APIs from inside timer callback when stopping provisioning. Workaround is to spawn new task from inside the timer callback.
2019-02-18 08:18:44 +00:00
Anurag Kar
30e39631db
wifi_provisioning : context pointer added to wifi_config_t structure and related examples/docs updated
...
Closes https://github.com/espressif/esp-idf/issues/2874
2019-02-18 08:18:44 +00:00
Piyush Shah
2e64d2d56e
softap_prov: Changes in the example code as per changes to protocomm_httpd
...
Signed-off-by: Piyush Shah <piyush@espressif.com>
2019-02-18 08:18:44 +00:00
Michael (XIAO Xufeng)
d83598a64a
sdio: temporarily disable the sdio example ci, since the runners have
...
some power issue
2019-02-18 11:02:43 +08:00
chenwu
49be9fb836
doc: add CoAP README.md
2019-02-15 16:03:54 +08:00
Jitin George
4f9a4e8ed7
examples/simple_ota_example: Fix incorrect component reference in README
2019-02-12 11:32:54 +05:30
Mahavir Jain
ed4d83af8e
examples: aws_iot: fix cmake build issue which used to pick dummy certificates
...
For CI build now `sdkconfig.ci` file is used which builds examples assuming certificate
stored on SDCard.
2019-02-12 11:03:14 +05:30
Angus Gratton
1444868917
Merge branch 'bugfix/eth_gpio0_output_v3.2' into 'release/v3.2'
...
ethernet cleanup && support GPIO0 output mode && support IP101(backport v3.2)
See merge request idf/esp-idf!4214
2019-02-12 07:54:57 +08:00
Mahavir Jain
05ba4f15d6
examples: update default root-ca for aws_iot demos
2019-02-08 18:54:01 +05:30
Anurag Kar
900dbfd1f6
esp_http_server example tests : updated advanced_tests as per API changes
2019-02-03 21:32:21 +05:30
morris
18cb87b4ce
ethernet: support new PHY (IP101)
...
1. Add support for new PHY IP101.
2. Re-enable GPIO0 output mode.
3. Clean up some docs.
2019-01-31 15:02:45 +08:00
Jiang Jiang Jian
76f0dda3a4
Merge branch 'mesh/bugfix_backport_v3.2' into 'release/v3.2'
...
Mesh/bugfix backport v3.2
See merge request idf/esp-idf!4117
2019-01-28 14:05:51 +08:00
Jiang Jiang Jian
fb7cd2a7a7
Merge branch 'bugfix/ble_active_scan_not_wait_scan_rsp_v3.2' into 'release/v3.2'
...
component/bt: add a option to make report adv data and scan response individually (backport v3.2)
See merge request idf/esp-idf!4157
2019-01-25 13:52:16 +08:00