]> granicus.if.org Git - esp-idf/log
esp-idf
7 years agocomponent/bt: squech the commit
Yulong [Fri, 30 Jun 2017 08:27:11 +0000 (04:27 -0400)]
component/bt: squech the commit

component/bt: Fixed the bug crash of disconnet BLE when close the SMP module in the menuconfig.

component/bt: Removed the Excess #endid ///SMP_INCLUDED == TRUE in the l2cu_no_dynamic_ccbs function.

7 years agoMerge branch 'feature/sysview_via_apptrace' into 'master'
Ivan Grokhotkov [Thu, 29 Jun 2017 00:40:13 +0000 (08:40 +0800)]
Merge branch 'feature/sysview_via_apptrace' into 'master'

sysview via apptrace

See merge request !708

7 years agoMerge branch 'feature/better_make_size' into 'master'
Angus Gratton [Tue, 27 Jun 2017 22:11:56 +0000 (06:11 +0800)]
Merge branch 'feature/better_make_size' into 'master'

build system: Add idf_size.py tool for better "make size" output

See merge request !874

7 years agoMerge branch 'bugfix/lwip_assert' into 'master'
Angus Gratton [Tue, 27 Jun 2017 22:09:04 +0000 (06:09 +0800)]
Merge branch 'bugfix/lwip_assert' into 'master'

lwip: Remove port-specific sys_arch_assert(), use libc __assert_func() instead

See merge request !926

7 years agoesp32: SEGGER SystemView Tracing Support
Alexey Gerenkov [Wed, 22 Mar 2017 03:07:37 +0000 (06:07 +0300)]
esp32: SEGGER SystemView Tracing Support

Implements support for system level traces compatible with SEGGER
SystemView tool on top of ESP32 application tracing module.
That kind of traces can help to analyse program's behaviour.
SystemView can show timeline of tasks/ISRs execution, context switches,
statistics related to the CPUs' load distribution etc.

Also this commit adds useful feature to ESP32 application tracing module:
 - Trace data buffering is implemented to handle temporary peaks of events load

7 years agoMerge branch 'test/ci_add_ble_cases' into 'master'
Ivan Grokhotkov [Tue, 27 Jun 2017 15:49:17 +0000 (23:49 +0800)]
Merge branch 'test/ci_add_ble_cases' into 'master'

CI: add ble cases to CI

See merge request !917

7 years agoMerge branch 'bugfix/btdm_ble_smp_bonding_issues' into 'master'
Ivan Grokhotkov [Tue, 27 Jun 2017 15:49:00 +0000 (23:49 +0800)]
Merge branch 'bugfix/btdm_ble_smp_bonding_issues' into 'master'

component/bt: Fix bugs of the SMP security module

See merge request !923

7 years agolwip: Make LWIP_ERROR behave as if assertions were off, even if they are on
Angus Gratton [Tue, 27 Jun 2017 08:36:54 +0000 (18:36 +1000)]
lwip: Make LWIP_ERROR behave as if assertions were off, even if they are on

7 years agolwip: Remove port-specific sys_arch_assert(), use libc __assert_func() instead
Angus Gratton [Tue, 27 Jun 2017 07:29:13 +0000 (17:29 +1000)]
lwip: Remove port-specific sys_arch_assert(), use libc __assert_func() instead

7 years agoMerge branch 'doc/get_started_serialports' into 'master'
Ivan Grokhotkov [Tue, 27 Jun 2017 06:34:22 +0000 (14:34 +0800)]
Merge branch 'doc/get_started_serialports' into 'master'

docs: Add note about Windows COM ports to Getting Started guide

See merge request !922

7 years agoMerge branch 'bugfix/nvs_err_code' into 'master'
Ivan Grokhotkov [Tue, 27 Jun 2017 06:33:12 +0000 (14:33 +0800)]
Merge branch 'bugfix/nvs_err_code' into 'master'

ESP_ERR_NVS_VALUE_TOO_LONG had conflicting value.

See merge request !924

7 years agoMerge branch 'feature/test_runner_print_names' into 'master'
Ivan Grokhotkov [Tue, 27 Jun 2017 04:58:57 +0000 (12:58 +0800)]
Merge branch 'feature/test_runner_print_names' into 'master'

