]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agoMerge branch 'example/sysview_tracing' into 'master'
Ivan Grokhotkov [Tue, 20 Nov 2018 05:10:19 +0000 (13:10 +0800)]
Merge branch 'example/sysview_tracing' into 'master'

SystemView tracing example

See merge request idf/esp-idf!3514

6 years agoexample: Adds SystemView tracing example app
Alexey Gerenkov [Thu, 18 Oct 2018 16:14:44 +0000 (19:14 +0300)]
example: Adds SystemView tracing example app

6 years agoesp32: Fixes SystemView lock's IRQ state restore
Alexey Gerenkov [Thu, 18 Oct 2018 16:10:33 +0000 (19:10 +0300)]
esp32: Fixes SystemView lock's IRQ state restore

6 years agoMerge branch 'bugfix/ut_building_test_check' into 'master'
Angus Gratton [Mon, 19 Nov 2018 22:13:58 +0000 (06:13 +0800)]
Merge branch 'bugfix/ut_building_test_check' into 'master'

esp32, mbedtls: check component name when enabling test flags

See merge request idf/esp-idf!3742

6 years agomake/ldgen: fix line continuation
Ivan Grokhotkov [Mon, 19 Nov 2018 17:09:38 +0000 (01:09 +0800)]
make/ldgen: fix line continuation

6 years agoesp32, mbedtls: check component name when enabling test flags
Ivan Grokhotkov [Mon, 19 Nov 2018 16:49:38 +0000 (00:49 +0800)]
esp32, mbedtls: check component name when enabling test flags

Otherwise flags get enabled even when building tests for other components.

6 years agoMerge branch 'bugfix/init_memctl' into 'master'
Ivan Grokhotkov [Mon, 19 Nov 2018 10:36:47 +0000 (18:36 +0800)]
Merge branch 'bugfix/init_memctl' into 'master'

bootloader, esp32: add workaround for Tensilica erratum 572

See merge request idf/esp-idf!3605

6 years agoMerge branch 'feature/unit_test_example' into 'master'
Ivan Grokhotkov [Mon, 19 Nov 2018 10:35:54 +0000 (18:35 +0800)]
Merge branch 'feature/unit_test_example' into 'master'

Move Unity into components, add unit test example

See merge request idf/esp-idf!3562

6 years agoMerge branch 'fix/cryptography_version' into 'master'
Angus Gratton [Mon, 19 Nov 2018 07:27:45 +0000 (15:27 +0800)]
Merge branch 'fix/cryptography_version' into 'master'

Update minimum version for cryptography package required

See merge request idf/esp-idf!3712

6 years agoMerge branch 'doc/translation_eclipse-setup_wangfang' into 'master'
Angus Gratton [Mon, 19 Nov 2018 06:04:04 +0000 (14:04 +0800)]
Merge branch 'doc/translation_eclipse-setup_wangfang' into 'master'

Doc/translation eclipse setup wangfang

See merge request idf/esp-idf!3681

6 years agoMerge branch 'fix/spi_freq_limit_check' into 'master'
Angus Gratton [Mon, 19 Nov 2018 06:02:40 +0000 (14:02 +0800)]
Merge branch 'fix/spi_freq_limit_check' into 'master'

spi: modify some docs about the freq limit and the ISR

See merge request idf/esp-idf!3686

6 years agoUpdate minimum version for cryptography package required
Shivani Tipnis [Fri, 16 Nov 2018 05:57:00 +0000 (11:27 +0530)]
Update minimum version for cryptography package required

6 years agoMerge branch 'doc/add_cmake_translation' into 'master'
Angus Gratton [Mon, 19 Nov 2018 04:53:06 +0000 (12:53 +0800)]
Merge branch 'doc/add_cmake_translation' into 'master'

doc/add_translation_for_cmake_documents

See merge request idf/esp-idf!3636

6 years agoMerge branch 'feature/linker_script_generator' into 'master'
Angus Gratton [Mon, 19 Nov 2018 04:43:27 +0000 (12:43 +0800)]
Merge branch 'feature/linker_script_generator' into 'master'

Linker script generator

See merge request idf/esp-idf!2286

6 years agobootloader, esp32: add workaround for Tensilica erratum 572
Ivan Grokhotkov [Thu, 1 Nov 2018 03:30:48 +0000 (11:30 +0800)]
bootloader, esp32: add workaround for Tensilica erratum 572

