]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agoexamples: update default root-ca for aws_iot demos
Mahavir Jain [Sun, 9 Dec 2018 14:44:41 +0000 (20:14 +0530)]
examples: update default root-ca for aws_iot demos

6 years agoMerge branch 'doc/network' into 'master'
Angus Gratton [Tue, 18 Dec 2018 05:15:05 +0000 (13:15 +0800)]
Merge branch 'doc/network' into 'master'

docs: Rearrange wifi & ethernet docs under "Networking", add tcpip_adapter docs

See merge request idf/esp-idf!3890

6 years agoMerge branch 'bugfix/btdm_fix_receive_adv_pkt_when_duplicate_scan_enabled' into ...
Jiang Jiang Jian [Tue, 18 Dec 2018 03:44:38 +0000 (11:44 +0800)]
Merge branch 'bugfix/btdm_fix_receive_adv_pkt_when_duplicate_scan_enabled' into 'master'

Component/bt: fix receive adv pkt when enable duplicate scan

See merge request idf/esp-idf!3783

6 years agoMerge branch 'bugfix/tw27963_fix_wifi_stop_bug' into 'master'
Jiang Jiang Jian [Tue, 18 Dec 2018 03:40:28 +0000 (11:40 +0800)]
Merge branch 'bugfix/tw27963_fix_wifi_stop_bug' into 'master'

esp32: fix WiFi stop bug in WiFi/BT coexist mode

See merge request idf/esp-idf!3979

6 years agoMerge branch 'bugfix/btdm_prevent_light_sleep' into 'master'
Jiang Jiang Jian [Tue, 18 Dec 2018 03:34:50 +0000 (11:34 +0800)]
Merge branch 'bugfix/btdm_prevent_light_sleep' into 'master'

bugfix/btdm_prevent_light_sleep

See merge request idf/esp-idf!3980

6 years agotcpip_adapter: Rename DHCP option types to include DHCP in the type name
Angus Gratton [Fri, 7 Dec 2018 07:00:29 +0000 (18:00 +1100)]
tcpip_adapter: Rename DHCP option types to include DHCP in the type name

6 years agotcpip_adapter: Update header descriptions, constify some parameters
Angus Gratton [Mon, 3 Dec 2018 07:11:53 +0000 (18:11 +1100)]
tcpip_adapter: Update header descriptions, constify some parameters

6 years agodocs: Add option to redirect documentation pages which have moved
Angus Gratton [Mon, 3 Dec 2018 06:58:08 +0000 (17:58 +1100)]
docs: Add option to redirect documentation pages which have moved

6 years agoMerge branch 'feature/pystyle_components' into 'master'
Angus Gratton [Tue, 18 Dec 2018 03:03:03 +0000 (11:03 +0800)]
Merge branch 'feature/pystyle_components' into 'master'

components: Correct the Python coding style

See merge request idf/esp-idf!3882

6 years agoMerge branch 'feature/rename_main_instructions' into 'master'
Angus Gratton [Tue, 18 Dec 2018 00:08:20 +0000 (08:08 +0800)]
Merge branch 'feature/rename_main_instructions' into 'master'

Add instructions on how to rename main component

See merge request idf/esp-idf!3933

6 years agoMerge branch 'bugfix/ldgen_make_build_regression' into 'master'
Angus Gratton [Mon, 17 Dec 2018 22:41:23 +0000 (06:41 +0800)]
Merge branch 'bugfix/ldgen_make_build_regression' into 'master'

Fix 'command not found' error when building on linux with make

See merge request idf/esp-idf!3977

6 years agoesp32: fix WiFi stop bug in WiFi/BT coexist mode
Liu Zhi Fu [Mon, 17 Dec 2018 08:12:20 +0000 (16:12 +0800)]
esp32: fix WiFi stop bug in WiFi/BT coexist mode

This fix includes following changes:
1. Fix the bug that esp_restart()/esp_wifi_stop() sometimes fails in WiFi/BT coexist mode.
2. Add a timer for WiFi stop and stop WiFi forcibly once the timer expires.