test runner: Print test name when starting, print filter description

See merge request !921

7 years agoMerge branch 'feature/lwip_expose_more_config' into 'master' v3.0-dev
Ivan Grokhotkov [Tue, 27 Jun 2017 04:53:42 +0000 (12:53 +0800)]
Merge branch 'feature/lwip_expose_more_config' into 'master'

lwip: Expose more config in IDF menuconfig

See merge request !909

7 years agoMerge branch 'test/add_dual_core_dport_access_unit_test_case' into 'master'
Ivan Grokhotkov [Tue, 27 Jun 2017 04:47:37 +0000 (12:47 +0800)]
Merge branch 'test/add_dual_core_dport_access_unit_test_case' into 'master'

test: add UT case for accessing dport and apb at the same time

See merge request !910

7 years agoMerge branch 'bugfix/gpio_set_direction_sets_matrix' into 'master'
Ivan Grokhotkov [Tue, 27 Jun 2017 03:42:56 +0000 (11:42 +0800)]
Merge branch 'bugfix/gpio_set_direction_sets_matrix' into 'master'

gpio driver: Clear GPIO matrix output config when setting pin as input

See merge request !919

7 years agonvs: add test for ESP_ERR_NVS_INVALID_LENGTH
Ivan Grokhotkov [Tue, 27 Jun 2017 03:28:37 +0000 (11:28 +0800)]
nvs: add test for ESP_ERR_NVS_INVALID_LENGTH

7 years agoCI: add test jobs for BLE cases
He Yin Ling [Fri, 23 Jun 2017 10:06:45 +0000 (18:06 +0800)]
CI: add test jobs for BLE cases

7 years agoCI: add BLE test cases to CI
He Yin Ling [Fri, 23 Jun 2017 10:06:30 +0000 (18:06 +0800)]
CI: add BLE test cases to CI

7 years agodocs: Add some notes about Windows COM ports, serial port drivers
Angus Gratton [Mon, 26 Jun 2017 05:37:29 +0000 (15:37 +1000)]
docs: Add some notes about Windows COM ports, serial port drivers

7 years agoESP_ERR_NVS_VALUE_TOO_LONG had conflicting value.
Simon Werner [Mon, 26 Jun 2017 23:58:49 +0000 (11:58 +1200)]
ESP_ERR_NVS_VALUE_TOO_LONG had conflicting value.

`ESP_ERR_NVS_VALUE_TOO_LONG` had conflicting value, its original value was `0x0c`, which is the same as `ESP_ERR_NVS_INVALID_LENGTH`

7 years agocomponent/bt: Added the bta gattc write ccc judgment.
Yulong [Mon, 26 Jun 2017 09:39:14 +0000 (05:39 -0400)]
component/bt: Added the bta gattc write ccc judgment.

7 years agocomponent/bt: Fixed a very important bug of the SMP security module when use SMP...
Yulong [Mon, 26 Jun 2017 09:02:57 +0000 (05:02 -0400)]
component/bt: Fixed a very important bug of the SMP security module when use SMP to connected after bonding.

7 years agoMerge branch 'bugfix/default_vfs_paths' into 'master'
Ivan Grokhotkov [Mon, 26 Jun 2017 06:03:22 +0000 (14:03 +0800)]
Merge branch 'bugfix/default_vfs_paths' into 'master'

Make relative paths match the default VFS, if provided

See merge request !913

7 years agoMerge branch 'bugfix/esp32d2wd_gpio0' into 'master'
Ivan Grokhotkov [Mon, 26 Jun 2017 06:02:48 +0000 (14:02 +0800)]
Merge branch 'bugfix/esp32d2wd_gpio0' into 'master'

esptool: Update to v2.0.1, fix ESP32-D2WD GPIO0 issue

See merge request !918

7 years agoMerge branch 'bugfix/l2cap_disconnect_timeout' into 'master'
Jiang Jiang Jian [Mon, 26 Jun 2017 06:02:36 +0000 (14:02 +0800)]
Merge branch 'bugfix/l2cap_disconnect_timeout' into 'master'

component/bt: bugfix for L2CAP state machine to access NULL lcb during disconnection

See merge request !920