If zero-overhead loop buffer is enabled, under certain rare conditions
when executing a zero-overhead loop, the CPU may attempt to execute an invalid instruction. Work around by disabling the buffer.

6 years agoexamples: add unit testing example
Ivan Grokhotkov [Thu, 25 Oct 2018 12:31:35 +0000 (20:31 +0800)]
examples: add unit testing example

6 years agounity: don't use stdio in runner, fix code style
Ivan Grokhotkov [Thu, 25 Oct 2018 07:44:50 +0000 (15:44 +0800)]
unity: don't use stdio in runner, fix code style

6 years agounity: separate common and IDF specific functionality
Ivan Grokhotkov [Thu, 25 Oct 2018 04:52:32 +0000 (12:52 +0800)]
unity: separate common and IDF specific functionality

New unity component can be used for testing other applications.
Upstream version of Unity is included as a submodule.
Utilities specific to ESP-IDF unit tests (partitions, leak checking
setup/teardown functions, etc) are kept only in unit-test-app.
Kconfig options are added to allow disabling certain Unity features.

6 years agoci: support building examples with external components
Ivan Grokhotkov [Fri, 26 Oct 2018 05:44:14 +0000 (13:44 +0800)]
ci: support building examples with external components

6 years agovfs: implement fsync for UART VFS
Ivan Grokhotkov [Thu, 25 Oct 2018 04:54:53 +0000 (12:54 +0800)]
vfs: implement fsync for UART VFS

6 years agoesp32: fix typos in rom/uart.h
Ivan Grokhotkov [Thu, 25 Oct 2018 04:56:56 +0000 (12:56 +0800)]
esp32: fix typos in rom/uart.h

6 years agoMerge branch 'docs/fix-eclipse-windows-steps' into 'master'
Angus Gratton [Mon, 19 Nov 2018 04:15:53 +0000 (12:15 +0800)]
Merge branch 'docs/fix-eclipse-windows-steps' into 'master'

Docs: Change makes Eclipse setup inline with Mac OS and Linux.

See merge request idf/esp-idf!3486

6 years agoDocs: Change makes Eclipse setup inline with Mac OS and Linux.
Prasad Alatkar [Mon, 19 Nov 2018 04:15:53 +0000 (12:15 +0800)]
Docs: Change makes Eclipse setup inline with Mac OS and Linux.

6 years agoMerge branch 'doc/translation_linux-setup-scratch_wangfang' into 'master'
Angus Gratton [Mon, 19 Nov 2018 04:14:45 +0000 (12:14 +0800)]
Merge branch 'doc/translation_linux-setup-scratch_wangfang' into 'master'

Doc/translation linux setup scratch wangfang

See merge request idf/esp-idf!3679

6 years agoDoc/translation linux setup scratch wangfang
Wang Fang [Mon, 19 Nov 2018 04:14:45 +0000 (12:14 +0800)]
Doc/translation linux setup scratch wangfang

6 years agoMerge branch 'bugfix/wifi_sta_sniffer_phy_config_bug' into 'master'
Jiang Jiang Jian [Mon, 19 Nov 2018 02:11:23 +0000 (10:11 +0800)]
Merge branch 'bugfix/wifi_sta_sniffer_phy_config_bug' into 'master'

wifi: fix wifi sta and sniffer phy config bug

See merge request idf/esp-idf!3566

6 years agoMerge branch 'bugfix/cmake_ut_parsing' into 'master'
Ivan Grokhotkov [Fri, 16 Nov 2018 14:11:14 +0000 (22:11 +0800)]
Merge branch 'bugfix/cmake_ut_parsing' into 'master'

cmake: fix for parsing unit test config

See merge request idf/esp-idf!3696

6 years agoMerge branch 'bugfix/fat_lock_log' into 'master'
Ivan Grokhotkov [Fri, 16 Nov 2018 13:29:56 +0000 (21:29 +0800)]
Merge branch 'bugfix/fat_lock_log' into 'master'

fatfs: Do not log from critical sections

See merge request idf/esp-idf!3683

6 years agocmake: fix for parsing unit test config
Renz Christian Bagaporo [Tue, 13 Nov 2018 14:27:53 +0000 (22:27 +0800)]
cmake: fix for parsing unit test config

