]> granicus.if.org Git - esp-idf/log
esp-idf
5 years agoMerge branch 'bugfix/py23_nvs_flash_division' into 'master'
Ivan Grokhotkov [Thu, 20 Sep 2018 04:10:18 +0000 (12:10 +0800)]
Merge branch 'bugfix/py23_nvs_flash_division' into 'master'

nvs_flash: fix division for Python 2 & 3

See merge request idf/esp-idf!3292

5 years agoMerge branch 'feature/py23_partition_table' into 'master'
Ivan Grokhotkov [Thu, 20 Sep 2018 04:09:12 +0000 (12:09 +0800)]
Merge branch 'feature/py23_partition_table' into 'master'

partition_table: Add Python 2 & 3 support

See merge request idf/esp-idf!3290

5 years agoMerge branch 'feature/roll_back_python_future' into 'master'
Ivan Grokhotkov [Thu, 20 Sep 2018 04:05:50 +0000 (12:05 +0800)]
Merge branch 'feature/roll_back_python_future' into 'master'

Downgrade python-future required version to 0.15.2

See merge request idf/esp-idf!3319

5 years agoMerge branch 'bugfix/ci_cmake_examples' into 'master'
Ivan Grokhotkov [Thu, 20 Sep 2018 04:05:07 +0000 (12:05 +0800)]
Merge branch 'bugfix/ci_cmake_examples' into 'master'

CI/cmake: Fix cmake example build failures, gcov

See merge request idf/esp-idf!3296

5 years agoMerge branch 'bugfix/btdm_fix_crash_when_test_multi_connect' into 'master'
Jiang Jiang Jian [Thu, 20 Sep 2018 04:04:18 +0000 (12:04 +0800)]
Merge branch 'bugfix/btdm_fix_crash_when_test_multi_connect' into 'master'

Component/bt: fix crash when test multi_connect

See merge request idf/esp-idf!3274

5 years agoMerge branch 'bugfix/ethernet_infinite_loop' into 'master'
Ivan Grokhotkov [Thu, 20 Sep 2018 03:59:51 +0000 (11:59 +0800)]
Merge branch 'bugfix/ethernet_infinite_loop' into 'master'

ethernet: fix infinite loop when init phy or reset mac

See merge request idf/esp-idf!3307

5 years agoMerge branch 'bugfix/parttool_spaces' into 'master'
Ivan Grokhotkov [Thu, 20 Sep 2018 03:58:40 +0000 (11:58 +0800)]
Merge branch 'bugfix/parttool_spaces' into 'master'

Remove trailing spaces from parttool.py output

See merge request idf/esp-idf!3317

5 years agoMerge branch 'bugfix/btdm_fix_iphoneX_error_when_get_wifi_list' into 'master'
Jiang Jiang Jian [Thu, 20 Sep 2018 02:54:43 +0000 (10:54 +0800)]
Merge branch 'bugfix/btdm_fix_iphoneX_error_when_get_wifi_list' into 'master'

Component/bt: fix iPhoneX error when getting wifi list

See merge request idf/esp-idf!3303

5 years agoMerge branch 'feature/btdm_add_clear_rand_addr_API' into 'master'
Jiang Jiang Jian [Thu, 20 Sep 2018 02:47:37 +0000 (10:47 +0800)]
Merge branch 'feature/btdm_add_clear_rand_addr_API' into 'master'

component/bt: add clear rand address API

See merge request idf/esp-idf!3137

5 years agoethernet: fix infinite loop when init phy or reset mac
morris [Wed, 19 Sep 2018 02:45:53 +0000 (10:45 +0800)]
ethernet: fix infinite loop when init phy or reset mac

1. fix infinite loop problem when init phy device
2. fix infinite loop problem when reset mac
3. fix little bugs in ethernetif_init
4. fix incompatible return value between lwip and esp-idf

Closes https://github.com/espressif/esp-idf/issues/2331
Closes https://github.com/espressif/esp-idf/issues/2141

5 years agoMerge branch 'bugfix/use_component_srcs' into 'master'
Angus Gratton [Wed, 19 Sep 2018 23:27:37 +0000 (07:27 +0800)]
Merge branch 'bugfix/use_component_srcs' into 'master'