6 years agocomponent/bt: use a pm_lock to prevent light sleep when bluetooth is enabled due...
wangmengyang [Mon, 17 Dec 2018 11:54:57 +0000 (19:54 +0800)]
component/bt: use a pm_lock to prevent light sleep when bluetooth is enabled due to current imcompatibility

6 years agoComponent/bt: fix receive adv pkt when enable duplicate scan
zhiweijian [Fri, 23 Nov 2018 12:03:40 +0000 (20:03 +0800)]
Component/bt: fix receive adv pkt when enable duplicate scan

6 years agocomponents: Correct the Python coding style
Roland Dobai [Tue, 4 Dec 2018 12:06:46 +0000 (13:06 +0100)]
components: Correct the Python coding style

6 years agoci: detect command not found build errors
Renz Christian Bagaporo [Mon, 17 Dec 2018 06:03:45 +0000 (14:03 +0800)]
ci: detect command not found build errors

6 years agocmake: fix regression with linux make builds
Renz Christian Bagaporo [Mon, 17 Dec 2018 04:58:29 +0000 (12:58 +0800)]
cmake: fix regression with linux make builds

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

6 years agoMerge branch 'bugfix/ota_magic_byte_issue' into 'master'
Angus Gratton [Mon, 17 Dec 2018 05:19:44 +0000 (13:19 +0800)]
Merge branch 'bugfix/ota_magic_byte_issue' into 'master'

bugfix/ota_magic_byte_issue: Fixes OTA magic byte error

See merge request idf/esp-idf!3936

6 years agoMerge branch 'bugfix/does_my_chip_have_vref_in_efuse' into 'master'
Angus Gratton [Mon, 17 Dec 2018 05:18:32 +0000 (13:18 +0800)]
Merge branch 'bugfix/does_my_chip_have_vref_in_efuse' into 'master'

Update information on ADC's eFuse Vref. Inspired by https://esp32.com/viewtopic.php?f=12&t=6832.

See merge request idf/esp-idf!3931

6 years agoUpdate information on ADC's eFuse Vref. Inspired by https://esp32.com/viewtopic.php...
Krzysztof Budzynski [Mon, 17 Dec 2018 05:18:32 +0000 (13:18 +0800)]
Update information on ADC's eFuse Vref. Inspired by https://esp32.com/viewtopic.php?f=12&t=6832.

6 years agoMerge branch 'bugfix/prov_example_tests' into 'master'
Angus Gratton [Mon, 17 Dec 2018 05:06:44 +0000 (13:06 +0800)]
Merge branch 'bugfix/prov_example_tests' into 'master'

Fix provisioning example tests

See merge request idf/esp-idf!3667

6 years agobugfix/ota_magic_byte_issue: Fix indent and replace constant by macro
Supreet Deshpande [Mon, 17 Dec 2018 04:26:18 +0000 (09:56 +0530)]
bugfix/ota_magic_byte_issue: Fix indent and replace constant by macro

Replace 0xE9 by ESP_IMAGE_HEADER_MAGIC.

6 years agoMerge branch 'doc/translation_establish-serial-connection_wangfang' into 'master'
Ivan Grokhotkov [Mon, 17 Dec 2018 03:49:35 +0000 (11:49 +0800)]
Merge branch 'doc/translation_establish-serial-connection_wangfang' into 'master'

Doc/translation establish serial connection wangfang

See merge request idf/esp-idf!3731

6 years agoDoc/translation establish serial connection wangfang
Wang Fang [Mon, 17 Dec 2018 03:49:35 +0000 (11:49 +0800)]
Doc/translation establish serial connection wangfang

6 years agodoc: Rearrange wifi & ethernet docs into a common "network" doc
Angus Gratton [Mon, 3 Dec 2018 07:11:31 +0000 (18:11 +1100)]
doc: Rearrange wifi & ethernet docs into a common "network" doc