6 years agoesp_timer: improve unit test robustness
Ivan Grokhotkov [Thu, 15 Nov 2018 12:03:13 +0000 (20:03 +0800)]
esp_timer: improve unit test robustness

1. call esp_timer_get_time and ref_clock_get in the same order on
   start and in the loop

2. disable interrupts when calculating delta between ref_clock
   and esp_timer

3. ensure both functions are in cache before calculating the delta

6 years agoMerge branch 'feature/ut_filter_test_groups' into 'master'
Ivan Grokhotkov [Fri, 16 Nov 2018 11:31:47 +0000 (19:31 +0800)]
Merge branch 'feature/ut_filter_test_groups' into 'master'

unit test: allow filtering tests using TEST_GROUPS

See merge request idf/esp-idf!3695

6 years agoMerge branch 'bugfix/adjtime_test2' into 'master'
Ivan Grokhotkov [Fri, 16 Nov 2018 11:21:45 +0000 (19:21 +0800)]
Merge branch 'bugfix/adjtime_test2' into 'master'

Resolve ""test for thread safety adjtime and gettimeofday functions" fails randomly"

Closes #37

See merge request idf/esp-idf!3657

6 years agofatfs: Do not log from critical sections
Roland Dobai [Fri, 9 Nov 2018 13:15:00 +0000 (14:15 +0100)]
fatfs: Do not log from critical sections

Logging in the critical section can result in a deadlock when the logger
is redirected to FATFS.

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

6 years agowifi: fix the bug that if station (sleep is enabled) and sniffer are enabled at the...
zhangyanjiao [Wed, 14 Nov 2018 06:46:49 +0000 (14:46 +0800)]
wifi: fix the bug that if station (sleep is enabled) and sniffer are enabled at the same time,
when disable sniffer, station will never enable phy and rf again.

Closes: https://github.com/espressif/esp-idf/issues/2545
6 years agoMerge branch 'bugfix/btdm_controller_disable' into 'master'
Jiang Jiang Jian [Fri, 16 Nov 2018 09:10:37 +0000 (17:10 +0800)]
Merge branch 'bugfix/btdm_controller_disable' into 'master'

Fix two bugs when disable bluetooth controller

See merge request idf/esp-idf!3692

6 years agoMerge branch 'bugfix/mdns_query_failed_after_init' into 'master'
Ivan Grokhotkov [Fri, 16 Nov 2018 08:37:11 +0000 (16:37 +0800)]
Merge branch 'bugfix/mdns_query_failed_after_init' into 'master'

Fixed: mdns query failed after init

See merge request idf/esp-idf!3480

6 years agomdns: added example test for ci runners
David Cermak [Fri, 12 Oct 2018 14:45:52 +0000 (16:45 +0200)]
mdns: added example test for ci runners

6 years agomdns: sending search packets also in probing and announcing state
David Cermak [Fri, 12 Oct 2018 06:13:55 +0000 (08:13 +0200)]
mdns: sending search packets also in probing and announcing state

mdns queries did not work properly when send imeadiately after set_hostname, which cuased reinit of pcb and therefore restarted probing, so search packets were blocked until probing finished
closes #2507, closes #2593

6 years agoMerge branch 'feature/docs_wireshark_trubleshooting_guide' into 'master'
Angus Gratton [Fri, 16 Nov 2018 06:44:58 +0000 (14:44 +0800)]
Merge branch 'feature/docs_wireshark_trubleshooting_guide' into 'master'

Added wireshark instruction to provide a common workflow for users submitting diagnostic data for Wi-Fi troubleshooting

See merge request idf/esp-idf!3497

6 years agoAdded wireshark instruction to provide a common workflow for users submitting diagnos...
Krzysztof Budzynski [Fri, 16 Nov 2018 06:44:58 +0000 (14:44 +0800)]
Added wireshark instruction to provide a common workflow for users submitting diagnostic data for Wi-Fi troubleshooting

6 years agotools: implement linker script generation
Renz Bagaporo [Wed, 18 Apr 2018 02:57:45 +0000 (10:57 +0800)]
tools: implement linker script generation

6 years agonewlib: Fix UT adjtime
Konstantin Kondrashov [Wed, 7 Nov 2018 11:47:51 +0000 (19:47 +0800)]
newlib: Fix UT adjtime