List files manually for recently added components

See merge request idf/esp-idf!3315

5 years agoDowngrade python-future required version to 0.15.2
Deomid Ryabkov [Tue, 18 Sep 2018 12:38:34 +0000 (15:38 +0300)]
Downgrade python-future required version to 0.15.2

It works fine and this way python-future from Ubuntu 16.04 and 18.04 can be used.

5 years agoMerge branch 'test/fix_incorrect_connect_ap_command' into 'master'
Ivan Grokhotkov [Wed, 19 Sep 2018 09:39:58 +0000 (17:39 +0800)]
Merge branch 'test/fix_incorrect_connect_ap_command' into 'master'

test: fix case use depreacated sta connect command

See merge request idf/esp-idf!3309

5 years agoMerge branch 'bugfix/startup_detect_single_core' into 'master'
Ivan Grokhotkov [Wed, 19 Sep 2018 09:32:08 +0000 (17:32 +0800)]
Merge branch 'bugfix/startup_detect_single_core' into 'master'

esp32: abort when running on single core chip in dual core mode

See merge request idf/esp-idf!3308

5 years agotcp_transport: list files manually in component cmake file
Renz Bagaporo [Wed, 19 Sep 2018 08:48:31 +0000 (16:48 +0800)]
tcp_transport: list files manually in component cmake file

5 years agomqtt: list files manually in component cmake file
Renz Bagaporo [Wed, 19 Sep 2018 08:48:12 +0000 (16:48 +0800)]
mqtt: list files manually in component cmake file

5 years agoComponent/bt: fix iPhoneX error when getting wifi list
zhiweijian [Tue, 18 Sep 2018 12:48:28 +0000 (20:48 +0800)]
Component/bt: fix iPhoneX error when getting wifi list

5 years agoesp32: abort when running on single core chip in dual core mode
Ivan Grokhotkov [Wed, 19 Sep 2018 03:34:34 +0000 (11:34 +0800)]
esp32: abort when running on single core chip in dual core mode

Ref. https://esp32.com/viewtopic.php?f=2&t=7307

5 years agotest: fix case use depreacated sta connect command
He Yin Ling [Wed, 19 Sep 2018 05:31:56 +0000 (13:31 +0800)]
test: fix case use depreacated sta connect command

5 years agoMerge branch 'bugfix/py23_unit_test' into 'master'
Angus Gratton [Wed, 19 Sep 2018 04:39:24 +0000 (12:39 +0800)]
Merge branch 'bugfix/py23_unit_test' into 'master'

Correct Python 3 support for some test related scripts

See merge request idf/esp-idf!3236

5 years agoexamples: Copy ca_cert.pem into both example project dirs
Angus Gratton [Wed, 19 Sep 2018 01:25:24 +0000 (11:25 +1000)]
examples: Copy ca_cert.pem into both example project dirs

Keeps projects all-in-one under a single directory.

5 years agocmake: Fix some failing example builds, fix gcov
Angus Gratton [Tue, 18 Sep 2018 04:23:56 +0000 (14:23 +1000)]
cmake: Fix some failing example builds, fix gcov

5 years agoci: Split build_examples jobs into make & cmake
Angus Gratton [Thu, 13 Sep 2018 04:32:41 +0000 (14:32 +1000)]
ci: Split build_examples jobs into make & cmake

Fix problem where failures in make were being ignored.

5 years agoRemove trailing spaces from parttool.py output
Deomid Ryabkov [Tue, 18 Sep 2018 12:10:03 +0000 (15:10 +0300)]
Remove trailing spaces from parttool.py output

5 years agopartition_table: Add Python 2 & 3 support
Roland Dobai [Mon, 17 Sep 2018 12:27:36 +0000 (14:27 +0200)]
partition_table: Add Python 2 & 3 support

5 years agoMerge branch 'bugfix/btdm_fix_save_error_key_in_smp_when_reconnect' into 'master'
Jiang Jiang Jian [Tue, 18 Sep 2018 12:06:38 +0000 (20:06 +0800)]
Merge branch 'bugfix/btdm_fix_save_error_key_in_smp_when_reconnect' into 'master'