6 years agoMerge branch 'bugfix/btdm_assert_ble_65536' into 'master'
Jiang Jiang Jian [Fri, 14 Dec 2018 12:29:04 +0000 (20:29 +0800)]
Merge branch 'bugfix/btdm_assert_ble_65536' into 'master'

fix bug that there's very low ratio to cause BLE assert(65536, 0) in rwble.c at line 222

See merge request idf/esp-idf!3966

6 years agoMerge branch 'bugfix/build_system_test_fixes_windows' into 'master'
Ivan Grokhotkov [Fri, 14 Dec 2018 12:19:51 +0000 (20:19 +0800)]
Merge branch 'bugfix/build_system_test_fixes_windows' into 'master'

Various fixes for build tests on Windows

See merge request idf/esp-idf!3944

6 years agofix bug that there's very low ratio to cause BLE assert(65536, 0) in rwble.c at line 222
Tian Hao [Fri, 14 Dec 2018 09:38:52 +0000 (17:38 +0800)]
fix bug that there's very low ratio to cause BLE assert(65536, 0) in rwble.c at line 222

6 years agoMerge branch 'bugfix/btdm_modem_sleep_cowork_with_DFS' into 'master'
Jiang Jiang Jian [Fri, 14 Dec 2018 06:03:56 +0000 (14:03 +0800)]
Merge branch 'bugfix/btdm_modem_sleep_cowork_with_DFS' into 'master'

bugfix/btdm_modem_sleep_cowork_with_DFS

See merge request idf/esp-idf!3797

6 years agocomponent/bt: add DRAM_ATTR attribute to global variables(bss segment) in bt.c which...
wangmengyang [Fri, 14 Dec 2018 03:29:00 +0000 (11:29 +0800)]
component/bt: add DRAM_ATTR attribute to global variables(bss segment) in bt.c which can be accessed in ISR

6 years agoMerge branch 'bufix/btdm_fix_save_key_when_auth_mode_without_bond' into 'master'
Jiang Jiang Jian [Fri, 14 Dec 2018 02:35:14 +0000 (10:35 +0800)]
Merge branch 'bufix/btdm_fix_save_key_when_auth_mode_without_bond' into 'master'

Component/bt: fix save keys when auth mode without bond

See merge request idf/esp-idf!3782

6 years agoldgen: fix issue when not built in msys2
Renz Christian Bagaporo [Thu, 13 Dec 2018 10:19:59 +0000 (18:19 +0800)]
ldgen: fix issue when not built in msys2

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

6 years agombedtls: fix issue with non idf.py build on windows
Renz Christian Bagaporo [Thu, 13 Dec 2018 10:24:06 +0000 (18:24 +0800)]
mbedtls: fix issue with non idf.py build on windows

6 years agotools: fix makefile converter windows path issue
Renz Christian Bagaporo [Tue, 11 Dec 2018 12:07:18 +0000 (20:07 +0800)]
tools: fix makefile converter windows path issue

6 years agoci: fix build test with IDF_PATH unset on Windows
Renz Christian Bagaporo [Tue, 11 Dec 2018 08:00:28 +0000 (16:00 +0800)]
ci: fix build test with IDF_PATH unset on Windows

6 years agoMerge branch 'bugfix/btdm_fix_auth_mode_error_when_reconnection_in_smp' into 'master'
Jiang Jiang Jian [Thu, 13 Dec 2018 09:04:12 +0000 (17:04 +0800)]
Merge branch 'bugfix/btdm_fix_auth_mode_error_when_reconnection_in_smp' into 'master'

Component/bt: fix auth_mode error when reconnection in SMP

See merge request idf/esp-idf!3856

6 years agoComponent/bt: fix save keys when auth mode without bond
zhiweijian [Fri, 23 Nov 2018 10:06:02 +0000 (18:06 +0800)]
Component/bt: fix save keys when auth mode without bond