6 years agoMerge branch 'doc/console_zh_CN' into 'master'
Angus Gratton [Fri, 16 Nov 2018 03:21:16 +0000 (11:21 +0800)]
Merge branch 'doc/console_zh_CN' into 'master'

doc/console: translate console.rst into zh_CN

See merge request idf/esp-idf!3320

6 years agoFix two bugs when disable bluetooth controller
Tian Hao [Tue, 13 Nov 2018 09:29:44 +0000 (17:29 +0800)]
Fix two bugs when disable bluetooth controller

1. Fix the bug that disable controller suddenly cause crash when ble is working. (585cfba1)
2. Fix the bug that when disable controller, it will cause wifi cannot RX, TX timeout, buffer lack and etc. (f8546145)

6 years agounit-test: use TEST_GROUPS to filter tests for psram_vspi and psram_hspi
Ivan Grokhotkov [Tue, 13 Nov 2018 12:14:17 +0000 (20:14 +0800)]
unit-test: use TEST_GROUPS to filter tests for psram_vspi and psram_hspi

6 years agounit test: allow filtering tests for configs using TEST_GROUPS
Ivan Grokhotkov [Tue, 13 Nov 2018 11:48:31 +0000 (19:48 +0800)]
unit test: allow filtering tests for configs using TEST_GROUPS

6 years agoMerge branch 'feature/core_dump_crc' into 'master'
Ivan Grokhotkov [Thu, 15 Nov 2018 07:05:43 +0000 (15:05 +0800)]
Merge branch 'feature/core_dump_crc' into 'master'

Core Dump CRC

See merge request idf/esp-idf!1290

6 years agoesp32: Fixes freezing core dump process when flash write address checks are enabled
Alexey Gerenkov [Mon, 12 Nov 2018 21:26:07 +0000 (00:26 +0300)]
esp32: Fixes freezing core dump process when flash write address checks are enabled

6 years agoesp32: Adds logging level to core dump script
Alexey Gerenkov [Mon, 12 Nov 2018 21:18:17 +0000 (00:18 +0300)]
esp32: Adds logging level to core dump script

6 years agoesp32: Adds support for core dump format version
Alexey Gerenkov [Mon, 12 Nov 2018 21:04:23 +0000 (00:04 +0300)]
esp32: Adds support for core dump format version

6 years agoesp32: Adds menuconfig option for max tasks number in core dump
Alexey Gerenkov [Mon, 12 Nov 2018 21:01:24 +0000 (00:01 +0300)]
esp32: Adds menuconfig option for max tasks number in core dump

6 years agoesp32: Core dump API to retrieve current core data layout in flash
Alexey Gerenkov [Tue, 13 Mar 2018 14:07:42 +0000 (17:07 +0300)]
esp32: Core dump API to retrieve current core data layout in flash

6 years agoesp32: Replaces magic numbers with CRC for core dump in flash
Alexey Gerenkov [Wed, 13 Sep 2017 18:30:48 +0000 (21:30 +0300)]
esp32: Replaces magic numbers with CRC for core dump in flash

6 years agoMerge branch 'bugfix/ethernet_fail_twice_init' into 'master'
Ivan Grokhotkov [Thu, 15 Nov 2018 04:35:55 +0000 (12:35 +0800)]
Merge branch 'bugfix/ethernet_fail_twice_init' into 'master'

fix bug of multi-call failure in esp_eth_init

See merge request idf/esp-idf!3673

6 years agoMerge branch 'bugfix/tw27096_fix_lwip_mbox_free_crash' into 'master'
Jiang Jiang Jian [Thu, 15 Nov 2018 02:31:35 +0000 (10:31 +0800)]
Merge branch 'bugfix/tw27096_fix_lwip_mbox_free_crash' into 'master'

fix the crash bug caused by sys_mbox_free

See merge request idf/esp-idf!3654

6 years agoMerge branch 'bugfix/app_template_build' into 'master'
Anton Maklakov [Thu, 15 Nov 2018 01:51:00 +0000 (09:51 +0800)]
Merge branch 'bugfix/app_template_build' into 'master'

esp-idf-template app: some fixes for the updated template app

See merge request idf/esp-idf!3698

6 years agotools: fix cmake build script for sdkconfig test
Mahavir Jain [Wed, 14 Nov 2018 12:27:15 +0000 (17:57 +0530)]
tools: fix cmake build script for sdkconfig test