Component/bt: fix save error key in smp when reconnect

See merge request idf/esp-idf!3251

5 years agoCorrect Python 3 support for some test related scripts
Roland Dobai [Mon, 10 Sep 2018 13:04:30 +0000 (15:04 +0200)]
Correct Python 3 support for some test related scripts

5 years agoMerge branch 'feature/lwip_task_affinity' into 'master'
Ivan Grokhotkov [Tue, 18 Sep 2018 07:10:17 +0000 (15:10 +0800)]
Merge branch 'feature/lwip_task_affinity' into 'master'

lwip: allow setting LwIP tasks affinity via sdkconfig

See merge request idf/esp-idf!2913

5 years agoMerge branch 'feature/cleanup_freertos_hooks' into 'master'
Angus Gratton [Tue, 18 Sep 2018 00:07:41 +0000 (08:07 +0800)]
Merge branch 'feature/cleanup_freertos_hooks' into 'master'

Cleanup freertos idle/tick hooks functionality

See merge request idf/esp-idf!3131

5 years agoMerge branch 'feature/tasks_can_return' into 'master'
Angus Gratton [Mon, 17 Sep 2018 23:38:24 +0000 (07:38 +0800)]
Merge branch 'feature/tasks_can_return' into 'master'

freertos: enclose task functions in wrapper function

See merge request idf/esp-idf!2935

5 years agoMerge branch 'bugfix/rtd_docs_build' into 'master'
Angus Gratton [Mon, 17 Sep 2018 23:37:59 +0000 (07:37 +0800)]
Merge branch 'bugfix/rtd_docs_build' into 'master'

docs: Set a default IDF_PATH in docs build (needed for RTD)

See merge request idf/esp-idf!3272

5 years agoMerge branch 'bugfix/cmake_make_flash_target' into 'master'
Angus Gratton [Mon, 17 Sep 2018 23:31:57 +0000 (07:31 +0800)]
Merge branch 'bugfix/cmake_make_flash_target' into 'master'

cmake: Fix "make flash" & "ninja flash" targets

See merge request idf/esp-idf!3260

5 years agonvs_flash: fix division for Python 2 & 3
Roland Dobai [Mon, 17 Sep 2018 13:58:56 +0000 (15:58 +0200)]
nvs_flash: fix division for Python 2 & 3

5 years agocomponent/bt: add clear rand address API
zwj [Mon, 27 Aug 2018 13:32:39 +0000 (21:32 +0800)]
component/bt: add clear rand address API

5 years agofreertos: cleanup tick/idle hook functionality
Mahavir Jain [Fri, 31 Aug 2018 09:48:09 +0000 (15:18 +0530)]
freertos: cleanup tick/idle hook functionality

If CONFIG_FREERTOS_LEGACY_HOOKS is kept enabled then defining
idle/tick hooks will be applications responsibility as was the
case earlier.

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
5 years agoesp_ringbuf: move ringbuf to seperate component
Mahavir Jain [Thu, 30 Aug 2018 10:29:01 +0000 (15:59 +0530)]
esp_ringbuf: move ringbuf to seperate component

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
5 years agotask_wdt: correct critical section API in ISR context
Mahavir Jain [Wed, 29 Aug 2018 06:09:04 +0000 (11:39 +0530)]
task_wdt: correct critical section API in ISR context

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
5 years agolwip: allow setting LwIP tasks affinity via sdkconfig
Ivan Grokhotkov [Wed, 1 Aug 2018 09:33:43 +0000 (12:33 +0300)]
lwip: allow setting LwIP tasks affinity via sdkconfig

In some cases applications need to ensure that WiFi/BT related tasks
run on CPU1. This option can be used to set task affinity in such case.

https://github.com/espressif/esp-idf/issues/2233#issuecomment-409220381

5 years agofreertos: add Kconfig FREERTOS_NO_AFFINITY constant
Ivan Grokhotkov [Mon, 17 Sep 2018 04:23:09 +0000 (12:23 +0800)]
freertos: add Kconfig FREERTOS_NO_AFFINITY constant