6 years agoMerge branch 'docs/btdm_ble_ibeacon_example' into 'master'
Jiang Jiang Jian [Thu, 13 Dec 2018 07:31:30 +0000 (15:31 +0800)]
Merge branch 'docs/btdm_ble_ibeacon_example' into 'master'

docs: refactor BLE iBeacon demo readme

See merge request idf/esp-idf!2905

6 years agoMerge branch 'doc/add_coap_readme' into 'master'
Jiang Jiang Jian [Thu, 13 Dec 2018 07:22:50 +0000 (15:22 +0800)]
Merge branch 'doc/add_coap_readme' into 'master'

doc: add CoAP README.md

See merge request idf/esp-idf!2643

6 years agoMerge branch 'test/add_case_to_detect_ds2ds_issue' into 'master'
Jiang Jiang Jian [Thu, 13 Dec 2018 06:49:30 +0000 (14:49 +0800)]
Merge branch 'test/add_case_to_detect_ds2ds_issue' into 'master'

test: add case to detect ds2ds issue

See merge request idf/esp-idf!3834

6 years agoesp_prov : python coding style fixed as per conventions
Anurag Kar [Sat, 1 Dec 2018 13:23:34 +0000 (18:53 +0530)]
esp_prov : python coding style fixed as per conventions

6 years agoesp_prov : Added config option for enabling exception throw from within APIs
Anurag Kar [Wed, 28 Nov 2018 12:31:57 +0000 (18:01 +0530)]
esp_prov : Added config option for enabling exception throw from within APIs

Example tests updated to enable exception throwing feature of esp_prov

6 years agoprovisioning : tweak example test timeouts to reduce failures
Anurag Kar [Thu, 8 Nov 2018 07:44:54 +0000 (13:14 +0530)]
provisioning : tweak example test timeouts to reduce failures

6 years agoMerge branch 'bugfix/gcc8_compatibility' into 'master'
Anton Maklakov [Thu, 13 Dec 2018 04:57:00 +0000 (12:57 +0800)]
Merge branch 'bugfix/gcc8_compatibility' into 'master'

Support for GCC8 compatibility - 2

See merge request idf/esp-idf!3677

6 years agoexample: Avoid a fallthrough
Anton Maklakov [Mon, 10 Dec 2018 08:17:51 +0000 (16:17 +0800)]
example: Avoid a fallthrough

6 years agocmake: Put a variable to the cache to have access one in other cmake files
Anton Maklakov [Wed, 5 Dec 2018 12:03:25 +0000 (20:03 +0800)]
cmake: Put a variable to the cache to have access one in other cmake files

6 years agoexample: Fix unused identifier warnings
Anton Maklakov [Wed, 28 Nov 2018 04:32:13 +0000 (12:32 +0800)]
example: Fix unused identifier warnings

6 years agoexample: Fix a truncation warning
Anton Maklakov [Sun, 11 Nov 2018 05:48:34 +0000 (13:48 +0800)]
example: Fix a truncation warning

6 years agoMerge branch 'bugfix/btdm_fix_accept_specified_sec_auth' into 'master'
Jiang Jiang Jian [Thu, 13 Dec 2018 03:19:53 +0000 (11:19 +0800)]
Merge branch 'bugfix/btdm_fix_accept_specified_sec_auth' into 'master'

Component/bt: fix accept specified sec auth error

See merge request idf/esp-idf!3770

6 years agoMerge branch 'bugfix/idf_monitor_without_toolchain' into 'master'
Anton Maklakov [Wed, 12 Dec 2018 08:20:14 +0000 (16:20 +0800)]
Merge branch 'bugfix/idf_monitor_without_toolchain' into 'master'

tools: Print useful error message from idf_monitor when toolchain isn't available

See merge request idf/esp-idf!3862

6 years agotools: Print useful error message from idf_monitor when toolchain isn't available
Roland Dobai [Sat, 1 Dec 2018 15:16:49 +0000 (16:16 +0100)]
tools: Print useful error message from idf_monitor when toolchain isn't available