7 years agoMerge branch 'bugfix/wrong_macro_uart_base_addr' into 'master'
Jiang Jiang Jian [Mon, 26 Jun 2017 05:55:37 +0000 (13:55 +0800)]
Merge branch 'bugfix/wrong_macro_uart_base_addr' into 'master'

fix bug that uart register base address macro was wrong

See merge request !912

7 years agoMerge branch 'bugfix/tw13402_sniffer_fail_ratio_high' into 'master'
Jiang Jiang Jian [Mon, 26 Jun 2017 05:52:47 +0000 (13:52 +0800)]
Merge branch 'bugfix/tw13402_sniffer_fail_ratio_high' into 'master'

esp32: update wifi lib to fix a sniffer issue

See merge request !914

7 years agotest runner: Print test name when starting, print filter description
Angus Gratton [Mon, 26 Jun 2017 05:38:46 +0000 (15:38 +1000)]
test runner: Print test name when starting, print filter description

Makes it easier to run tests manually.

7 years agogpio driver: Clear GPIO matrix output config when setting pin as input
Angus Gratton [Mon, 26 Jun 2017 02:41:40 +0000 (12:41 +1000)]
gpio driver: Clear GPIO matrix output config when setting pin as input

Otherwise, if a non-GPIO peripheral has been routed to this pin
(as an output), output driver can remain enabled.

7 years agoesptool: Update to v2.0.1
Angus Gratton [Mon, 26 Jun 2017 02:16:09 +0000 (12:16 +1000)]
esptool: Update to v2.0.1

Fixes issue with GPIO 0 being enabled as an output on ESP32D2WD (or when setting SPI pins in efuse)
and not using Quad-I/O modes.

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

7 years agoesp32: update wifi lib to fix a sniffer issue
Liu Zhi Fu [Sat, 24 Jun 2017 02:45:20 +0000 (10:45 +0800)]
esp32: update wifi lib to fix a sniffer issue

Fix sniffer only receives the first MDPU in AMPDU when the AMPDU is not for our station/soft-AP

7 years agoMake relative paths match the default VFS, if provided
Deomid Ryabkov [Fri, 23 Jun 2017 12:07:43 +0000 (13:07 +0100)]
Make relative paths match the default VFS, if provided

https://github.com/espressif/esp-idf/issues/158

7 years agofix bug that uart register base address macro was wrong
Jack [Fri, 23 Jun 2017 11:56:12 +0000 (19:56 +0800)]
fix bug that uart register base address macro was wrong

7 years agocomponent/bt: fix a bug for L2CAP state machine to access lcb after it is released
wangmengyang [Fri, 23 Jun 2017 09:26:43 +0000 (17:26 +0800)]
component/bt: fix a bug for L2CAP state machine to access lcb after it is released

7 years agoMerge branch 'bugfix/fatfs_unit_test_name' into 'master' v2.1-rc1
Ivan Grokhotkov [Fri, 23 Jun 2017 08:32:51 +0000 (16:32 +0800)]
Merge branch 'bugfix/fatfs_unit_test_name' into 'master'

fatfs: fix duplicate unit test name

See merge request !911

7 years agotest: add UT case for dual dport and apb access
He Yin Ling [Fri, 23 Jun 2017 06:28:43 +0000 (14:28 +0800)]
test: add UT case for dual dport and apb access

7 years agoMerge branch 'bugfix/spiflash_rom_symbols' into 'master'
Jiang Jiang Jian [Fri, 23 Jun 2017 07:24:04 +0000 (15:24 +0800)]
Merge branch 'bugfix/spiflash_rom_symbols' into 'master'

spiflash rom: Add symbols accidentally removed in refactor

See merge request !804

7 years agofatfs: fix duplicate unit test name
Ivan Grokhotkov [Fri, 23 Jun 2017 06:59:21 +0000 (14:59 +0800)]
fatfs: fix duplicate unit test name

7 years agolwip debug: fix typo
Angus Gratton [Fri, 23 Jun 2017 06:28:38 +0000 (16:28 +1000)]
lwip debug: fix typo

7 years agolwip: Enable LWIP assertions unless they are disabled globally
Angus Gratton [Thu, 22 Jun 2017 07:17:10 +0000 (17:17 +1000)]
lwip: Enable LWIP assertions unless they are disabled globally