Use in place of tskNO_AFFINITY in Kconfig files

5 years agoMerge branch 'bugfix/tw24884_fix_ampdu_sequence_compitable_issue' into 'master'
Jiang Jiang Jian [Mon, 17 Sep 2018 10:07:14 +0000 (18:07 +0800)]
Merge branch 'bugfix/tw24884_fix_ampdu_sequence_compitable_issue' into 'master'

esp32: Fix AMPDU sequence incompitable bug

See merge request idf/esp-idf!3200

5 years agoMerge branch 'bugfix/btdm_enable_modem_sleep_by_default' into 'master'
Jiang Jiang Jian [Mon, 17 Sep 2018 08:17:34 +0000 (16:17 +0800)]
Merge branch 'bugfix/btdm_enable_modem_sleep_by_default' into 'master'

bugfix/btdm_enable_modem_sleep_by_default

See merge request idf/esp-idf!3284

5 years agoesp32: fix AMPDU sequence compitability issue
Liu Zhi Fu [Sun, 16 Sep 2018 07:05:53 +0000 (15:05 +0800)]
esp32: fix AMPDU sequence compitability issue

Fix AMPDU RX sequence compitability issue when connecting to some special APs, such as Mercury, Fast etc

5 years agoMerge branch 'bugfix/cmake_idf_version' into 'master'
Angus Gratton [Mon, 17 Sep 2018 04:28:47 +0000 (12:28 +0800)]
Merge branch 'bugfix/cmake_idf_version' into 'master'

cmake: prefer `version.txt` for IDF_VER if available

See merge request idf/esp-idf!3279

5 years agoMerge branch 'feature/dhcp_skip_discovery' into 'master'
Ivan Grokhotkov [Mon, 17 Sep 2018 04:27:56 +0000 (12:27 +0800)]
Merge branch 'feature/dhcp_skip_discovery' into 'master'

DHCP restore last ip and skip discovery

See merge request idf/esp-idf!3132

5 years agoMerge branch 'bugfix/ethernet_low_level_output' into 'master'
Ivan Grokhotkov [Mon, 17 Sep 2018 03:33:50 +0000 (11:33 +0800)]
Merge branch 'bugfix/ethernet_low_level_output' into 'master'

ethernet: fix some bugs and complete some optimization

See merge request idf/esp-idf!3235

5 years agolwip: DHCP restore last IP
MartinValik [Wed, 29 Aug 2018 08:22:54 +0000 (10:22 +0200)]
lwip: DHCP restore last IP

Closes https://github.com/espressif/esp-idf/issues/799

5 years agoMerge branch 'bugfix/mdns-lwip-update' into 'master'
Ivan Grokhotkov [Mon, 17 Sep 2018 02:42:04 +0000 (10:42 +0800)]
Merge branch 'bugfix/mdns-lwip-update' into 'master'

Update network code for mDNS to work with newest LwIP

See merge request idf/esp-idf!3268

5 years agocomponent/bt: enable bluetooth modem sleep as default setting
wangmengyang [Fri, 14 Sep 2018 09:01:45 +0000 (17:01 +0800)]
component/bt: enable bluetooth modem sleep as default setting

5 years agoethernet: fix some bugs in ethernet driver
morris [Mon, 10 Sep 2018 13:00:08 +0000 (21:00 +0800)]
ethernet: fix some bugs in ethernet driver

1. create a new pbuf to squash linked pbuf
2. optimize emac driver by adding ESP_IRAM_ATTR
3. remove duplicated function declare in esp_eth.h
4. remove duplicated code in emac_setup_tx_desc
5. disable Promiscuous mode

5 years agoMerge branch 'bugfix/bootloader_set_freq' into 'master'
Ivan Grokhotkov [Mon, 17 Sep 2018 01:49:43 +0000 (09:49 +0800)]
Merge branch 'bugfix/bootloader_set_freq' into 'master'

soc: fix CPU frequency not updated in rtc_clk_init

See merge request idf/esp-idf!3256