6 years agocmake: fix the creation dummy main to avoid rebuilding
Anton Maklakov [Wed, 14 Nov 2018 11:45:14 +0000 (19:45 +0800)]
cmake: fix the creation dummy main to avoid rebuilding

6 years agoci: If there is no sdkconfig, we have to generate one
Anton Maklakov [Wed, 14 Nov 2018 06:13:28 +0000 (14:13 +0800)]
ci: If there is no sdkconfig, we have to generate one

6 years agoMerge branch 'bugfix/readdir_ut_timeout' into 'master'
Ivan Grokhotkov [Tue, 13 Nov 2018 14:54:21 +0000 (22:54 +0800)]
Merge branch 'bugfix/readdir_ut_timeout' into 'master'

spiffs: increase timeout in readdir test

Closes #41

See merge request idf/esp-idf!3687

6 years agoethernet: multi-call failure in esp_eth_init
morris [Fri, 9 Nov 2018 09:33:44 +0000 (17:33 +0800)]
ethernet: multi-call failure in esp_eth_init

Because of incomplete state machine, ethernet driver will broken if esp_eth_init is called twice.
Detailed information here: https://ezredmine.espressif.cn:8765/issues/27332

6 years agoMerge branch 'bugfix/ethernet_memory_leak' into 'master'
Ivan Grokhotkov [Tue, 13 Nov 2018 07:53:47 +0000 (15:53 +0800)]
Merge branch 'bugfix/ethernet_memory_leak' into 'master'

fix potential memory leak in ethernet driver

See merge request idf/esp-idf!3646

6 years agospi: add documents explicitly showing the executing core of the ISR
michael [Tue, 13 Nov 2018 03:09:13 +0000 (11:09 +0800)]
spi: add documents explicitly showing the executing core of the ISR

It is an ESP specific FreeRTOS feature that the ISR is always executed
on the core which calls the interrupt register function. In the SPI
driver, the function is always called in the bus initialization
function.

Hence, the ISR will be executed on the core which initialize the driver.

If the core is starved due to higher priority ISRs, or the interrupt is
disabled on the core (spinlock called, etc.), the ISR will not get
executed and SPI transactions will not be handled.

(MINOR CHANGE)

Resolves https://github.com/espressif/esp-idf/issues/2432.

6 years agospi_master: modify the error msg a little when over freq limit
michael [Tue, 13 Nov 2018 03:02:54 +0000 (11:02 +0800)]
spi_master: modify the error msg a little when over freq limit

The MISO signal will be delayed if the GPIO matrix is enabled.
However, delay also comes from the slave.

Previous code only considers the former case, and assume the frequency
limitations is only violated when GPIO matrix is used.

Now we are able to calculate the freq limit when extenal MISO delay is
given (feature introduced in 9c6c6ec34ab0641ace89aeb9b1a133eb6fae1a18).
The frequency limit is lower when the external MISO delay is large, and
the limit is likely to be violated even with IOMUX.

Resolves https://github.com/espressif/esp-idf/issues/2690.

6 years agospiffs: increase timeout in readdir test
Ivan Grokhotkov [Tue, 13 Nov 2018 03:41:19 +0000 (11:41 +0800)]
spiffs: increase timeout in readdir test

Timeout of 15 seconds is not sufficient if SPIFFS partition needs to
be formatted, on some of the boards.

6 years ago1.Update 8 English cmake files
liying [Tue, 6 Nov 2018 04:02:21 +0000 (12:02 +0800)]
1.Update 8 English cmake files
2.Provide Chinese translation to these 8 cmake files

6 years agoethernetif: fix potential memory leak
morris [Tue, 6 Nov 2018 11:10:01 +0000 (19:10 +0800)]
ethernetif: fix potential memory leak

1. If L2_TO_L3_RX_BUF_MODE is not selected, we must assign l2_owner explictly before we call pbuf_free.
2. free intr resource in esp_eth_deinit

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

6 years agoMerge branch 'bugfix/cmake_utf_decode' into 'master'
Angus Gratton [Tue, 13 Nov 2018 01:54:28 +0000 (09:54 +0800)]
Merge branch 'bugfix/cmake_utf_decode' into 'master'

tools: Fix Unicode decode error & indentation error

See merge request idf/esp-idf!3669