7 years agolwip: Allow configuring/disabling some TCP options to save RAM
Angus Gratton [Thu, 22 Jun 2017 07:14:21 +0000 (17:14 +1000)]
lwip: Allow configuring/disabling some TCP options to save RAM

RAM savings are small, but may add up when running large numbers of sockets.

7 years agoevent handler: Add debug event handler for confirmed IPv6 LL address
Angus Gratton [Wed, 7 Jun 2017 07:26:44 +0000 (17:26 +1000)]
event handler: Add debug event handler for confirmed IPv6 LL address

7 years agolwip: Expose broadcast/multicast ping enable options in menuconfig
Angus Gratton [Wed, 7 Jun 2017 07:26:05 +0000 (17:26 +1000)]
lwip: Expose broadcast/multicast ping enable options in menuconfig

7 years agoMerge branch 'bugfix/removed_pinlist' into 'master'
Ivan Grokhotkov [Fri, 23 Jun 2017 03:46:41 +0000 (11:46 +0800)]
Merge branch 'bugfix/removed_pinlist' into 'master'

Pin List has been moved to the Datasheet, fixed links

See merge request !900

7 years agoMerge branch 'buxfix/panic_handler_not_halting_cpu' into 'master'
Ivan Grokhotkov [Fri, 23 Jun 2017 03:34:03 +0000 (11:34 +0800)]
Merge branch 'buxfix/panic_handler_not_halting_cpu' into 'master'

Panic Handler not halting when running on both cores

See merge request !903

7 years agoMerge branch 'bugfix/vfs_fixes' into 'master'
Ivan Grokhotkov [Fri, 23 Jun 2017 03:33:27 +0000 (11:33 +0800)]
Merge branch 'bugfix/vfs_fixes' into 'master'

VFS fixes

See merge request !901

7 years agoMerge branch 'bugfix/sdmmc_send_init_bits' into 'master'
Ivan Grokhotkov [Fri, 23 Jun 2017 03:31:29 +0000 (11:31 +0800)]
Merge branch 'bugfix/sdmmc_send_init_bits' into 'master'

sdmmc: send init sequence to card before MMC_GO_IDLE_STATE

See merge request !906

7 years agoMerge branch 'bugfix/btdm_ble_update_conn_params_issues' into 'master'
Jiang Jiang Jian [Thu, 22 Jun 2017 12:50:37 +0000 (20:50 +0800)]
Merge branch 'bugfix/btdm_ble_update_conn_params_issues' into 'master'

component/bt: Modifed the update connection method to fixed the bug of connectio…

See merge request !889

7 years agoMerge branch 'bugfix/fix_ieee80211_output_assert_and_restore_task_priority_in_wifi_li...
Jiang Jiang Jian [Thu, 22 Jun 2017 08:38:48 +0000 (16:38 +0800)]
Merge branch 'bugfix/fix_ieee80211_output_assert_and_restore_task_priority_in_wifi_lib' into 'master'

Fix the bug that lora vendor size was not added to probe response.

See merge request !908

7 years agoMerge branch 'bugfix/hci_acl_ctlr_to_host_fc' into 'master'
Jiang Jiang Jian [Thu, 22 Jun 2017 08:38:14 +0000 (16:38 +0800)]
Merge branch 'bugfix/hci_acl_ctlr_to_host_fc' into 'master'

component/bt: bugfix for NULL pointer access when HCI CTLR to HOST flow control is in use

See merge request !907

7 years agocomponent/bt: Added the error log to the l2cble_start_conn_update func.
Yulong [Thu, 22 Jun 2017 07:53:27 +0000 (03:53 -0400)]
component/bt: Added the error log to the l2cble_start_conn_update func.

7 years agoFix the bug that lora vendor size was not added to probe response.
XiaXiaotian [Thu, 22 Jun 2017 07:06:58 +0000 (15:06 +0800)]
Fix the bug that lora vendor size was not added to probe response.

Restore priority of tasks in wifi lib.

7 years agocomponent/bt: bugfix for NULL pointer access when HCI CTLR to HOST flow control is...
wangmengyang [Thu, 22 Jun 2017 06:59:51 +0000 (14:59 +0800)]
component/bt: bugfix for NULL pointer access when HCI CTLR to HOST flow control is in use