6 years agocomponent/bt: bugfix of bluetooth modem sleep not being able to work with Dynamic...
wangmengyang [Tue, 11 Dec 2018 08:49:01 +0000 (16:49 +0800)]
component/bt: bugfix of bluetooth modem sleep not being able to work with Dynamic Frequency Scaling

1. start an esp_timer on entering sleep to acquire pm_lock before wake up from modem sleep
2. decrease the clock division of XTAL fed to bluetooth low power clock from 32us to 2us period to allow to work under 240MHz Max CPU frequency
3. decrease the minimum sleep duration threshold to allow shorter bluetooth modem sleep period, especially for BLE with short connection interval
4. reconfigure bluetooth baseband(BT-BB) settings after PHY/RF init upon waking up from modem sleep to avoid packet RX/TX performance degradation

6 years agoMerge branch 'bugfix/issues_from_github' into 'master'
Ivan Grokhotkov [Tue, 11 Dec 2018 03:22:33 +0000 (11:22 +0800)]
Merge branch 'bugfix/issues_from_github' into 'master'

Docs: Minor PRs from GitHub

See merge request idf/esp-idf!3930

6 years agoTypo fix in mqtt.rst.
Noeël Moeskops [Sun, 2 Dec 2018 15:37:27 +0000 (16:37 +0100)]
Typo fix in mqtt.rst.

changed 'defalut' to 'default'

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

6 years agoAdd missing dependency.
Stephen Bird [Mon, 3 Dec 2018 02:42:50 +0000 (18:42 -0800)]
Add missing dependency.

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

6 years agobugfix/ota_magic_byte_issue: Fixes OTA magic byte error
Supreet Deshpande [Mon, 10 Dec 2018 11:46:38 +0000 (17:16 +0530)]
bugfix/ota_magic_byte_issue: Fixes OTA magic byte error

On enabling flash encryption, OTA fails with magic byte error in the second chunk
if the http data is split into two or more chunks and first chunk is less than 16.

6 years agoMerge branch 'bugfix/nvs_test_compile_err' into 'master'
Ivan Grokhotkov [Mon, 10 Dec 2018 09:42:43 +0000 (17:42 +0800)]
Merge branch 'bugfix/nvs_test_compile_err' into 'master'

nvs_flash: Fix compilation of host testcases when g++-8.x is used.

See merge request idf/esp-idf!3699

6 years agoMerge branch 'bugfix/extra_cflags' into 'master'
Anton Maklakov [Mon, 10 Dec 2018 05:28:12 +0000 (13:28 +0800)]
Merge branch 'bugfix/extra_cflags' into 'master'

cmake: add EXTRA_CFLAGS and clean warnings

See merge request idf/esp-idf!3805

6 years agotest: Fix some unused identifier warnings
Anton Maklakov [Wed, 5 Dec 2018 12:22:25 +0000 (20:22 +0800)]
test: Fix some unused identifier warnings

6 years agoci: Use more pedantic checking for examples and ut
Anton Maklakov [Tue, 27 Nov 2018 11:16:18 +0000 (19:16 +0800)]
ci: Use more pedantic checking for examples and ut

6 years agocmake: Add support for EXTRA_CFLAGS and EXTRA_CXXFLAGS
Anton Maklakov [Tue, 27 Nov 2018 14:46:50 +0000 (22:46 +0800)]
cmake: Add support for EXTRA_CFLAGS and EXTRA_CXXFLAGS

6 years agodocs: add section on renaming main component
Renz Christian Bagaporo [Mon, 10 Dec 2018 04:29:42 +0000 (12:29 +0800)]
docs: add section on renaming main component

6 years agoMerge branch 'feature/unity_set_test_from_gdb' into 'master'
Ivan Grokhotkov [Mon, 10 Dec 2018 04:25:39 +0000 (12:25 +0800)]
Merge branch 'feature/unity_set_test_from_gdb' into 'master'

unity: add a hook to run test from gdb session

See merge request idf/esp-idf!3916