6 years agoMerge branch 'bugfix/http_literal_caseinsensitive' into 'master'
Jiang Jiang Jian [Mon, 12 Nov 2018 09:03:06 +0000 (17:03 +0800)]
Merge branch 'bugfix/http_literal_caseinsensitive' into 'master'

Compare case-insensitive URI schemes

See merge request idf/esp-idf!3558

6 years agoUpdate translation based on review
wangfang [Mon, 12 Nov 2018 08:16:52 +0000 (16:16 +0800)]
Update translation based on review

6 years agoMerge branch 'feature/build_system_multi_target' into 'master'
Ivan Grokhotkov [Mon, 12 Nov 2018 07:30:36 +0000 (15:30 +0800)]
Merge branch 'feature/build_system_multi_target' into 'master'

build system: support for multiple targets (CMake only)

See merge request idf/esp-idf!3499

6 years agoMerge branch 'bugfix/btdm_fix_memory_leak_in_v3.2' into 'master'
Jiang Jiang Jian [Mon, 12 Nov 2018 03:27:00 +0000 (11:27 +0800)]
Merge branch 'bugfix/btdm_fix_memory_leak_in_v3.2' into 'master'

Component/bt: fix memory leak in service change char

See merge request idf/esp-idf!3631

6 years agoMerge branch 'feature/btdm_add_vendor_hci_cmd' into 'master'
Jiang Jiang Jian [Mon, 12 Nov 2018 03:26:35 +0000 (11:26 +0800)]
Merge branch 'feature/btdm_add_vendor_hci_cmd' into 'master'

component/bt: add vendor hci cmd

See merge request idf/esp-idf!3577

6 years agoupdate translation
wangfang [Mon, 12 Nov 2018 02:15:20 +0000 (10:15 +0800)]
update translation

6 years agoMerge branch 'bugfix/uart_examples_match_template' into 'master'
Angus Gratton [Mon, 12 Nov 2018 01:19:14 +0000 (09:19 +0800)]
Merge branch 'bugfix/uart_examples_match_template' into 'master'

examples: Fix UART examples to match the template

See merge request idf/esp-idf!3642

6 years agoMerge branch 'feature/update_board_guides_for_headers' into 'master'
Angus Gratton [Mon, 12 Nov 2018 01:15:29 +0000 (09:15 +0800)]
Merge branch 'feature/update_board_guides_for_headers' into 'master'

Feature/update board guides for headers

See merge request idf/esp-idf!3590

6 years agoFeature/update board guides for headers
Natasha [Mon, 12 Nov 2018 01:15:29 +0000 (09:15 +0800)]
Feature/update board guides for headers

6 years agoMerge branch 'bugfix/multiple_github_pr' into 'master'
Angus Gratton [Mon, 12 Nov 2018 01:14:35 +0000 (09:14 +0800)]
Merge branch 'bugfix/multiple_github_pr' into 'master'

Multiple github PR's

See merge request idf/esp-idf!3665

6 years agoMerge branch 'feature/cmake_secure_boot_support' into 'master'
Angus Gratton [Mon, 12 Nov 2018 01:09:30 +0000 (09:09 +0800)]
Merge branch 'feature/cmake_secure_boot_support' into 'master'

CMake : Secure Boot support added

See merge request idf/esp-idf!3522

6 years agobuild system: support for multiple targets
Ivan Grokhotkov [Fri, 19 Oct 2018 03:51:51 +0000 (11:51 +0800)]
build system: support for multiple targets

6 years agoconfgen.py: allow multiple defaults files
Ivan Grokhotkov [Fri, 19 Oct 2018 03:53:57 +0000 (11:53 +0800)]
confgen.py: allow multiple defaults files

6 years agolwip: fix crash caused by sys_mbox_free
Liu Zhi Fu [Wed, 7 Nov 2018 02:52:33 +0000 (10:52 +0800)]
lwip: fix crash caused by sys_mbox_free

Fix lwip crashed bug caused by sys_mbox_free()

6 years agoadd translation
wangfang [Fri, 9 Nov 2018 11:54:43 +0000 (19:54 +0800)]
add translation

6 years agoMerge branch 'bugfix/btdm_add_scan_window_interval_check' into 'master'
Jiang Jiang Jian [Fri, 9 Nov 2018 11:32:11 +0000 (19:32 +0800)]
Merge branch 'bugfix/btdm_add_scan_window_interval_check' into 'master'

Component/bt: add scan window and interval check when set scan params