7 years agoMerge branch 'bugfix/vfs_write_return_type' into 'master'
Ivan Grokhotkov [Thu, 22 Jun 2017 03:48:34 +0000 (11:48 +0800)]
Merge branch 'bugfix/vfs_write_return_type' into 'master'

Change esp_vfs_t.write return value to ssize_t

See merge request !897

7 years agosend bus initialization bits before MMC_GO_IDLE_STATE command to initialize card...
James Sarrett [Thu, 11 May 2017 07:10:52 +0000 (00:10 -0700)]
send bus initialization bits before MMC_GO_IDLE_STATE command to initialize card after poweron

7 years agoMerge branch 'bugfix/btdm_modify_some_log_info' into 'master'
Jiang Jiang Jian [Thu, 22 Jun 2017 03:03:01 +0000 (11:03 +0800)]
Merge branch 'bugfix/btdm_modify_some_log_info' into 'master'

component /bt: modify some log infor

See merge request !905

7 years agoMerge branch 'bugfix/hci_le_rd_rmt_used_feats' into 'master'
Jiang Jiang Jian [Wed, 21 Jun 2017 13:24:54 +0000 (21:24 +0800)]
Merge branch 'bugfix/hci_le_rd_rmt_used_feats' into 'master'

component/bt: bugfix for hci_le_rd_rmt_used_feats_cmd handler which does not check connection state

See merge request !904

7 years agoBugfix - Panic Handler not halting when running on both cores
Darian Leung [Tue, 20 Jun 2017 12:13:13 +0000 (20:13 +0800)]
Bugfix - Panic Handler not halting when running on both cores

Bug occurs when core dump destination in menuconfig is set to flash. When
programme crashes, xt_unhandled_exception or panicHandler will both trigger
commonErrorHandler. commonErrorHandler calls esp_core_dump_to_flash which
will attempt to use DPORT functions and hang due to trying to a stall and already
stalled processor (already stalled in xt_unhandled_exception and panicHandler).
Program will eventually be rebooted when wdt expires.

Added esp_dport_access_int_deinit after calls to haltOtherCore() so that DPORT
functions don't try to halt and already halted cpu hence preventing hang.

Fixes TW#12944 https://github.com/espressif/esp-idf/issues/646

7 years agocomponent/bt: bugfix for hci_le_rd_rmt_used_feats_cmd handler which does not check...
wangmengyang [Wed, 21 Jun 2017 07:52:32 +0000 (15:52 +0800)]
component/bt: bugfix for hci_le_rd_rmt_used_feats_cmd handler which does not check connection state

7 years agocomponent/bt: Change the l2cble_start_conn_update return value to BOOLEAN.
Yulong [Wed, 21 Jun 2017 06:39:36 +0000 (02:39 -0400)]
component/bt: Change the l2cble_start_conn_update return value to BOOLEAN.

7 years agovfs: add support for nested mount points
Ivan Grokhotkov [Wed, 21 Jun 2017 06:17:14 +0000 (14:17 +0800)]
vfs: add support for nested mount points

Fixes https://github.com/espressif/esp-idf/issues/135

7 years agoPin List has been moved to the Datasheet, fixed links
krzychb [Wed, 21 Jun 2017 06:13:42 +0000 (08:13 +0200)]
Pin List has been moved to the Datasheet, fixed links

7 years agovfs: fix NULL pointer dereference in esp_vfs_unregister
Ivan Grokhotkov [Wed, 21 Jun 2017 05:54:04 +0000 (13:54 +0800)]
vfs: fix NULL pointer dereference in esp_vfs_unregister

7 years agobuild system: Add idf_size.py tool for better "make size" output & analysis
Angus Gratton [Thu, 15 Jun 2017 02:18:48 +0000 (12:18 +1000)]
build system: Add idf_size.py tool for better "make size" output & analysis

Add new "make size_components" and "make size_files" targets for analysing makeup of the ELF file.

Plain "make size" output now looks like this:

Total sizes:
 DRAM .data size:   11156 bytes
 DRAM .bss  size:   22304 bytes