6 years agoMerge branch 'feature/illegal_instruction_panic_info' into 'master'
Ivan Grokhotkov [Mon, 10 Dec 2018 04:24:26 +0000 (12:24 +0800)]
Merge branch 'feature/illegal_instruction_panic_info' into 'master'

panic: dump some instruction memory on IllegalInstruction exception

See merge request idf/esp-idf!3924

6 years agoMerge branch 'doc/i2s_example_doc_improve' into 'master'
Wang Jia Lin [Mon, 10 Dec 2018 03:23:11 +0000 (11:23 +0800)]
Merge branch 'doc/i2s_example_doc_improve' into 'master'

doc(i2s): update README.md file of i2s related examples.

See merge request idf/esp-idf!2664

6 years agodoc(i2s): update README.md file of i2s related examples.
hou wen xiang [Fri, 29 Jun 2018 08:21:31 +0000 (16:21 +0800)]
doc(i2s): update README.md file of i2s related examples.

6 years agonvs_flash: Fix compilation of host testcases when g++-8.x is used.
Sagar Bijwe [Wed, 14 Nov 2018 12:40:24 +0000 (18:10 +0530)]
nvs_flash: Fix compilation of host testcases when g++-8.x is used.

When std::bind is used, it requires inclusion of <functional> header.
This was not mandatory with earlier versions of g++ (4.x), may be because they
had experimental support for c++11.

6 years agopanic: dump some instruction memory on IllegalInstruction exception
Ivan Grokhotkov [Sun, 2 Dec 2018 22:57:26 +0000 (06:57 +0800)]
panic: dump some instruction memory on IllegalInstruction exception

6 years agoMerge branch 'feature/nmea-parser' into 'master' v3.3-beta1
Ivan Grokhotkov [Fri, 7 Dec 2018 06:32:04 +0000 (14:32 +0800)]
Merge branch 'feature/nmea-parser' into 'master'

NMEA0183 Parser

See merge request idf/esp-idf!3866

6 years agoMerge branch 'bugfix/bbpll_wakeup_reset' into 'master'
Ivan Grokhotkov [Fri, 7 Dec 2018 06:21:59 +0000 (14:21 +0800)]
Merge branch 'bugfix/bbpll_wakeup_reset' into 'master'

soc/rtc: reset BBPLL config when enabling it

See merge request idf/esp-idf!3911

6 years agoMerge branch 'docs/add_note_for_ulp_set_wakeup_period' into 'master'
Ivan Grokhotkov [Fri, 7 Dec 2018 06:07:14 +0000 (14:07 +0800)]
Merge branch 'docs/add_note_for_ulp_set_wakeup_period' into 'master'

ulp: add note regarding limitation of ulp_set_wakeup_period in deep sleep mode

See merge request idf/esp-idf!3796

6 years agoMerge branch 'bugfix/app_version' into 'master'
Ivan Grokhotkov [Fri, 7 Dec 2018 06:06:17 +0000 (14:06 +0800)]
Merge branch 'bugfix/app_version' into 'master'

app_update: Fix esp_app_desc unused var for Cmake

See merge request idf/esp-idf!3891

6 years agoMerge branch 'bugfix/sysview_cache_err' into 'master'
Ivan Grokhotkov [Fri, 7 Dec 2018 06:04:28 +0000 (14:04 +0800)]
Merge branch 'bugfix/sysview_cache_err' into 'master'

app_trace: linker fragment fixes

See merge request idf/esp-idf!3835

6 years agoMerge branch 'bugfix/vfs_unregister_nested' into 'master'
Ivan Grokhotkov [Fri, 7 Dec 2018 06:03:34 +0000 (14:03 +0800)]
Merge branch 'bugfix/vfs_unregister_nested' into 'master'

vfs: fix unregister removing top level VFS instead of nested

See merge request idf/esp-idf!3917

6 years agoMerge branch 'bugfix/clang_compatibility' into 'master'
Ivan Grokhotkov [Fri, 7 Dec 2018 06:03:05 +0000 (14:03 +0800)]
Merge branch 'bugfix/clang_compatibility' into 'master'