See merge request idf/esp-idf!3581

6 years agocomponent/bt: add vendor hci cmd
zwj [Mon, 29 Oct 2018 13:27:39 +0000 (21:27 +0800)]
component/bt: add vendor hci cmd

6 years agoexamples: Fix UART examples to match the template
Roland Dobai [Thu, 1 Nov 2018 10:57:24 +0000 (11:57 +0100)]
examples: Fix UART examples to match the template

6 years agotools: Fix UTF decode error
Roland Dobai [Thu, 8 Nov 2018 12:02:03 +0000 (13:02 +0100)]
tools: Fix UTF decode error

6 years agodocs: corrected typo event_handler
Cheppali Umasankar Reddy [Sun, 4 Nov 2018 08:27:17 +0000 (13:57 +0530)]
docs: corrected typo event_handler

esp_http_client_config_t has member event_handler not event_handle

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

6 years agoAdd checks to for CONFIG_MBEDTLS_SSL_ALPN
Stephen Bird [Mon, 15 Oct 2018 21:46:52 +0000 (14:46 -0700)]
Add checks to for CONFIG_MBEDTLS_SSL_ALPN

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

6 years agobt: Fix bracket warning
Stephen Bird [Fri, 12 Oct 2018 18:15:40 +0000 (11:15 -0700)]
bt: Fix bracket warning

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

6 years agoexamples: Correct Content-Length in openssl_server example
Ondřej Hruška [Tue, 9 Oct 2018 13:01:35 +0000 (15:01 +0200)]
examples: Correct Content-Length in openssl_server example

Before this fix it didn't send all of the response, ending with `</h`

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

6 years agoesp_http_client: Fix infinite loop on esp_http_client_fetch_headers
Damian Reboredo [Tue, 9 Oct 2018 11:55:19 +0000 (08:55 -0300)]
esp_http_client: Fix infinite loop on esp_http_client_fetch_headers

error must also be returned if esp_tls_conn_read return 0 because socket  was closed

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

6 years agoheap: Compile heap_task_info.c conditionally on CONFIG_HEAP_TASK_TRACKING in heap...
Paul Reimer [Sun, 30 Sep 2018 23:45:51 +0000 (16:45 -0700)]
heap: Compile heap_task_info.c conditionally on CONFIG_HEAP_TASK_TRACKING in heap CMakeLists.txt

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

6 years agortc_clk: bugfix: incorrect divider setting in rtc_clk_cpu_freq_to_config()
shawwwn [Wed, 12 Sep 2018 23:20:58 +0000 (16:20 -0700)]
rtc_clk: bugfix: incorrect divider setting in rtc_clk_cpu_freq_to_config()

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

6 years agoexamples: Fixing possible memory leak, not freeing "run_time" prior to returning
mharizanov [Tue, 4 Sep 2018 12:52:11 +0000 (15:52 +0300)]
examples: Fixing possible memory leak, not freeing "run_time" prior to returning

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

6 years agoMerge branch 'bugfix/fix_ble_examples' into 'master'
Jiang Jiang Jian [Thu, 8 Nov 2018 10:09:29 +0000 (18:09 +0800)]
Merge branch 'bugfix/fix_ble_examples' into 'master'

examples/bluetooth: Miscellaneous fixes in some of the examples

See merge request idf/esp-idf!3549

6 years agoMerge branch 'feature/btdm_support_oob_in_SMP' into 'master'
Jiang Jiang Jian [Thu, 8 Nov 2018 08:44:15 +0000 (16:44 +0800)]
Merge branch 'feature/btdm_support_oob_in_SMP' into 'master'

Component/bt: support OOB in SMP

See merge request idf/esp-idf!3496

6 years agoMerge branch 'doc/create_example_zh_CN' into 'master'
Angus Gratton [Thu, 8 Nov 2018 02:23:14 +0000 (10:23 +0800)]
Merge branch 'doc/create_example_zh_CN' into 'master'

translation of creating-examples.rst

See merge request idf/esp-idf!3391

6 years agodoc/console: translate console.rst into zh_CN
morris [Thu, 6 Sep 2018 02:10:47 +0000 (10:10 +0800)]
doc/console: translate console.rst into zh_CN

6 years agodoc:update_creating_example_cn
liying [Tue, 6 Nov 2018 10:40:17 +0000 (18:40 +0800)]
doc:update_creating_example_cn