Used static DRAM:   33460 bytes ( 294220 available, 10.2% used)
Used static IRAM:   80480 bytes (  50592 available, 61.4% used)
      Flash code:  421463 bytes
    Flash rodata:  103824 bytes
Total image size:~ 616923 bytes (.bin may be padded larger)

7 years agoComponent /bt: modify some log infor
zhiweijian [Tue, 20 Jun 2017 09:54:28 +0000 (17:54 +0800)]
Component /bt: modify some log infor

7 years agovfs: fix opendir of a filesystem root directory
Ivan Grokhotkov [Tue, 20 Jun 2017 17:21:14 +0000 (01:21 +0800)]
vfs: fix opendir of a filesystem root directory

Previously opendir("/data") would fail if filesystem with "data" prefix
was registered in VFS, while opendir("/data/") would succeed.
This change fixes handling for the former case and adds relevant tests.

7 years agoMerge branch 'bugfix/uxTaskGetSystemState_github_#12142' into 'master'
Ivan Grokhotkov [Tue, 20 Jun 2017 09:27:08 +0000 (17:27 +0800)]
Merge branch 'bugfix/uxTaskGetSystemState_github_#12142' into 'master'

Bugfix for uxTaskGetSystemState

See merge request !883

7 years agoMerge branch 'bugfix/doc_bugfixes' into 'master'
Ivan Grokhotkov [Tue, 20 Jun 2017 09:25:03 +0000 (17:25 +0800)]
Merge branch 'bugfix/doc_bugfixes' into 'master'

Corrected small issues in documentation, fixes #694 and merges #706

See merge request !894

7 years agoMerge branch 'bugfix/tw13318_wifi_fail_connect_to_TP842N' into 'master'
Jiang Jiang Jian [Tue, 20 Jun 2017 09:12:44 +0000 (17:12 +0800)]
Merge branch 'bugfix/tw13318_wifi_fail_connect_to_TP842N' into 'master'

esp32: update wifi lib to fix two wifi connect issues

See merge request !893

7 years agoFixed link to JTAG Debugging for ESP32
krzychb [Mon, 19 Jun 2017 20:15:05 +0000 (22:15 +0200)]
Fixed link to JTAG Debugging for ESP32