clang compatibility fixes

See merge request idf/esp-idf!3912

6 years agoMerge branch 'bugfix/btdm_assert_ble_32768' into 'master'
Jiang Jiang Jian [Fri, 7 Dec 2018 05:54:11 +0000 (13:54 +0800)]
Merge branch 'bugfix/btdm_assert_ble_32768' into 'master'

fix bug that there's very low ratio to cause BLE assert(32768, 0) in rwble.c at line 222

See merge request idf/esp-idf!3915

6 years agoapp_update: Fix esp_app_desc unused var for Cmake
Konstantin Kondrashov [Wed, 5 Dec 2018 06:07:41 +0000 (14:07 +0800)]
app_update: Fix esp_app_desc unused var for Cmake

6 years agoexample: add nmea0183 parser example
morris [Wed, 28 Nov 2018 10:49:18 +0000 (18:49 +0800)]
example: add nmea0183 parser example

Add NMEA0183 Parser example to illustrate how to use uart event driver together with esp event library to get GPS information.

6 years agoMerge branch 'docs/mesh_channel_switch' into 'master'
Angus Gratton [Fri, 7 Dec 2018 01:24:51 +0000 (09:24 +0800)]
Merge branch 'docs/mesh_channel_switch' into 'master'

docs: Add documentation about ESP-MESH channel switching and self organized behavior

See merge request idf/esp-idf!3854

6 years agoMerge branch 'feature/pystyle_examples' into 'master'
Angus Gratton [Fri, 7 Dec 2018 01:12:56 +0000 (09:12 +0800)]
Merge branch 'feature/pystyle_examples' into 'master'

examples: Fix Python coding style

See merge request idf/esp-idf!3881

6 years agoMerge branch 'bugfix/ci_tag_for_cmake_linter' into 'master'
Anton Maklakov [Thu, 6 Dec 2018 18:39:51 +0000 (02:39 +0800)]
Merge branch 'bugfix/ci_tag_for_cmake_linter' into 'master'

ci: A small CI stabilizing fix

See merge request idf/esp-idf!3801

6 years agoci: Fix the choice of runner for the CMake verification, and change .check_job_templa...
Anton Maklakov [Tue, 27 Nov 2018 08:31:37 +0000 (16:31 +0800)]
ci: Fix the choice of runner for the CMake verification, and change .check_job_template tag to host_test

6 years agoMerge branch 'bugfix/shell_exit' into 'master'
Anton Maklakov [Thu, 6 Dec 2018 16:49:52 +0000 (00:49 +0800)]
Merge branch 'bugfix/shell_exit' into 'master'

scripts: Fix shell exit

See merge request idf/esp-idf!3908

6 years agovfs: fix unregister removing top level VFS instead of nested
Ivan Grokhotkov [Thu, 6 Dec 2018 11:30:05 +0000 (19:30 +0800)]
vfs: fix unregister removing top level VFS instead of nested

Credits @neoniousTR.

Fixes https://github.com/espressif/esp-idf/pull/2770

6 years agounity: add a hook to run test from gdb session
Ivan Grokhotkov [Thu, 6 Dec 2018 11:28:45 +0000 (19:28 +0800)]
unity: add a hook to run test from gdb session

6 years agofix bug that there's very low ratio to cause BLE assert(32768, 0) in rwble.c at line 222
Tian Hao [Thu, 6 Dec 2018 08:54:14 +0000 (16:54 +0800)]
fix bug that there's very low ratio to cause BLE assert(32768, 0) in rwble.c at line 222

6 years agoexamples: Fix Python coding style
Roland Dobai [Tue, 4 Dec 2018 07:32:48 +0000 (08:32 +0100)]
examples: Fix Python coding style

6 years agoheap: __builtin_return_address argument has to be a literal value
Ivan Grokhotkov [Thu, 6 Dec 2018 07:12:17 +0000 (15:12 +0800)]
heap: __builtin_return_address argument has to be a literal value