5 years agoMerge branch 'doc/error_handling_zh_CN' into 'master'
Angus Gratton [Mon, 17 Sep 2018 01:08:11 +0000 (09:08 +0800)]
Merge branch 'doc/error_handling_zh_CN' into 'master'

doc/error-handling: translated error-handling.rst

See merge request idf/esp-idf!3148

5 years agoMerge branch 'bugfix/tw24694_dns_request_no_reply' into 'master'
Jiang Jiang Jian [Sun, 16 Sep 2018 07:18:32 +0000 (15:18 +0800)]
Merge branch 'bugfix/tw24694_dns_request_no_reply' into 'master'

lwip: add code for sending gratuitous ARP periodically

See merge request idf/esp-idf!3241

5 years agoMerge branch 'bugfix/mdns_memory_leak' into 'master'
Jiang Jiang Jian [Sun, 16 Sep 2018 07:04:46 +0000 (15:04 +0800)]
Merge branch 'bugfix/mdns_memory_leak' into 'master'

feat(mdns): fix bug when clean action memory

See merge request idf/esp-idf!3276

5 years agoMerge branch 'bugfix/optimize_scan_capability' into 'master'
Jiang Jiang Jian [Sun, 16 Sep 2018 06:50:36 +0000 (14:50 +0800)]
Merge branch 'bugfix/optimize_scan_capability' into 'master'

Wifi: Optimize scan capability

See merge request idf/esp-idf!3242

5 years agoWifi: Optimize scan capability
Deng Xin [Tue, 11 Sep 2018 07:32:23 +0000 (15:32 +0800)]
Wifi: Optimize scan capability

5 years agocmake: prefer `version.txt` for IDF_VER if available
Mahavir Jain [Fri, 14 Sep 2018 11:32:37 +0000 (17:02 +0530)]
cmake: prefer `version.txt` for IDF_VER if available

5 years agoMerge branch 'bugfix/btdm_unreserve_scn1_for_hfp' into 'master'
Jiang Jiang Jian [Fri, 14 Sep 2018 11:49:47 +0000 (19:49 +0800)]
Merge branch 'bugfix/btdm_unreserve_scn1_for_hfp' into 'master'

component/bt: Unlock reserve of SCN 1 for HFP

See merge request idf/esp-idf!3269

5 years agoMerge branch 'bugfix/ble_adv_data_tx_power' into 'master'
Jiang Jiang Jian [Fri, 14 Sep 2018 11:46:16 +0000 (19:46 +0800)]
Merge branch 'bugfix/ble_adv_data_tx_power' into 'master'

fix TX power value in ble adv data is incorrect

See merge request idf/esp-idf!3185

5 years agoMerge branch 'bugfix/wifi_fix_some_modem_sleep_bugs' into 'master'
Jiang Jiang Jian [Fri, 14 Sep 2018 10:24:02 +0000 (18:24 +0800)]
Merge branch 'bugfix/wifi_fix_some_modem_sleep_bugs' into 'master'

esp32: fix some bugs of modem sleep

See merge request idf/esp-idf!3223

5 years agoUpdate network code for mDNS to work with newest LwIP
me-no-dev [Thu, 13 Sep 2018 10:01:11 +0000 (12:01 +0200)]
Update network code for mDNS to work with newest LwIP

- Uses one PCB that listens to all interfaces
- Manages multicast groups for each interface

5 years agofeat(mdns): fix bug when clean action memory
Liu Han [Fri, 14 Sep 2018 07:36:52 +0000 (15:36 +0800)]
feat(mdns): fix bug when clean action memory

5 years agoMerge branch 'bugfix/cmake_create_dummy_main_windows' into 'master'
Ivan Grokhotkov [Fri, 14 Sep 2018 07:18:36 +0000 (15:18 +0800)]
Merge branch 'bugfix/cmake_create_dummy_main_windows' into 'master'

cmake: use built-in file function to create dummy main

See merge request idf/esp-idf!3253

5 years agoesp32: fix some bugs of modem sleep
Liu Zhi Fu [Thu, 13 Sep 2018 03:37:46 +0000 (11:37 +0800)]
esp32: fix some bugs of modem sleep

