]>
granicus.if.org Git - esp-idf/log
Jiang Jiang Jian [Fri, 26 Jan 2018 03:38:19 +0000 (11:38 +0800)]
Merge branch 'bugfix/btdm_fix_bonded_device_list_error_after_reboot_v30' into 'release/v3.0'
Component/bt: fix bonded device list error after reboot for v3.0
See merge request !1849
zhiweijian [Fri, 5 Jan 2018 09:57:40 +0000 (17:57 +0800)]
Component/bt: fix bonded device list error after reboot
Jiang Jiang Jian [Thu, 25 Jan 2018 15:12:56 +0000 (23:12 +0800)]
Merge branch 'cherry-pick-
c25be19e ' into 'release/v3.0'
Merge branch 'bugfix/multi_ping_crash' into 'release/v3.0'
See merge request !1851
Jiang Jiang Jian [Thu, 25 Jan 2018 11:34:04 +0000 (19:34 +0800)]
Merge branch 'bugfix/fix_uart_related_bug' into 'release/v3.0'
driver(uart): merge uart related bugfixes into v3.0
See merge request !1845
Wu Jian Gang [Tue, 16 Jan 2018 01:05:32 +0000 (09:05 +0800)]
Merge branch 'bugfix/multi_ping_crash' into 'master'
fix(ping): fix crash when multi-ping
See merge request !1768
Jiang Jiang Jian [Thu, 25 Jan 2018 08:13:46 +0000 (16:13 +0800)]
Merge branch 'cherry-pick-
02821571 ' into 'release/v3.0'
Merge branch 'bugfix/xRingbufferSend_timeout_bug' into 'release/v3.0'
See merge request !1843
Jiang Jiang Jian [Wed, 24 Jan 2018 13:44:27 +0000 (21:44 +0800)]
Merge branch 'bugfix/wifi_fix_espnow_mem_leak_v3.0' into 'release/v3.0'
fix espnow memory leak
See merge request !1842
kooho [Wed, 24 Jan 2018 13:27:12 +0000 (21:27 +0800)]
driver(uart):merge branch into v3.0 which fixed three bug related with uart
1. uart fifo reset
2. uart pattern interrupt
3. uart buffered_len error.
Ivan Grokhotkov [Tue, 23 Jan 2018 07:37:13 +0000 (15:37 +0800)]
Merge branch 'bugfix/xRingbufferSend_timeout_bug' into 'master'
bugfix(ringbuffer): Fix ringbuffer_send timeout bug
See merge request !1823
XiaXiaotian [Wed, 24 Jan 2018 08:20:20 +0000 (16:20 +0800)]
fix espnow memory leak
Jiang Jiang Jian [Wed, 24 Jan 2018 07:55:46 +0000 (15:55 +0800)]
Merge branch 'cherry-pick-
ce2e4cbc ' into 'release/v3.0'
Merge branch 'bugfix/log_hex_buffer_pr1519' into 'release/v3.0'
See merge request !1839
Jiang Jiang Jian [Tue, 23 Jan 2018 14:52:10 +0000 (22:52 +0800)]
Merge branch 'bugfix/wifi_fix_sniffer_rx_misc_data_assert_v3.0' into 'release/v3.0'
Fix the bug that in sniffer mode it asserts when receive misc data at first
See merge request !1833
Jiang Jiang Jian [Tue, 23 Jan 2018 14:45:41 +0000 (22:45 +0800)]
Merge branch 'bugfix/log_hex_buffer_pr1519' into 'master'
Fix hexdump comment and array size. See issue #1518.
See merge request !1832
Jiang Jiang Jian [Tue, 23 Jan 2018 14:39:28 +0000 (22:39 +0800)]
Merge branch 'bugfix/btdm_classicbt_pscan_assert_for_v3.0' into 'release/v3.0'
component/bt : fix the bug of pscan when interrupt react slowly
See merge request !1835
XiaXiaotian [Mon, 22 Jan 2018 13:36:42 +0000 (21:36 +0800)]
Fix the bug that in sniffer mode it asserts when receive misc data at first.
close github issue#1037 WiFi Promiscuous filter breaks w/
WIFI_PROMIS_FILTER_MASK_ALL and issue#1404
esp_wifi_set_promiscuous_filter set WIFI_PROMIS_FILTER_MASK_ALL error
Tian Hao [Tue, 23 Jan 2018 06:16:02 +0000 (14:16 +0800)]
component/bt : fix the bug of pscan when interrupt react slowly
Ivan Grokhotkov [Tue, 23 Jan 2018 05:54:28 +0000 (13:54 +0800)]
Merge branch 'feature/mdns_3.0' into 'release/v3.0'
New mDNS implementation, cherry-pick for 3.0
See merge request !1834
me-no-dev [Mon, 22 Jan 2018 12:17:59 +0000 (13:17 +0100)]
mdns: Fix case where service is NULL and that will cause exception
me-no-dev [Wed, 17 Jan 2018 17:06:42 +0000 (19:06 +0200)]
mdns: Fix issue with some mDNS parsers
Some mDNS parser have issue with zero terminated TXT lists. This fix targets to overcome this issue. Found and tested with jmdns.
me-no-dev [Thu, 7 Dec 2017 13:21:40 +0000 (14:21 +0100)]
Import mDNS changes
Jiang Jiang Jian [Wed, 17 Jan 2018 02:19:43 +0000 (10:19 +0800)]
Merge branch 'feature/btdm_ble_spp_docs_for_3.0' into 'release/v3.0'
component/bt: add ble spp readme for 3.0
See merge request !1769
Jiang Jiang Jian [Tue, 16 Jan 2018 11:43:52 +0000 (19:43 +0800)]
Merge branch 'cherry-pick-
f0ed4044 ' into 'release/v3.0'
Merge branch 'bugfix/btdm_pair_fail_with_random_address' into 'master'
See merge request !1819
Jiang Jiang Jian [Tue, 16 Jan 2018 10:17:45 +0000 (18:17 +0800)]
Merge branch 'bugfix/btdm_pair_fail_with_random_address' into 'master'
component/bt: Fix bug when pair with random address
See merge request !1784
Jiang Jiang Jian [Tue, 16 Jan 2018 09:13:08 +0000 (17:13 +0800)]
Merge branch 'bugfix/fix_rare_ci_example_build_errors' into 'release/v3.0'
cherry-pick fix rare ci example build errors to release v3.0
See merge request !1813
Jiang Jiang Jian [Tue, 16 Jan 2018 08:41:26 +0000 (16:41 +0800)]
Merge branch 'bugfix/btdm_discon_when_upd_conn_params_in_smp_for_v3.0' into 'release/v3.0'
component/bt: fix disconnect after connection params update in smp for v3.0
See merge request !1805
Jiang Jiang Jian [Tue, 16 Jan 2018 08:38:36 +0000 (16:38 +0800)]
Merge branch 'bugfix/btdm_fix_conn_params_update_failed_in_SMP_for_v3.0' into 'release/v3.0'
Component/bt: fix update connection params error in smp for v3.0
See merge request !1809
Anton Maklakov [Fri, 5 Jan 2018 04:38:44 +0000 (12:38 +0800)]
CI: Fix an occasional error caused by reordering the commands along with 'tee' in the script
Anton Maklakov [Fri, 20 Oct 2017 04:14:41 +0000 (12:14 +0800)]
build system: Fix undefined variables
make/project.mk:315: warning: undefined variable `CC'
make/project.mk:316: warning: undefined variable `LD'
make/project.mk:317: warning: undefined variable `AR'
make/project.mk:62: warning: undefined variable `MAKECMDGOALS'
components/partition_table/Makefile.projbuild:24: warning: undefined variable `quote'
components/bootloader/Makefile.projbuild:123: warning: undefined variable 'BOOTLOADER_DIGEST_BIN'
components/bootloader/Makefile.projbuild:123: warning: undefined variable 'SECURE_BOOTLOADER_KEY'
Anton Maklakov [Thu, 28 Dec 2017 10:20:14 +0000 (18:20 +0800)]
CI: Fix a sporadic bug when building of the examples. Add logs to the artifacts
Jiang Jiang Jian [Mon, 15 Jan 2018 14:30:54 +0000 (22:30 +0800)]
Merge branch 'bugfix/wifi_cal_real_rx_bcn_time_v3.0' into 'release/v3.0'
Fix two wifi bugs
See merge request !1798
XiaXiaotian [Mon, 15 Jan 2018 06:16:42 +0000 (14:16 +0800)]
Fix two wifi bugs
1. Fix the bug that receiving beacon time is not correct.
2. close github issue#233 esp_wifi_restore() bug.
zhiweijian [Mon, 15 Jan 2018 11:55:50 +0000 (19:55 +0800)]
Component/bt: fix update connection params error in smp for v3.0
Jiang Jiang Jian [Mon, 15 Jan 2018 10:49:25 +0000 (18:49 +0800)]
Merge branch 'cherry-pick-
c401a74b ' into 'release/v3.0'
Merge branch 'bugfix/btdm_aes_encrypt_workaround' into 'master'
See merge request !1800
Jiang Jiang Jian [Mon, 15 Jan 2018 10:49:11 +0000 (18:49 +0800)]
Merge branch 'cherry-pick-
0cd97cec ' into 'release/v3.0'
Merge branch 'bugfix/btdm_error_when_add_device_to_whitelist_twice' into 'master'
See merge request !1799
Jiang Jiang Jian [Mon, 15 Jan 2018 10:26:30 +0000 (18:26 +0800)]
Merge branch 'bugfix/fix_qos_bug_in_11g_mode_v3.0' into 'release/v3.0'
Bugfix/fix qos bug in 11g mode v3.0
See merge request !1790
zhiweijian [Mon, 15 Jan 2018 09:12:23 +0000 (17:12 +0800)]
component/bt: fix disconnect after connection params update in smp
Jiang Jiang Jian [Tue, 2 Jan 2018 08:15:39 +0000 (16:15 +0800)]
Merge branch 'bugfix/btdm_aes_encrypt_workaround' into 'master'
component/bt: disable Secure Connections to workaround AES encryption issue
See merge request !1719
Jiang Jiang Jian [Mon, 8 Jan 2018 11:16:34 +0000 (19:16 +0800)]
Merge branch 'bugfix/btdm_error_when_add_device_to_whitelist_twice' into 'master'
component/bt: Fix bug when add device to whitelist twice
See merge request !1700
xiewenxiang [Tue, 9 Jan 2018 09:32:56 +0000 (17:32 +0800)]
component/bt: add ble spp readme for 3.0
Liu Zhi Fu [Fri, 12 Jan 2018 06:14:20 +0000 (14:14 +0800)]
esp32: fix qos bug in 11g mode
Fix qos bug in 11g mode (release/v3.0 -
8e861901 )
Ivan Grokhotkov [Thu, 11 Jan 2018 13:45:11 +0000 (21:45 +0800)]
Merge branch 'feature/
toolchain-80-g6c4433a -v30' into 'release/v3.0'
Toolchain: Update to version
1.22.0-80-g6c4433a (v3.0 backport)
See merge request !1772
Angus Gratton [Wed, 10 Jan 2018 23:30:36 +0000 (10:30 +1100)]
build: Remove explict -lstdc++-psram-workaround
This is now handled internally to the toolchain.
Jiang Jiang Jian [Wed, 10 Jan 2018 12:58:47 +0000 (20:58 +0800)]
Merge branch 'cherry-pick-
675844c4 ' into 'release/v3.0'
Merge branch 'bugfix/assert_in_PSRAM_WIFI' into 'master'
See merge request !1773
Jiang Jiang Jian [Wed, 10 Jan 2018 12:58:33 +0000 (20:58 +0800)]
Merge branch 'cherry-pick-
16391c27 ' into 'release/v3.0'
Merge branch 'bugfix/full_calibration_will_not_use_init_data' into 'master'
See merge request !1774
Jiang Jiang Jian [Wed, 10 Jan 2018 12:49:24 +0000 (20:49 +0800)]
Merge branch 'bugfix/btdm_fix_cant_remove_boned_device_if_its_connected_v30' into 'release/v3.0'
Component/bt: fix can not remove boned device if it is connected for v3.0
See merge request !1770
Jiang Jiang Jian [Wed, 10 Jan 2018 09:01:53 +0000 (17:01 +0800)]
Merge branch 'bugfix/full_calibration_will_not_use_init_data' into 'master'
Fix bug that when we do full calibration init data bin is not used
See merge request !1746
Jiang Jiang Jian [Wed, 10 Jan 2018 08:47:40 +0000 (16:47 +0800)]
Merge branch 'bugfix/assert_in_PSRAM_WIFI' into 'master'
bug fix of assert happen in PSRAM
See merge request !1745
Angus Gratton [Wed, 10 Jan 2018 03:29:10 +0000 (14:29 +1100)]
Toolchain: Update to version
1.22.0-80-g6c4433a
Includes updated prebuilt Windows MSYS2 environment.
zhiweijian [Wed, 10 Jan 2018 02:46:11 +0000 (10:46 +0800)]
Component/bt: fix can not remove boned device if it is connected
Jiang Jiang Jian [Tue, 9 Jan 2018 07:49:04 +0000 (15:49 +0800)]
Merge branch 'bugfix/BLE_SM_Security_Flags_pr1320_v30' into 'release/v3.0'
bt: Fix ble sm security flags (v3.0 backport)
See merge request !1754
Jiang Jiang Jian [Tue, 9 Jan 2018 07:39:02 +0000 (15:39 +0800)]
Merge branch 'bugfix/btdm_avrc_connect_state_evt_for_v3.0' into 'release/v3.0'
component/bt: add AVRC event for remote features indication
See merge request !1734
wangmengyang [Mon, 8 Jan 2018 11:43:54 +0000 (19:43 +0800)]
component/bt: add AVRC event for remote features indication
1. remove the feature mask parameter from AVRC connection state event, as the AVCTP connection can be initiated by remote device before service discovery to remote device is performed. \
In this case, AVRCP connection state event may not be reported after connection initated by remote device is established.
2. remove ESP_AVRC_CT_MAX_EVT
3. add more documentations to AVRC APIs
Jiang Jiang Jian [Mon, 8 Jan 2018 11:24:26 +0000 (19:24 +0800)]
Merge branch 'bugfix/btdm_standardize_code_3.0' into 'release/v3.0'
component/bt: Standardize code
See merge request !1751
Tim Cook [Sun, 26 Nov 2017 21:25:46 +0000 (16:25 -0500)]
n btm_sec_save_le_key() set BTM_SEC_LE_LINK_KEY_KNOWN (and BTM_SEC_LE_LINK_KEY_AUTHED if MITM was used) when process a local Long Term Key (key type BTM_LE_KEY_LENC). This is because these flags share bits with the BTM_SEC_FLAG_LKEY_KNOWN (and BTM_SEC_FLAG_LKEY_AUTHED) flag in btm_api.h. Without this code a link that is encrypted via SM pairing where only the local device exchanges the LTK (peer does not send its LTK) will not allow GATT operations that require encryption (request will be incorrectly rejected with insufficient authentication reason, regardless of if MITM is required).
Merges https://github.com/espressif/esp-idf/pull/1320
Tim Cook [Sun, 26 Nov 2017 21:24:21 +0000 (16:24 -0500)]
set ble_rsp_key member of structure bte_appl_cfg in function bta_dm_co_ble_set_rsp_key_req (function incorrectly uses ble_init_key member).
Merges https://github.com/espressif/esp-idf/pull/1320
baohongde [Wed, 3 Jan 2018 02:31:30 +0000 (10:31 +0800)]
component/bt: Standardize code
Reported from github:
https://github.com/espressif/esp-idf/issues/1402
https://github.com/espressif/esp-idf/issues/1403
Jiang Jiang Jian [Wed, 3 Jan 2018 05:06:13 +0000 (13:06 +0800)]
Merge branch 'feature/btdm_add_bluetooth_examples_tutorials_v3.0' into 'release/v3.0'
Feature/btdm add bluetooth examples tutorials v3.0
See merge request !1709
island [Wed, 3 Jan 2018 03:11:44 +0000 (11:11 +0800)]
component/bt: change pictures from .pdf to .png
island [Wed, 3 Jan 2018 03:07:55 +0000 (11:07 +0800)]
component/bt: Modify docs to be compatible with "Github Standard Markdown"
island [Wed, 29 Nov 2017 07:40:55 +0000 (15:40 +0800)]
component/bt: add link of tutorial in README.rst
island [Fri, 24 Nov 2017 02:42:08 +0000 (10:42 +0800)]
component/bt: Add bluetooth example tutorials
Angus Gratton [Tue, 2 Jan 2018 23:27:11 +0000 (07:27 +0800)]
Merge branch 'bugfix/i2c_regression_v30' into 'release/v3.0'
Fix regression in i2c_master_read() which rejected all data lengths (v3.0 backport)
See merge request !1731
Per Malmberg [Thu, 28 Dec 2017 13:54:15 +0000 (14:54 +0100)]
Fix regression in i2c_master_read() which rejected all data lenths.
Jiang Jiang Jian [Fri, 29 Dec 2017 10:33:46 +0000 (18:33 +0800)]
Merge branch 'bugfix/recompile_with_new_psram_toolchain_v3.0' into 'release/v3.0'
recompile wifi lib with new toolchain
1.22.0-78-g4b87650
See merge request !1729
Jiang Jiang Jian [Fri, 29 Dec 2017 10:26:41 +0000 (18:26 +0800)]
Merge branch 'bugfix/build_bt_lib_with_updated_toolchain' into 'release/v3.0'
component/bt: build libbtdm_app.a with updated toolchain for ESP-IDF v3.0
See merge request !1727
XiaXiaotian [Fri, 29 Dec 2017 08:42:05 +0000 (16:42 +0800)]
recompile wifi lib with new toolchain
1.22.0-78-g4b87650
wangmengyang [Fri, 29 Dec 2017 07:24:02 +0000 (15:24 +0800)]
component/bt: build libbtdm_app.a with updated toolchain for ESP-IDF v3.0
Ivan Grokhotkov [Fri, 29 Dec 2017 04:56:39 +0000 (12:56 +0800)]
Merge branch 'bugfix/static_mem_workaround_v30' into 'release/v3.0'
esp32: Change 192KB runtime static limit workaround to a 176KB link time workaround
See merge request !1724
Angus Gratton [Fri, 22 Dec 2017 07:36:12 +0000 (18:36 +1100)]
esp32: Change 192KB runtime static limit workaround to a 176KB link time workaround
Turns out some app memory around 0x3ffdc000 is also used by APP CPU.
This is a workaround until code to remove the 176KB limit is committed.
Jiang Jiang Jian [Thu, 28 Dec 2017 14:07:55 +0000 (22:07 +0800)]
Merge branch 'cherry-pick-
13a087a3 ' into 'release/v3.0'
Merge branch 'bugfix/iperf_example_bugfix' into 'master'
See merge request !1720
Jiang Jiang Jian [Thu, 28 Dec 2017 14:07:46 +0000 (22:07 +0800)]
Merge branch 'cherry-pick-
566fab02 ' into 'release/v3.0'
Merge branch 'bugfix/btdm_disconnect_fail_during_pairing' into 'master'
See merge request !1716
Jiang Jiang Jian [Thu, 28 Dec 2017 14:07:27 +0000 (22:07 +0800)]
Merge branch 'cherry-pick-
7d0d2854 ' into 'release/v3.0'
Merge branch 'bugfix/btdm_error_when_white_list_is_full' into 'master'
See merge request !1715
Jiang Jiang Jian [Thu, 28 Dec 2017 09:58:35 +0000 (17:58 +0800)]
Merge branch 'cherry-pick-into-3.0' into 'release/v3.0'
Cherry pick into 3.0
See merge request !1714
Angus Gratton [Wed, 27 Dec 2017 01:01:21 +0000 (09:01 +0800)]
Merge branch 'bugfix/iperf_example_bugfix' into 'master'
example: some modification about iperf example
See merge request !1603
Jiang Jiang Jian [Wed, 27 Dec 2017 10:03:13 +0000 (18:03 +0800)]
Merge branch 'bugfix/btdm_disconnect_fail_during_pairing' into 'master'
component/bt: Fix bug of disconnected fail during pairing
See merge request !1672
Jiang Jiang Jian [Wed, 27 Dec 2017 10:03:38 +0000 (18:03 +0800)]
Merge branch 'bugfix/btdm_error_when_white_list_is_full' into 'master'
component/bt: Fix bug of adding device to white list has no callback when while list is full
See merge request !1689
Darian Leung [Mon, 18 Dec 2017 13:58:15 +0000 (21:58 +0800)]
freertos: prvCheckTasksWaitingTermination bugfix
Bugfix to prevent a self deleting no affinity task's memory from being freed by the
idle task of the other core before the self deleting no affinity task is able to context
switch out. prvCheckTasksWaitingTermination now checks if the task is still on
pxCurrentTCB before freeing task memory.
krzychb [Fri, 1 Dec 2017 06:29:54 +0000 (07:29 +0100)]
Review comments implemented
krzychb [Thu, 23 Nov 2017 22:53:06 +0000 (23:53 +0100)]
RMT transmitter and receiver overview pictures
krzychb [Wed, 22 Nov 2017 06:07:49 +0000 (07:07 +0100)]
Implement review comments
krzychb [Mon, 20 Nov 2017 03:51:30 +0000 (04:51 +0100)]
RMT API docs update, new example
krzychb [Mon, 18 Dec 2017 04:31:39 +0000 (05:31 +0100)]
A workaround for MSYS2 / Windows system to be able to install 'blockdiag'
kooho [Tue, 21 Nov 2017 13:10:17 +0000 (21:10 +0800)]
add NACK for the last byte to read
Jeroen Domburg [Wed, 13 Dec 2017 07:48:49 +0000 (15:48 +0800)]
Add support for Makefile.componentbuild files
Tuan PM [Fri, 15 Dec 2017 16:37:10 +0000 (23:37 +0700)]
Add .editorconfig file
remove newlinet in binary file
editorconfig style guide
correct format for rst hyperlinks
Jeroen Domburg [Tue, 19 Dec 2017 11:12:58 +0000 (19:12 +0800)]
Fix the clock subsystem so it doesn't undo the weird condition spiram_psram.c jams the enable/reset bits of SPI3 in when 80MHz mode is selected anymore
Angus Gratton [Thu, 14 Dec 2017 23:32:53 +0000 (10:32 +1100)]
esp32: Fix backwards compatibility for pre-v2.1 bootloaders
Older bootloaders don't set RTC_XTAL_FREQ_REG or call rtc_clk_init(),
app needs to pick this up.
Reported at
https://esp32.com/viewtopic.php?f=2&t=3939&p=17836
Piyush Shah [Thu, 23 Nov 2017 10:09:17 +0000 (15:39 +0530)]
freertos/ringbuf: Added an API xRingbufferCreateNoSplit()
This is a wrapper API for creating a Ring Buffer, which ensures that
the ringbuffer can hold the given number of items, each item being of the
same given length.
Signed-off-by: Piyush Shah <piyush@espressif.com>
Piyush Shah [Mon, 20 Nov 2017 14:52:20 +0000 (20:22 +0530)]
freertos/ringbuf: Add an API xRingbufferIsNextItemWrapped()
Useful to check if the next item to receive is wrapped or not.
This is valid only if the ring buffer is initialised with type
RINGBUF_TYPE_ALLOWSPLIT.
This is as per the feature request here:
https://github.com/espressif/esp-idf/issues/806
Signed-off-by: Piyush Shah <piyush@espressif.com>
Piyush Shah [Mon, 20 Nov 2017 13:53:25 +0000 (19:23 +0530)]
freertos/ringbuf: Add an API xRingbufferGetCurFreeSize() to fetch current free size available
The earlier available API (xRingbufferGetMaxItemSize())just gives
a static max entry value possible for given ring buffer.
There was a feature request for an API which could provide
a real time available buffer size. See below:
https://github.com/espressif/esp-idf/issues/806
Signed-off-by: Piyush Shah <piyush@espressif.com>
Angus Gratton [Thu, 14 Dec 2017 23:39:07 +0000 (10:39 +1100)]
log: Remove non-static TAG variables
Chuck Todd [Fri, 27 Oct 2017 22:59:10 +0000 (16:59 -0600)]
i2c: rx <-> tx typo's, NULLing free'd variable, consistent CRITICAL sects
A couple of typos referencing tx_ring_buf when rx_ring_buf, slv_tx_mux
instead of slv_rx_mux.
Also, I2C_ENTER_CRITICAL()/I2C_EXIT_CRITICAL() usage was not consistent.
Only some of the _set_ functions had them. Most of the _get_ function
had them? It is my understanding that they should be wrapped around
writes, not reads? (I think we still need the lock for reading pairs of consistent values)
Also, the ticks_to_wait timeout handling in i2c_master_cmd_begin() would
not handle integer rollover correctly.
Merges https://github.com/espressif/esp-idf/pull/1180
Fabiano Kovalski [Wed, 6 Dec 2017 05:54:59 +0000 (00:54 -0500)]
driver(i2c): corrected timeout range for i2c_set_timeout.
Merges https://github.com/espressif/esp-idf/pull/1353
Wangjialin [Tue, 28 Nov 2017 07:05:36 +0000 (15:05 +0800)]
bugfix(i2c): use queue instead of event group for internal commands
Reported from github:
https://github.com/espressif/esp-idf/issues/1312
https://github.com/espressif/esp-idf/issues/1193
Issues:
1. We used to use event group in the driver, which would cause:
a. longer operation time since the event group are based on FreeRTOS timer.
b. Operation fails if the timer queue is not long enough.
2. There might be some issue with event group, we will still try to provide a small test code in other branch.
modification:
1. use queue instead of event-bit for internal commands
2. use queue overwrite for cmd_done event
michael [Thu, 30 Nov 2017 04:46:08 +0000 (12:46 +0800)]
feat(monitor): add pause feature.
michael [Thu, 16 Nov 2017 06:39:57 +0000 (14:39 +0800)]
feat(monitor): add new feature allowing disabling log display.
Kewal [Wed, 13 Dec 2017 14:52:48 +0000 (22:52 +0800)]
fix typo for heap cap free size
krzychb [Tue, 12 Dec 2017 07:42:22 +0000 (08:42 +0100)]
Linked ESP32 datasheet and regulatory certificates
krzychb [Mon, 11 Dec 2017 07:01:37 +0000 (08:01 +0100)]
Fixed issues identified during review
krzychb [Fri, 8 Dec 2017 19:46:44 +0000 (20:46 +0100)]
The WROOM and WROVER family of modules is now extended with ESP-WROOM-32D and ESP32-WROOM-32U