Clang does not accept const int as an argument of __builtin_return_address.

Ref LLVM-14

6 years agoexamples/console: don’t use raw string literals in C code
Ivan Grokhotkov [Thu, 6 Dec 2018 07:01:32 +0000 (15:01 +0800)]
examples/console: don’t use raw string literals in C code

Raw string literals are a C++ feature, and GCC supports them for C as
an extension. Clang doesn’t support them.

Ref LLVM-11

6 years agoconsole, ulp: don’t use nested functions
Ivan Grokhotkov [Thu, 6 Dec 2018 07:08:05 +0000 (15:08 +0800)]
console, ulp: don’t use nested functions

These are not supported by clang

Ref LLVM-12

6 years agoMerge branch 'doc/adc_example_doc_improve' into 'master'
Wang Jia Lin [Thu, 6 Dec 2018 07:22:50 +0000 (15:22 +0800)]
Merge branch 'doc/adc_example_doc_improve' into 'master'

doc(adc): Update README.md file of adc example.

See merge request idf/esp-idf!2665

6 years agoMerge branch 'doc/pcnt_example_doc_improve' into 'master'
Wang Jia Lin [Thu, 6 Dec 2018 07:20:46 +0000 (15:20 +0800)]
Merge branch 'doc/pcnt_example_doc_improve' into 'master'

doc(pcnt): Update pcnt example README.md file.

See merge request idf/esp-idf!2666

6 years agosoc/rtc: reset BBPLL configuration after enabling it
Ivan Grokhotkov [Thu, 6 Dec 2018 06:43:24 +0000 (14:43 +0800)]
soc/rtc: reset BBPLL configuration after enabling it

A workaround to reset BBPLL configuration after light sleep. Fixes the
issue that Wi-Fi can not receive packets after waking up from light
sleep.

Ref. https://github.com/espressif/esp-idf/issues/2711

6 years agoMerge branch 'bugfix/ldgen_make_escaping' into 'master'
Angus Gratton [Thu, 6 Dec 2018 05:27:36 +0000 (13:27 +0800)]
Merge branch 'bugfix/ldgen_make_escaping' into 'master'

make/ldgen: Fix generation of ldgen.section_infos file when shell is bash

See merge request idf/esp-idf!3893

6 years agobuild example tests: Use portable "sed -i" form
Angus Gratton [Thu, 6 Dec 2018 04:14:59 +0000 (15:14 +1100)]
build example tests: Use portable "sed -i" form

6 years agoldgen make: Use "sed -E" for extended POSIX regular expression syntax w/ BSD sed
Angus Gratton [Thu, 6 Dec 2018 04:07:24 +0000 (15:07 +1100)]
ldgen make: Use "sed -E" for extended POSIX regular expression syntax w/ BSD sed

6 years agodoc(adc): Update README.md file of adc example.
hou wen xiang [Fri, 29 Jun 2018 08:39:03 +0000 (16:39 +0800)]
doc(adc): Update README.md file of adc example.

6 years agodoc(pcnt): Update pcnt example README.md file.
hou wen xiang [Fri, 29 Jun 2018 10:48:57 +0000 (18:48 +0800)]
doc(pcnt): Update pcnt example README.md file.

6 years agomake/ldgen: Fix generation of ldgen.section_infos file when shell is bash
Angus Gratton [Wed, 5 Dec 2018 07:29:44 +0000 (18:29 +1100)]
make/ldgen: Fix generation of ldgen.section_infos file when shell is bash

bash doesn't escape by default from "echo", so use "printf"

Closes https://github.com/espressif/esp-idf/pull/2797
Closes https://github.com/espressif/esp-idf/issues/2796

6 years agoMerge branch 'bugfix/win_path_print' into 'master'
Angus Gratton [Wed, 5 Dec 2018 23:18:32 +0000 (07:18 +0800)]
Merge branch 'bugfix/win_path_print' into 'master'

tools: correct printed path on MS Win

See merge request idf/esp-idf!3853