1. Keep awake to receive beacon at TBTT time no matter which state
   station is on.

2. If there is any packet to send on dream or sleep state, send NULL
   data with power save bit clear first.

5 years agoMerge branch 'bugfix/mqtt_move_kconfig_to_idf' into 'master'
Angus Gratton [Fri, 14 Sep 2018 07:05:13 +0000 (15:05 +0800)]
Merge branch 'bugfix/mqtt_move_kconfig_to_idf' into 'master'

MQTT: Moved Kconfig from esp-mqtt submodule to esp-idf to support docs genration in RTD

See merge request idf/esp-idf!3265

5 years agocomponent/bt: Unlock reserve of SCN 1 for HFP
baohongde [Thu, 13 Sep 2018 12:17:37 +0000 (20:17 +0800)]
component/bt: Unlock reserve of SCN 1 for HFP

5 years agoMerge branch 'feature/py3_espcoredump' into 'master'
Ivan Grokhotkov [Fri, 14 Sep 2018 04:39:30 +0000 (12:39 +0800)]
Merge branch 'feature/py3_espcoredump' into 'master'

espcoredump: Add tests and Python3 support

See merge request idf/esp-idf!3212

5 years agoMerge branch 'bugfix/tcpip_stack_size_default' into 'master'
Angus Gratton [Fri, 14 Sep 2018 04:23:35 +0000 (12:23 +0800)]
Merge branch 'bugfix/tcpip_stack_size_default' into 'master'

Default stack size for TCPIP task increased to avoid stack overflow.

See merge request idf/esp-idf!3258

5 years agoMQTT: Moved Kconfig from esp-mqtt submodule to esp-idf to support docs genration...
David Cermak [Thu, 13 Sep 2018 09:36:23 +0000 (11:36 +0200)]
MQTT: Moved Kconfig from esp-mqtt submodule to esp-idf to support docs genration in RTD

5 years agoComponent/bt: fix crash when test multi_connect
zhiweijian [Fri, 14 Sep 2018 03:18:44 +0000 (11:18 +0800)]
Component/bt: fix crash when test multi_connect

5 years agofreertos: Add task function wrapper
Darian Leung [Mon, 6 Aug 2018 01:55:34 +0000 (11:55 +1000)]
freertos: Add task function wrapper

This commit adds an option to enclose all FreeRTOS task functions within a
wrapper function. In the case that a task function returns, the wrapper function
will log an error and abort the application immediately.

Closes #2269
Closes #2300

5 years agoMerge branch 'bugfix/undetermined_lang_for_target_bt' into 'master'
Angus Gratton [Fri, 14 Sep 2018 02:39:32 +0000 (10:39 +0800)]
Merge branch 'bugfix/undetermined_lang_for_target_bt' into 'master'

Fix undetermined language for target bt issue

See merge request idf/esp-idf!3264

5 years agobt: remove non-existing source file from cmakelists
Renz Bagaporo [Thu, 13 Sep 2018 08:03:19 +0000 (16:03 +0800)]
bt: remove non-existing source file from cmakelists

5 years agodocs: Set a default IDF_PATH in docs build (needed for RTD)
Angus Gratton [Thu, 13 Sep 2018 23:42:57 +0000 (09:42 +1000)]
docs: Set a default IDF_PATH in docs build (needed for RTD)

RTD builds don't set IDF_PATH, mqtt component uses this variable.

5 years agoMerge branch 'feature/btdm_add_adv_packet_duplicate_in_scan_duplicate' into 'master'
Jiang Jiang Jian [Thu, 13 Sep 2018 10:16:22 +0000 (18:16 +0800)]
Merge branch 'feature/btdm_add_adv_packet_duplicate_in_scan_duplicate' into 'master'

component/bt: add adv packet duplicate in scan duplicate

See merge request idf/esp-idf!2939

5 years agoStack size for TCPIP task increased from 2048 to 3072.
Dmitry [Thu, 13 Sep 2018 08:51:57 +0000 (11:51 +0300)]
Stack size for TCPIP task increased from 2048 to 3072.