7 years ago[TW#13322] Typo in documentation, fixes #694
krzychb [Mon, 19 Jun 2017 20:12:54 +0000 (22:12 +0200)]
[TW#13322] Typo in documentation, fixes #694

7 years agoUpdate README.md, merges #706
José Luis Aracil Gómez del Campo [Fri, 16 Jun 2017 15:34:47 +0000 (17:34 +0200)]
Update README.md, merges #706

Signed-off-by: krzychb <krzychb@gazeta.pl>
7 years agoesp32: update wifi lib to fix a wifi connect issue
Liu Zhi Fu [Mon, 19 Jun 2017 13:23:24 +0000 (21:23 +0800)]
esp32: update wifi lib to fix a wifi connect issue

Fix WiFi fails to connect TP842N bug

7 years agoMerge branch 'fix/ci_deps_optimize' into 'master'
Anton Maklakov [Mon, 19 Jun 2017 08:19:49 +0000 (16:19 +0800)]
Merge branch 'fix/ci_deps_optimize' into 'master'

Optimize CI dependences

See merge request !851

7 years agocomponent/bt: Modifed the update connection method to fixed the bug of connection...
Yulong [Mon, 19 Jun 2017 07:22:25 +0000 (03:22 -0400)]
component/bt: Modifed the update connection method to fixed the bug of connection parameters not correct.

7 years agoCI: Add CI options to use more attempts in some transfer situations
Anton Maklakov [Mon, 12 Jun 2017 07:22:09 +0000 (15:22 +0800)]
CI: Add CI options to use more attempts in some transfer situations

7 years agoCI: Minor changes in code formatting and cleanup
Anton Maklakov [Fri, 9 Jun 2017 10:14:29 +0000 (18:14 +0800)]
CI: Minor changes in code formatting and cleanup

7 years agoCI: Put in order the job dependences
Anton Maklakov [Fri, 9 Jun 2017 11:05:17 +0000 (19:05 +0800)]
CI: Put in order the job dependences

7 years agoCI: check if internal submodule synced to GH
He Yin Ling [Thu, 8 Jun 2017 03:55:27 +0000 (11:55 +0800)]
CI: check if internal submodule synced to GH

    See MR !834

7 years agoMerge branch 'bugfix/ci_build_ssc_workaround' into 'master'
Ivan Grokhotkov [Mon, 19 Jun 2017 03:16:13 +0000 (11:16 +0800)]
Merge branch 'bugfix/ci_build_ssc_workaround' into 'master'

CI build_ssc: Workaround for the SSC build error

See merge request !885

7 years agoCI build_ssc: Workaround for the SSC build error
Anton Maklakov [Fri, 16 Jun 2017 08:31:46 +0000 (16:31 +0800)]
CI build_ssc: Workaround for the SSC build error

7 years agoMerge branch 'feature/add_wrover_kit_v3_doc' into 'master'
Angus Gratton [Mon, 19 Jun 2017 00:59:20 +0000 (08:59 +0800)]
Merge branch 'feature/add_wrover_kit_v3_doc' into 'master'

Add WROVER-KIT v3 hw to hw reference

See merge request !818

7 years agoMerge branch 'feature/esptool_v20' into 'master'
Angus Gratton [Mon, 19 Jun 2017 00:37:10 +0000 (08:37 +0800)]
Merge branch 'feature/esptool_v20' into 'master'

esptool: Update to v2.0 final release

See merge request !862

7 years agoMerge branch 'bugfix/btdm_ble_client_muti_conn_issue' into 'master'
Jiang Jiang Jian [Fri, 16 Jun 2017 08:52:38 +0000 (16:52 +0800)]
Merge branch 'bugfix/btdm_ble_client_muti_conn_issue' into 'master'

component/bt: change the MAX_L2CAP_CHANNELS macro from 2 to MAX_ACL_CONNECTIONS …

See merge request !882

7 years agoBugFix: uxTaskGetSystemState test case update
Darian Leung [Fri, 16 Jun 2017 03:49:48 +0000 (11:49 +0800)]
BugFix: uxTaskGetSystemState test case update

Updated test case to include configASSERT cases (+1 squashed commits)

Squashed commits:

[871ec26f] Freertos:Bugfix uxTaskGetSystemState

Bug (github #12142) with uxTaskGetSystemState where
if called immediately after creating a bunch of tasks,
those tasks would be added twice into the TaskStatusArray.
Bug caused due to use old implementation using vTaskSuspendAll
which did not stop newly created task on other core from accessing the
read/waiting task lists whilst the list were being read by
uxTaskGetSystemState. Fixed bug by replacing vTaskSuspendAll
with taskENTER_CRITICAL and added test case for the bugfix

7 years agocomponent/bt: change the MAX_L2CAP_CHANNELS macro from 2 to MAX_ACL_CONNECTIONS when...
Yulong [Fri, 16 Jun 2017 07:46:46 +0000 (03:46 -0400)]
component/bt: change the MAX_L2CAP_CHANNELS macro from 2 to MAX_ACL_CONNECTIONS when in the BLE only mode.

7 years agoMerge branch 'bugfix/pcnt_reset' into 'master'
Jiang Jiang Jian [Fri, 16 Jun 2017 07:43:04 +0000 (15:43 +0800)]
Merge branch 'bugfix/pcnt_reset' into 'master'

pcnt: Fix pcnt_set_pin/pcnt_counter_clear reported on github

See merge request !872

7 years agoMerge branch 'bugfix/rtc_time_issues' into 'master'
Jiang Jiang Jian [Fri, 16 Jun 2017 07:29:56 +0000 (15:29 +0800)]
Merge branch 'bugfix/rtc_time_issues' into 'master'

Fixes for RTC time issues

See merge request !849

7 years agoMerge branch 'bugfix/spi_flash_large_writes' into 'master'
Jiang Jiang Jian [Fri, 16 Jun 2017 07:04:01 +0000 (15:04 +0800)]
Merge branch 'bugfix/spi_flash_large_writes' into 'master'

spi_flash: Fix large writes, unaligned writes, and writes from flash

See merge request !843

7 years agoMerge branch 'bugfix/phy_init_procedure' into 'master'
Jiang Jiang Jian [Fri, 16 Jun 2017 07:03:03 +0000 (15:03 +0800)]
Merge branch 'bugfix/phy_init_procedure' into 'master'

component/esp32 : fix phy init with NULL init_data

See merge request !879

7 years agoPCNT: fix for pcnt_set_pin API, it can now use all pcnt channels
Nilay [Fri, 16 Jun 2017 05:48:00 +0000 (11:18 +0530)]
PCNT: fix for pcnt_set_pin API, it can now use all pcnt channels

7 years agoPCNT: Fixed pcnt_counter_clear, Pulse Count now able to resume after API call
Nilay [Fri, 16 Jun 2017 05:41:52 +0000 (11:11 +0530)]
PCNT: Fixed pcnt_counter_clear, Pulse Count now able to resume after API call

7 years agoMerge branch 'bugfix/btdm_conn_enhanecd_issue' into 'master'
Jiang Jiang Jian [Fri, 16 Jun 2017 05:18:41 +0000 (13:18 +0800)]
Merge branch 'bugfix/btdm_conn_enhanecd_issue' into 'master'

component/bt: added the temp enhanced to solve the conn_interval not collect issues.

See merge request !881

7 years agocomponent/esp32 : fix phy init with NULL init_data
Tian Hao [Thu, 15 Jun 2017 10:37:53 +0000 (18:37 +0800)]
component/esp32 : fix phy init with NULL init_data

1. fix phy init with NULL init_data
2. do full calibration without CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE
3. fix libphy.a printf

7 years agoesp32: make time monotonic across resets
Ivan Grokhotkov [Mon, 12 Jun 2017 11:51:17 +0000 (19:51 +0800)]
esp32: make time monotonic across resets

Small changes to clock calibration value will cause increasing errors
the longer the device runs. Consider the case of deep sleep, assuming
that RTC counter is used for timekeeping:
- before sleep:
   time_before = rtc_counter * calibration_val
- after sleep:
   time_after = (rtc_counter + sleep_count) * (calibration_val + epsilon)
where 'epsilon' is a small estimation error of 'calibration_val'.
The apparent sleep duration thus will be:
time_after - time_before = sleep_count * (calibration_val + epsilon)
                           + rtc_counter * epsilon

Second term on the right hand side is the error in time difference
estimation, it is proportional to the total system runtime (rtc_counter).

To avoid this issue, this change makes RTC_SLOW_CLK calibration value
persistent across restarts. This allows the calibration value update to
be preformed, while keeping time after update same as before the update.

7 years agoMerge branch 'bugfix/always_disable_ints_in_critical_region' into 'master'
Jiang Jiang Jian [Fri, 16 Jun 2017 03:36:27 +0000 (11:36 +0800)]
Merge branch 'bugfix/always_disable_ints_in_critical_region' into 'master'

Always disable interrupts in a critical region

See merge request !821

7 years agocomponent/bt: added the temp enhanced to solve the conn_interval not collect issues.
Yulong [Thu, 15 Jun 2017 14:15:49 +0000 (10:15 -0400)]
component/bt: added the temp enhanced to solve the conn_interval not collect issues.

7 years agoMerge branch 'bugfix/sw_reset_fixes' into 'master'
Jiang Jiang Jian [Thu, 15 Jun 2017 14:10:13 +0000 (22:10 +0800)]
Merge branch 'bugfix/sw_reset_fixes' into 'master'

Fixes for esp_restart

See merge request !865

7 years agoMerge branch 'bugfix/classicBT_SMP_dependence' into 'master'
Jiang Jiang Jian [Thu, 15 Jun 2017 13:28:36 +0000 (21:28 +0800)]
Merge branch 'bugfix/classicBT_SMP_dependence' into 'master'

component/bt: add constraint in Kconfig to enable SMP_ENABLE when using classic BT

See merge request !877

7 years agoMerge branch 'bugfix/intrrupt_num_conflict' into 'master'
Jiang Jiang Jian [Thu, 15 Jun 2017 12:45:57 +0000 (20:45 +0800)]
Merge branch 'bugfix/intrrupt_num_conflict' into 'master'

component/bt : fix interrupt number conflict

See merge request !878