5 years agoMerge branch 'feature/cmake_ulp_support' into 'master'
Angus Gratton [Thu, 13 Sep 2018 06:54:59 +0000 (14:54 +0800)]
Merge branch 'feature/cmake_ulp_support' into 'master'

cmake: add ulp components build support

See merge request idf/esp-idf!3100

5 years agocmake: add ulp components build support
Renz Christian Bagaporo [Thu, 13 Sep 2018 06:54:59 +0000 (14:54 +0800)]
cmake: add ulp components build support

5 years agoMerge branch 'fix/spi_slave_free_cs' into 'master'
Angus Gratton [Thu, 13 Sep 2018 05:50:56 +0000 (13:50 +0800)]
Merge branch 'fix/spi_slave_free_cs' into 'master'

spi_slave: fix the issue rx dma get broken by master unexpected transaction

See merge request idf/esp-idf!3207

5 years agocmake: Fix "make flash" & "ninja flash" targets
Angus Gratton [Thu, 13 Sep 2018 04:13:20 +0000 (14:13 +1000)]
cmake: Fix "make flash" & "ninja flash" targets

As reported on forum.

Requires a small CMake wrapper script to pick
up environment variables at flashing time.

5 years agoMerge branch 'bugfix/optimize_BLE_memory_debug' into 'master'
Jiang Jiang Jian [Thu, 13 Sep 2018 02:49:26 +0000 (10:49 +0800)]
Merge branch 'bugfix/optimize_BLE_memory_debug' into 'master'

component/bt: optimize bluetooth memory debug

See merge request idf/esp-idf!3047

5 years agotest: fix incorrect tx power value in adv
He Yin Ling [Wed, 12 Sep 2018 10:15:06 +0000 (18:15 +0800)]
test: fix incorrect tx power value in adv

5 years agoMerge branch 'bugfix/docs_simplify_home_page' into 'master'
Angus Gratton [Thu, 13 Sep 2018 01:07:16 +0000 (09:07 +0800)]
Merge branch 'bugfix/docs_simplify_home_page' into 'master'

There are now visible links to change between English and Chinese version of…

See merge request idf/esp-idf!2983

5 years agoMerge branch 'feature/mqtt_component' into 'master'
Angus Gratton [Thu, 13 Sep 2018 01:06:09 +0000 (09:06 +0800)]
Merge branch 'feature/mqtt_component' into 'master'

added tuan's mqtt library into idf

See merge request idf/esp-idf!2851

5 years agoMerge branch 'feature/light_sleep_example' into 'master'
Angus Gratton [Thu, 13 Sep 2018 01:00:59 +0000 (09:00 +0800)]
Merge branch 'feature/light_sleep_example' into 'master'

examples: add light sleep example

See merge request idf/esp-idf!3179

5 years agoMerge branch 'feature/cmake_make_component_main_again_fixes' into 'master'
Angus Gratton [Thu, 13 Sep 2018 00:56:59 +0000 (08:56 +0800)]
Merge branch 'feature/cmake_make_component_main_again_fixes' into 'master'

cmake: fix source list issues

See merge request idf/esp-idf!3248

5 years agocmake: fix source list issues
Renz Christian Bagaporo [Thu, 13 Sep 2018 00:56:59 +0000 (08:56 +0800)]
cmake: fix source list issues

5 years agoMerge branch 'bugfix/main_component_kconfig' into 'master'
Angus Gratton [Wed, 12 Sep 2018 23:20:32 +0000 (07:20 +0800)]
Merge branch 'bugfix/main_component_kconfig' into 'master'

cmake: don't add main component Kconfig twice

See merge request idf/esp-idf!3250

5 years agoMerge branch 'feature/wifi_update_csi_api_and_fix_phy_dport_access_issue' into 'master'
Jiang Jiang Jian [Wed, 12 Sep 2018 13:29:29 +0000 (21:29 +0800)]
Merge branch 'feature/wifi_update_csi_api_and_fix_phy_dport_access_issue' into 'master'

esp32: update API to set CSI channel filter and HT_LTF data generating

See merge request idf/esp-idf!3180

5 years agosoc: fix CPU frequency not updated in rtc_clk_init
negativekelvin [Mon, 10 Sep 2018 11:49:22 +0000 (04:49 -0700)]
soc: fix CPU frequency not updated in rtc_clk_init

Add missing call to rtc_clk_cpu_freq_set_config

Merges https://github.com/espressif/esp-idf/pull/2398

5 years agofix TX power value in ble adv data is incorrect
Tian Hao [Tue, 4 Sep 2018 11:31:34 +0000 (19:31 +0800)]
fix TX power value in ble adv data is incorrect

refence to https://github.com/espressif/esp-idf/issues/2284
Before fixing, the tx power in adv data is always 0xeb(-21dbm).

restriction:
    If change BLE advertising TX power, please call esp_ble_gap_config_adv_data()
    after BLE adv TX power changed.

    Later, will implement set BLE advertising TX power via HCI, then the
    TX power value in adv data can be update automatically after BLE adv
    TX power changed.

5 years agocmake: use built-in file function to create dummy main
Ivan Grokhotkov [Wed, 12 Sep 2018 12:21:38 +0000 (20:21 +0800)]
cmake: use built-in file function to create dummy main

5 years agoComponent/bt: fix save error key in smp when reconnect
zhiweijian [Wed, 12 Sep 2018 11:51:59 +0000 (19:51 +0800)]
Component/bt: fix save error key in smp when reconnect

5 years agocmake: don't add main component Kconfig twice
Ivan Grokhotkov [Wed, 12 Sep 2018 11:31:22 +0000 (19:31 +0800)]
cmake: don't add main component Kconfig twice

5 years agoMerge branch 'bugfix/mdns_service_txt_set' into 'master'
Ivan Grokhotkov [Wed, 12 Sep 2018 10:43:53 +0000 (18:43 +0800)]
Merge branch 'bugfix/mdns_service_txt_set' into 'master'

bugfix: mdns_service_txt_set() wasn't allocating memory for TXT records

See merge request idf/esp-idf!3244

5 years agoMerge branch 'bugfix/multi_divece_cant_detect_case' into 'master'
He Yin Ling [Wed, 12 Sep 2018 10:29:34 +0000 (18:29 +0800)]
Merge branch 'bugfix/multi_divece_cant_detect_case' into 'master'

fix the bug of multi device framework that dut can't detect case

See merge request idf/esp-idf!3176

5 years agodoc/error-handling: translated error-handling.rst
morris [Fri, 31 Aug 2018 06:01:43 +0000 (14:01 +0800)]
doc/error-handling: translated error-handling.rst

Translated error-handling.rst from en to zh_CN.

5 years agoMerge branch 'bugfix/cmake_lambda' into 'master'
Ivan Grokhotkov [Wed, 12 Sep 2018 09:36:03 +0000 (17:36 +0800)]
Merge branch 'bugfix/cmake_lambda' into 'master'

idf.py: Make the lambda function Python 2 & 3 compatible

See merge request idf/esp-idf!3245

5 years agoMerge branch 'bugfix/enlarge_coap_server_pdu' into 'master'
Jiang Jiang Jian [Wed, 12 Sep 2018 08:48:12 +0000 (16:48 +0800)]
Merge branch 'bugfix/enlarge_coap_server_pdu' into 'master'

fix: response failed when set a large response data

See merge request idf/esp-idf!2627

5 years agoMerge branch 'bugfix/btdm_a2dp_role_mixed_up' into 'master'
Jiang Jiang Jian [Wed, 12 Sep 2018 08:44:53 +0000 (16:44 +0800)]
Merge branch 'bugfix/btdm_a2dp_role_mixed_up' into 'master'

component/bt: bugfix that A2DP sink device can be connected by another A2DP sink device

See merge request idf/esp-idf!3191

5 years agoMerge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master'
Jiang Jiang Jian [Wed, 12 Sep 2018 08:41:58 +0000 (16:41 +0800)]
Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master'

bugfix/btdm_controller_enable_failed_in_examples

See merge request idf/esp-idf!3224