]> granicus.if.org Git - esp-idf/log
esp-idf
7 years agoMerge branch 'bugfix/bt_controller_log_clean_up' into 'master'
Ivan Grokhotkov [Fri, 19 May 2017 03:50:11 +0000 (11:50 +0800)]
Merge branch 'bugfix/bt_controller_log_clean_up' into 'master'

component/bt: disable information loggings from bt controller

clean-up information loggings during controller initialization

See merge request !769

7 years agoMerge branch 'bugfix/github_small_prs' into 'master'
Angus Gratton [Thu, 18 May 2017 23:51:47 +0000 (07:51 +0800)]
Merge branch 'bugfix/github_small_prs' into 'master'

Small PR fixes from github

Small bug fixes & typo corrections from github.

See merge request !762

7 years agocomponent/bt: disable information loggings from bt controller
wangmengyang [Thu, 18 May 2017 13:44:06 +0000 (21:44 +0800)]
component/bt: disable information loggings from bt controller

7 years agoMerge branch 'bugfix/btdm_gattc_discover_refresh_cache_#11077' into 'master'
Jiang Jiang Jian [Thu, 18 May 2017 07:04:36 +0000 (15:04 +0800)]
Merge branch 'bugfix/btdm_gattc_discover_refresh_cache_#11077' into 'master'

component/bt: fixed the discover primary service not correct if server changes s…

…ervice during disconnect period.

See merge request !761

7 years agoMerge branch 'bugfix/ble_add_adv_state_bug_#12301' into 'master'
Jiang Jiang Jian [Thu, 18 May 2017 07:03:41 +0000 (15:03 +0800)]
Merge branch 'bugfix/ble_add_adv_state_bug_#12301' into 'master'

component/bt: Fix the bug that sometimes received a ble connection & the adv wil…

…l stop, can not send adv again.

See merge request !759

7 years agoMerge branch 'bugfix/minor_fix_about_wifi_api_comments' into 'master'
Jiang Jiang Jian [Thu, 18 May 2017 06:59:50 +0000 (14:59 +0800)]
Merge branch 'bugfix/minor_fix_about_wifi_api_comments' into 'master'

esp32: minor fix for wifi api comments

Minor fix about the comments of wifi_promiscuous_pkt_type_t

See merge request !760

7 years agoMerge branch 'bugfix/btdm_switch_gatts_error_#12659' into 'master'
Jiang Jiang Jian [Thu, 18 May 2017 06:58:24 +0000 (14:58 +0800)]
Merge branch 'bugfix/btdm_switch_gatts_error_#12659' into 'master'

component/bt:fix the bug of uild error if switch off BLE GATTS. Bug number is #12659.

switch off BLE GATTS and build.

See merge request !766

7 years agoMerge branch 'bugfix/lib_dport_access' into 'master'
Jiang Jiang Jian [Thu, 18 May 2017 06:56:38 +0000 (14:56 +0800)]
Merge branch 'bugfix/lib_dport_access' into 'master'

component/esp32 : fix library dport access protections.

1. add esp32 library access DPORT register protections.
2. add bluetooth library access DPORT register protections.
3. change register operation(suffix/prefix) to new style.

See merge request !757

7 years agocomponent/bt: change the esp_ble_gattc_cache_refresh API return value from esp_gatt_s...
Yulong [Thu, 18 May 2017 06:11:42 +0000 (02:11 -0400)]
component/bt: change the esp_ble_gattc_cache_refresh API return value from esp_gatt_status_t to esp_err_t.

7 years agocomponent/bt: Added the declaration for esp_ble_gattc_cache_refresh in the gattc...
Yulong [Thu, 18 May 2017 06:07:16 +0000 (02:07 -0400)]
component/bt: Added the declaration for esp_ble_gattc_cache_refresh in the gattc api header file.

7 years agoUpdate idf_monitor.py to make --toolchain-prefix argument work
Henrik Maier [Wed, 17 May 2017 13:12:22 +0000 (23:12 +1000)]
Update idf_monitor.py to make --toolchain-prefix argument work

--toolchain-prefix command line argument was not taken into account when specified

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

7 years agocomponent/bt:fix the bug of uild error if switch off BLE GATTS. Bug number is #12659.
Yulong [Wed, 17 May 2017 11:17:22 +0000 (07:17 -0400)]
component/bt:fix the bug of uild error if switch off BLE GATTS. Bug number is #12659.

7 years agocomponent/esp32 : update wifi library and phy library
Tian Hao [Wed, 17 May 2017 03:46:53 +0000 (11:46 +0800)]
component/esp32 : update wifi library and phy library

7 years agoMerge branch 'bugfix/freertos_larger_stacksize' into 'master'
Angus Gratton [Wed, 17 May 2017 02:23:39 +0000 (10:23 +0800)]
Merge branch 'bugfix/freertos_larger_stacksize' into 'master'

Make internal stack size variables in FreeRTOS 32-bit instead of 16-bit

Stock FreeRTOS uses an uint16 to store stack sizes, making it impossible to allocate a stack >64K. This changes this into an uint32, allowing for larger stacks.

See merge request !677

7 years agoPrint the name of the task that hit the stack watchpoint
Deomid Ryabkov [Tue, 16 May 2017 11:29:54 +0000 (14:29 +0300)]
Print the name of the task that hit the stack watchpoint

This may be enough to troubleshoot (increase stack size).

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

7 years agouart driver: Move UART_EVENT_MAX to last
zelll [Thu, 11 May 2017 13:59:50 +0000 (21:59 +0800)]
uart driver: Move UART_EVENT_MAX to last

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

7 years agodoc: Update wifi scan description
Ankit Daftery [Thu, 11 May 2017 13:53:11 +0000 (19:23 +0530)]
doc: Update wifi scan description

Code was refactored, updating documentation to reflect that

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

7 years agodocs: Error in gpio_install_isr_service() description
Konstantin Fedorov [Wed, 3 May 2017 19:40:01 +0000 (22:40 +0300)]
docs: Error in gpio_install_isr_service() description

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

7 years agoesp32.ld: Add an entry for ets_write_char_uart
Deomid Ryabkov [Wed, 26 Apr 2017 15:09:01 +0000 (18:09 +0300)]
esp32.ld: Add an entry for ets_write_char_uart

It is mentioned in ets_sys.h, but not actually PROVIDEd.

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

7 years agoFix typo in comment
Guido García [Mon, 1 May 2017 10:33:09 +0000 (12:33 +0200)]
Fix typo in comment

This is a minor fix (moudule -> module)

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

7 years agocomponent/bt: fixed the discover primary service not correct if server changes servic...
Yulong [Tue, 16 May 2017 13:10:37 +0000 (09:10 -0400)]
component/bt: fixed the discover primary service not correct if server changes service during disconnect period.

7 years agoesp32: minor fix for wifi api comments
Liu Zhi Fu [Tue, 16 May 2017 09:01:42 +0000 (17:01 +0800)]
esp32: minor fix for wifi api comments

Minor fix about the comments of wifi_promiscuous_pkt_type_t

7 years agocomponent/bt: Fix the bug that sometimes received a ble connection & the adv will...
Yulong [Tue, 16 May 2017 07:10:16 +0000 (03:10 -0400)]
component/bt: Fix the bug that sometimes received a ble connection & the adv will stop, can not send adv again.

7 years agoMerge branch 'bugfix/gen_esp32part' into 'master'
Angus Gratton [Tue, 16 May 2017 07:03:11 +0000 (15:03 +0800)]
Merge branch 'bugfix/gen_esp32part' into 'master'

Partition table gen esp32part fixes: App offset errors, Python 3 support

As mentioned on forums, gen_esp32part.py wasn't erroring correctly if a non-64KB-aligned app partition was referenced.

Also merges a PR to add Python 2&3 support (with some tweaks). Not very useful in IDF right now, but useful for Arduino.

See merge request !751

7 years agoMerge branch 'feature/ulp_adc_example' into 'master'
Ivan Grokhotkov [Tue, 16 May 2017 05:53:46 +0000 (13:53 +0800)]
Merge branch 'feature/ulp_adc_example' into 'master'

examples: add ULP ADC example

- Add example of ULP sampling an input using ADC1, waking up the system when ADC reading goes out of given window.
- Add a pair of convenience functions: to configure ADC1 for use with ULP, and to set ULP wakeup interval.

Ref. TW11902

See merge request !720

7 years agoexamples: add ULP ADC example
Ivan Grokhotkov [Thu, 20 Apr 2017 08:13:09 +0000 (16:13 +0800)]
examples: add ULP ADC example

7 years agocomponent/esp32 : fix library sport access protections.
Tian Hao [Sat, 13 May 2017 11:55:11 +0000 (19:55 +0800)]
component/esp32 : fix library sport access protections.

1. add esp32 library access DPORT register protections.
2. add bluetooth library access DPORT register protections.
3. change register operation(suffix/prefix) to new style.

7 years agoMerge branch 'bugfix/bt_acl_tx' into 'master'
Jiang Jiang Jian [Fri, 12 May 2017 10:23:20 +0000 (18:23 +0800)]
Merge branch 'bugfix/bt_acl_tx' into 'master'

components/bt: update libbtdm.a with a bugfix for an assertion failure when ACL-…

…U transmission is resumed

See merge request !755

7 years agoMerge branch 'driver_merge_tmp/mcpwm' into 'master'
Jiang Jiang Jian [Fri, 12 May 2017 10:21:38 +0000 (18:21 +0800)]
Merge branch 'driver_merge_tmp/mcpwm' into 'master'

feature: Motor Control PWM(mcpwm) driver and examples

See merge request !698

7 years agoMerge branch 'feature/i2s_pdm_and_dac' into 'master'
Jiang Jiang Jian [Fri, 12 May 2017 10:21:17 +0000 (18:21 +0800)]
Merge branch 'feature/i2s_pdm_and_dac' into 'master'

Driver update: I2S pdm and built-in DAC

1. Modify I2S DAC built-in mode settings
2. Add I2S pdm mode
3. Correct I2S signal index in full-duplex mode
4. Modify dac output function
5. Add dac pad init functions
6. Modify DAC documentation

See merge request !740

7 years agoMerge branch 'bugfix/dualcore' into 'master'
Jiang Jiang Jian [Fri, 12 May 2017 10:19:31 +0000 (18:19 +0800)]
Merge branch 'bugfix/dualcore' into 'master'

component/soc: fix register access protection missing

- fix dport register access protection missing
- add rom function protect
- add normal register function check

See merge request !747

7 years agocomponents/bt: update libbtdm.a with a bugfix for an assertion failure when ACL-U...
wangmengyang [Fri, 12 May 2017 09:53:25 +0000 (17:53 +0800)]
components/bt: update libbtdm.a with a bugfix for an assertion failure when ACL-U transmission is resumed

7 years agoDriver update: I2S pdm and built-in DAC
Wangjialin [Wed, 3 May 2017 10:55:52 +0000 (18:55 +0800)]
Driver update: I2S pdm and built-in DAC

1. Modify I2S DAC built-in mode settings
2. Add I2S pdm mode
3. Correct I2S signal index in full-duplex mode
4. Modify dac output function
5. Add dac pad init functions
6. Modify DAC documentation
7. Add i2s_set_dac_mode API

7 years agofeature: add Motor Control PWM(mcpwm) driver
Kewal M Shah [Wed, 29 Mar 2017 08:39:35 +0000 (16:39 +0800)]
feature: add Motor Control PWM(mcpwm) driver

1. Name change from chopper to carrier, block diagram update, minor changes to example codes
2. mcpwm_reg.h changed, brought uniformity in comments, worked on suggestions, duty to accept float. Some name changes!
3. Minor readme changes and Indetation
4. Minor change:  move mcpwm_reg.h and mcpwm_struct.h to new path
5. Minor change: addition of BLDC example code and Readme
6. Name changed from epwm to mcpwm
7. Improve the reg name in mcpwm_struct.h
8. Name change chopper>carrier, deadband>deadtime

7 years agocomponent/esp32 : do more fix of dualcore bug
Tian Hao [Wed, 10 May 2017 07:45:04 +0000 (15:45 +0800)]
component/esp32 : do more fix of dualcore bug

1. the cache API in romcode will access DPORT register, so protect it.
2. fix STALL spelling.
3. check dport access by non-dport access function

7 years agoMerge branch 'bugfix/ble_fix_exception_build_sr_msg_#12124' into 'master'
Jiang Jiang Jian [Fri, 12 May 2017 07:24:58 +0000 (15:24 +0800)]
Merge branch 'bugfix/ble_fix_exception_build_sr_msg_#12124' into 'master'

component/bt: fix the exception in attp_buil_sr_msg when handling gatt write bug. bug number #12124.

 fix the exception in attp_buil_sr_msg when handling gatt write bug.

See merge request !743

7 years agoMerge branch 'bugfix/unit_test_fixes' into 'master'
Ivan Grokhotkov [Fri, 12 May 2017 06:53:46 +0000 (14:53 +0800)]
Merge branch 'bugfix/unit_test_fixes' into 'master'

Small unit-test-related fixes

Fixes for some small bugs found running unit tests with heap poisoning turned on.

All are bugs in the tests, except for one FreeRTOS fix (when deleting a task, check if it's running on the other CPU and preempt it if so.)

See merge request !746

7 years agoMerge branch 'bugfix/nvs_dynamic_key_names' into 'master'
Ivan Grokhotkov [Fri, 12 May 2017 06:53:18 +0000 (14:53 +0800)]
Merge branch 'bugfix/nvs_dynamic_key_names' into 'master'

nvs: remove search cache at page level

Since read cache was introduced at page level, search cache became
useless in terms of reducing the number of flash read operations.
In addition to that, search cache used an assumption that if pointers to
keys are identical, the keys are also identical, which was proven wrong
by applications which generate key names dynamically.

This change removes CachedFindInfo, and all its uses. This is done at
expense of a small extra number of CPU operations (looking up a value in
the read cache is slightly more expensive) but no extra flash read
operations.

Ref TW12505
Ref https://github.com/espressif/arduino-esp32/issues/365

See merge request !753

7 years agocomponent/bt: Add parameter check for attp_build_sr_msg function
island [Fri, 12 May 2017 06:30:33 +0000 (14:30 +0800)]
component/bt: Add parameter check for attp_build_sr_msg function

7 years agogen_esp32part: Run unit tests on host as part of gitlab-ci
Angus Gratton [Fri, 12 May 2017 02:30:27 +0000 (12:30 +1000)]
gen_esp32part: Run unit tests on host as part of gitlab-ci

7 years agoMerge branch 'bugfix/enlarge_wifi_task_stack_size_and_hmac_tx_queue_size' into 'master'
Jiang Jiang Jian [Fri, 12 May 2017 05:37:22 +0000 (13:37 +0800)]
Merge branch 'bugfix/enlarge_wifi_task_stack_size_and_hmac_tx_queue_size' into 'master'

esp32: update wifi lib to enlarge wifi task stack size

1. Enlarge wifi task stack size by 512Bytes to fix potential stack overflow issue
2. Modify wifi hmac tx queue size from 12 to 32 because we already limit the buffer number in ebuf
   management module

See merge request !750

7 years agonvs: remove search cache at page level
Ivan Grokhotkov [Fri, 12 May 2017 04:18:08 +0000 (12:18 +0800)]
nvs: remove search cache at page level

Since read cache was introduced at page level, search cache became
useless in terms of reducing the number of flash read operations.
In addition to that, search cache used an assumption that if pointers to
keys are identical, the keys are also identical, which was proven wrong
by applications which generate key names dynamically.

This change removes CachedFindInfo, and all its uses. This is done at
expense of a small extra number of CPU operations (looking up a value in
the read cache is slightly more expensive) but no extra flash read
operations.

Ref TW12505
Ref https://github.com/espressif/arduino-esp32/issues/365

7 years agogen_esp32part.py: Correctly error out for non-64KB aligned app partitions
Angus Gratton [Fri, 12 May 2017 02:07:59 +0000 (12:07 +1000)]
gen_esp32part.py: Correctly error out for non-64KB aligned app partitions

Also clean up error handling for verification errors in general.

Ref https://esp32.com/viewtopic.php?f=13&t=1838&p=8685#p8659

7 years agogen_esp32part.py: Update documentation link, add license
Angus Gratton [Fri, 12 May 2017 01:58:28 +0000 (11:58 +1000)]
gen_esp32part.py: Update documentation link, add license

7 years agogen_esp32part.py: Remaining Python 3 changes for unit tests to pass, plus unit tests
Angus Gratton [Fri, 12 May 2017 02:25:41 +0000 (12:25 +1000)]
gen_esp32part.py: Remaining Python 3 changes for unit tests to pass, plus unit tests

Ref https://github.com/espressif/esp-idf/pull/577

7 years agogen_esp32part: Make compatible with both python2.7 and python3.
David M. Palmer [Sat, 6 May 2017 18:47:26 +0000 (12:47 -0600)]
gen_esp32part: Make compatible with both python2.7 and python3.

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

7 years agoesp32: update wifi lib to enlarge wifi task stack size
Liu Zhi Fu [Fri, 12 May 2017 01:36:41 +0000 (09:36 +0800)]
esp32: update wifi lib to enlarge wifi task stack size

1. Enlarge wifi task stack size by 512Bytes to fix potential stack overflow issue
2. Modify wifi hmac tx queue size from 12 to 32 because we already limit the buffer number in ebuf
   management module

7 years agoMerge branch 'feature/get_chip_ver' into 'master'
Ivan Grokhotkov [Thu, 11 May 2017 04:05:55 +0000 (12:05 +0800)]
Merge branch 'feature/get_chip_ver' into 'master'

add API to get chip info

This change adds an API to get chip info, such as chip model, enabled capabilities, size of embedded flash, silicon revision.

Hello_world example is modified to print out the information about the chip. The example is also simplified by moving all code into the main task.

Ref TW12031.

See merge request !549

7 years agoMerge branch 'bugfix/update_wifi_lib_for_some_bugs' into 'master'
Ivan Grokhotkov [Thu, 11 May 2017 04:02:50 +0000 (12:02 +0800)]
Merge branch 'bugfix/update_wifi_lib_for_some_bugs' into 'master'

esp32: update wifi lib for some bugfix

1. Fix wifi ebuf free twice issue
2. Fix wifi internal assert issue
3. Fix a bug in esp_wifi_stop
4. Fix wifi crash issue
5. Fix wifi run out of memory when 10 udp connection stability test

See merge request !745

7 years agoMerge branch 'feature/base_mac_address' into 'master'
Ivan Grokhotkov [Thu, 11 May 2017 04:01:51 +0000 (12:01 +0800)]
Merge branch 'feature/base_mac_address' into 'master'

Optimize configuration of base MAC address

Application developer can call APIs to configure base MAC address
instead of using menuconfig.

See merge request !744

7 years agoesp32: update wifi lib for some bugfix
Liu Zhi Fu [Tue, 9 May 2017 14:15:08 +0000 (22:15 +0800)]
esp32: update wifi lib for some bugfix

1. Fix wifi ebuf free twice issue
2. Fix wifi internal assert issue
3. Fix a bug in esp_wifi_stop
4. Fix wifi crash issue
5. Fix 10 UDP connection test out of memory issue

7 years agofreertos tests: Use CCOMPARE1 always in xPortInIsrContext() test
Angus Gratton [Wed, 10 May 2017 07:26:25 +0000 (17:26 +1000)]
freertos tests: Use CCOMPARE1 always in xPortInIsrContext() test

Mismatched CCOMPARE meant test would only run once.

7 years agovfs uart tests: Avoid 1 byte heap overrun & memory leak
Angus Gratton [Wed, 10 May 2017 07:24:40 +0000 (17:24 +1000)]
vfs uart tests: Avoid 1 byte heap overrun & memory leak

7 years agofreertos: Preempt other CPU when deleting a task running on it
Angus Gratton [Wed, 10 May 2017 07:23:33 +0000 (17:23 +1000)]
freertos: Preempt other CPU when deleting a task running on it

Includes related fix to preemption unit tests (delete a queue after deleting the task blocked on it.)

7 years agounit test runer: Add capability to use ![tag] to run all-tests-except-tag
Angus Gratton [Wed, 10 May 2017 07:22:30 +0000 (17:22 +1000)]
unit test runer: Add capability to use ![tag] to run all-tests-except-tag

Mostly useful for running ![ignore] to skip ignored tests.

7 years agoMerge branch 'bugfix/dualcore_dport' into 'master'
Jiang Jiang Jian [Wed, 10 May 2017 03:27:01 +0000 (11:27 +0800)]
Merge branch 'bugfix/dualcore_dport' into 'master'

component/esp32 : fix dualcore bug

1. When dual core cpu run access DPORT register, must do protection.
2. If access DPORT register, must use DPORT_REG_READ/DPORT_REG_WRITE and DPORT_XXX register operation macro.

See merge request !742

7 years agoOptimize configuration of base MAC address
XiaXiaotian [Fri, 5 May 2017 14:24:56 +0000 (22:24 +0800)]
Optimize configuration of base MAC address

    Application developer can call APIs to configure base MAC address
    instead of using menuconfig.

7 years agoMerge branch 'bugfix/btdm_debug_gattc_adv' into 'master'
Jiang Jiang Jian [Tue, 9 May 2017 14:36:24 +0000 (22:36 +0800)]
Merge branch 'bugfix/btdm_debug_gattc_adv' into 'master'

component/bt: fix adv stop event bug and add attribute table create

- Fix bug that advertising stop event produced while calling start_adv function
- Modify gatt server adv data and scan rsp data raw setting
- Add create attribute table error msg
- Delete redundant printf in previous commits

See merge request !739

7 years agocomponent/soc : move dport access header files to soc
Tian Hao [Tue, 9 May 2017 10:06:00 +0000 (18:06 +0800)]
component/soc : move dport access header files to soc

1. move dport access header files to soc
2. reduce dport register write protection. Only protect read operation

7 years agocomponent/bt: fix the exception in attp_buil_sr_msg when handling gatt write bug...
Yulong [Tue, 9 May 2017 07:06:29 +0000 (03:06 -0400)]
component/bt: fix the exception in attp_buil_sr_msg when handling gatt write bug. bug number #12124.

7 years agocomponent/esp32 : fix dualcore bug
Tian Hao [Mon, 8 May 2017 12:03:04 +0000 (20:03 +0800)]
component/esp32 : fix dualcore bug

1. When dual core cpu run access DPORT register, must do protection.
2. If access DPORT register, must use DPORT_REG_READ/DPORT_REG_WRITE and DPORT_XXX register operation macro.

7 years agoMerge branch 'bugfix/spi_example' into 'master'
Jeroen Domburg [Mon, 8 May 2017 09:28:55 +0000 (17:28 +0800)]
Merge branch 'bugfix/spi_example' into 'master'

SPI: Various fixes (examples, mem leak, arg check)

- Fix SPI master example to use DMA-capable memory for display initialization. Fixes https://github.com/espressif/esp-idf/issues/551
- SPI master: Do not leak DMA descriptor pointer array on free
- SPI Master/Slave: Check if DMA'ed buffers actually live in DMA-capable memory

See merge request !735

7 years agoFix out-of-bounds on dmaworkaround_channels_busy
Jeroen Domburg [Mon, 8 May 2017 08:11:46 +0000 (16:11 +0800)]
Fix out-of-bounds on dmaworkaround_channels_busy

7 years agoMerge branch 'feature/save_esptool_flash_args' into 'master'
Ivan Grokhotkov [Mon, 8 May 2017 07:48:28 +0000 (15:48 +0800)]
Merge branch 'feature/save_esptool_flash_args' into 'master'

CI: save download config in CI build jobs:

IDF built app download config may change with some modification.
save the download configs for built APP in build stage.
then we can use the correct download config in test stage.

See merge request !676

7 years agoMerge branch 'bugfix/sntp_timezone' into 'master'
Ivan Grokhotkov [Mon, 8 May 2017 07:48:03 +0000 (15:48 +0800)]
Merge branch 'bugfix/sntp_timezone' into 'master'

examples: fix timezone for China in SNTP example

Daylight saving time isn’t observed in China.

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

See merge request !722

7 years agocomponent/bt: fix adv stop event bug and add attribute table create
island [Sun, 7 May 2017 12:01:45 +0000 (20:01 +0800)]
component/bt: fix adv stop event bug and add attribute table create
error

- Fix bug that advertising stop event produced while calling start_adv function
- Modify gatt server adv data and scan rsp data raw setting
- add create attribute table error msg
- Delete redundant printf in previous commits

7 years agoMerge branch 'feature/btdm_gattc_add_API_prepare_write_char_desrc' into 'master'
Jiang Jiang Jian [Fri, 5 May 2017 12:34:41 +0000 (20:34 +0800)]
Merge branch 'feature/btdm_gattc_add_API_prepare_write_char_desrc' into 'master'

Component/bt:add API to prepare write descriptor for gattc

See merge request !734

7 years agoComponent/bt:add API to prepare write descriptor for gattc
zhiweijian [Fri, 28 Apr 2017 06:51:23 +0000 (14:51 +0800)]
Component/bt:add API to prepare write descriptor for gattc

7 years agoMerge branch 'bugfix/set_scan_bug_rebase_#10399' into 'master'
Jiang Jiang Jian [Fri, 5 May 2017 09:47:27 +0000 (17:47 +0800)]
Merge branch 'bugfix/set_scan_bug_rebase_#10399' into 'master'

component/bt: component/bt: Check own address and filter policy for validity.

rebase the invalid scan params not report error.

See merge request !736

7 years agoexamples: print chip info in hello_world example
Ivan Grokhotkov [Fri, 5 May 2017 06:10:37 +0000 (14:10 +0800)]
examples: print chip info in hello_world example

7 years agoadd esp_chip_info API
Ivan Grokhotkov [Thu, 2 Mar 2017 12:51:37 +0000 (20:51 +0800)]
add esp_chip_info API

7 years agoMerge branch 'bugfix/spiflash_fatfs_fixes_and_tests' into 'master'
Ivan Grokhotkov [Fri, 5 May 2017 09:03:17 +0000 (17:03 +0800)]
Merge branch 'bugfix/spiflash_fatfs_fixes_and_tests' into 'master'

FATFS fixes and tests

This MR includes a set of fixes related to FATFS, SDMMC, and wear levelling:

- `esp_vfs_fat_spiflash_mount` uses `FM_SFD` flag when creating the partition. The volume layout (given in `VolToPart` variable) was not compatible with SFD mode, so mkfs was failing. This fixes the volume layout to use "autodetect" for both volumes. Merges https://github.com/espressif/esp-idf/pull/559.

- fix `prepend_drive_to_path`function, which didn't prepend drive to path (while consuming 2k of stack space)

- fix stack overflow in vfs_fat_link function which allocated two 4kbyte `FIL` structures on the stack

- fix support for having two FATFS instances (in flash and SD) mounted at the same time

- unit tests written for FATFS on SDMMC are made common between SDMMC and WL implementations; FATFS unit tests on WL will run during CI

- fix inconsistent definition of PATH_MAX and ARG_MAX (TW12207, TW12104, https://github.com/espressif/esp-idf/issues/289)

See merge request !732

7 years agoMerge branch 'feature/freertos_timer_tests' into 'master'
Ivan Grokhotkov [Fri, 5 May 2017 09:02:55 +0000 (17:02 +0800)]
Merge branch 'feature/freertos_timer_tests' into 'master'

Unit tests: Add FreeRTOS timer tests

Basic unit tests for FreeRTOS timers.

See merge request !715

7 years agocomponent/bt:change the ESP_PUBLIC_ADDR to BLE_ADDR_TYPE_PUBLIC.
Yulong [Fri, 5 May 2017 08:46:08 +0000 (04:46 -0400)]
component/bt:change the ESP_PUBLIC_ADDR to BLE_ADDR_TYPE_PUBLIC.

7 years agocomponent/bt: component/bt: Check own address and filter policy for validity.
Yulong [Fri, 5 May 2017 08:31:24 +0000 (04:31 -0400)]
component/bt: component/bt: Check own address and filter policy for validity.

7 years agoMerge branch 'bugfix/bt_sniff_mode' into 'master'
Jiang Jiang Jian [Fri, 5 May 2017 08:27:37 +0000 (16:27 +0800)]
Merge branch 'bugfix/bt_sniff_mode' into 'master'

component/bt: fix some bugs related to bluetooth sniff mode in controller

1. fix some bugs in bluetooth sniff mode in controller
2. export some symbols to esp32.rom.ld including functions and global variables in ROM code
3. update libbtdm.a which includes "IRAM_ATTR" addition or removal for some functions

See merge request !729

7 years agoMerge branch 'feature/btdm_blufi_newcmd' into 'master'
Jiang Jiang Jian [Fri, 5 May 2017 08:25:41 +0000 (16:25 +0800)]
Merge branch 'feature/btdm_blufi_newcmd' into 'master'

Feature/btdm blufi newcmd

1.add a new cmd for blufi,esp32 close a gatt connection.

See merge request !697

7 years agoMerge branch 'bugfix/lwip_loopback' into 'master'
Jiang Jiang Jian [Fri, 5 May 2017 07:45:14 +0000 (15:45 +0800)]
Merge branch 'bugfix/lwip_loopback' into 'master'

fix(lwip): fix tcp connect fail when enable LOOPIF

when enable the LOOPIF, because of use the loopnetif, the TCP connect will fail. see TW12029

See merge request !711

7 years agoMerge branch 'feature/enable_wifi_ebuf_sanity_check' into 'master'
Jiang Jiang Jian [Fri, 5 May 2017 07:40:33 +0000 (15:40 +0800)]
Merge branch 'feature/enable_wifi_ebuf_sanity_check' into 'master'

esp32: update wifi lib to enable ebuf sanity check

The wifi ebuf sanity checking is disabled by default, this MR is to enable it by default. If we detect the last 4 Bytes of ebuf is not DEADBEEF, we assert the system, with the sanity checking, we can detect the ebuf memory corrupt easy.

See merge request !724

7 years agoMerge branch 'bugfix/readme_links' into 'master'
Ivan Grokhotkov [Fri, 5 May 2017 07:26:32 +0000 (15:26 +0800)]
Merge branch 'bugfix/readme_links' into 'master'

Fix broken links in readme

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

See merge request !733

7 years agonewlib: define PATH_MAX and ARG_MAX consistently
Ivan Grokhotkov [Fri, 5 May 2017 02:45:15 +0000 (10:45 +0800)]
newlib: define PATH_MAX and ARG_MAX consistently

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

7 years agovfs, fatfs: fix support for two FATFS instances (SD and flash)
Ivan Grokhotkov [Thu, 4 May 2017 11:57:11 +0000 (19:57 +0800)]
vfs, fatfs: fix support for two FATFS instances (SD and flash)

- fix null pointer dereference in VFS when VFS implementations are added
  and removed in different order

- vfs_fat_sdmmc, vfs_fat_spiflash: pass correct drive to mkfs
  (previously it would always do mkfs in the first drive)

- add test case

7 years agofatfs: clean up diskio code
Ivan Grokhotkov [Thu, 4 May 2017 11:50:13 +0000 (19:50 +0800)]
fatfs: clean up diskio code

- clean up diskio_spiflash, fix the max number of volumes supported
- move SDMMC code into a separate file

7 years agofatfs: run same fatfs tests for WL and SDMMC
Ivan Grokhotkov [Thu, 4 May 2017 08:48:44 +0000 (16:48 +0800)]
fatfs: run same fatfs tests for WL and SDMMC

This change moves actual test code into test_fatfs_common.c and
refactors setup/teardown code to be contained within separate functions.
For each SDMMC FATFS test, identical test is added which can run with
WL partition in flash.

7 years agounit tests: change type of flash_test partition to ‘fat’
Ivan Grokhotkov [Thu, 4 May 2017 08:42:22 +0000 (16:42 +0800)]
unit tests: change type of flash_test partition to ‘fat’

This change makes the spi_flash test partition usable for WL and FATFS
tests.

7 years agovfs_fat: allocate FIL structures on the heap in vfs_fat_link
Ivan Grokhotkov [Thu, 4 May 2017 06:49:33 +0000 (14:49 +0800)]
vfs_fat: allocate FIL structures on the heap in vfs_fat_link

vfs_fat_link opened two files to perform copy operation. File structures
were allocated on the stack. When _MAX_SS setting was increased in
ffconf.h due to wear levelling feature, the size of these structures
increased to ~4k each (~8k total). This exceeds stack size allocated for
tasks in most typical cases.

This change makes file structures dynamically allocated.

7 years agovfs_fat: fix prepend_drive_to_path
Ivan Grokhotkov [Thu, 4 May 2017 06:46:11 +0000 (14:46 +0800)]
vfs_fat: fix prepend_drive_to_path

Originally, prepend_drive_to_path was designed to be a macro, and it
modified local path variables to point to a temporary buffers.
When it was converted into a function, modification to path variables
were no longer visible outside of this function.

In addition to that, prepend_drive_to_path allocated 2k bytes on the
stack for temporary path buffers. This is replaced with path buffers
allocated as part of vfs_fat context object. Locking is added around
parts of code which use these temporary buffers.

Additionally, _lock member of vfs_fat_ctx_t was placed after the
variable-sized files array, which caused the first entry in the
array to be never used. This change fixes the order of members
and adds comments.

7 years agoUnit tests: Add FreeRTOS timer tests
Angus Gratton [Tue, 7 Mar 2017 00:31:46 +0000 (11:31 +1100)]
Unit tests: Add FreeRTOS timer tests

7 years agoWarn against and check for non-DMA-capable pointers being passed to SPI when DMA...
Jeroen Domburg [Fri, 5 May 2017 03:55:19 +0000 (11:55 +0800)]
Warn against and check for non-DMA-capable pointers being passed to SPI when DMA is used

7 years agocomponents/driver/spi_master: free dma descriptors
devsaurus [Tue, 2 May 2017 20:42:45 +0000 (22:42 +0200)]
components/driver/spi_master: free dma descriptors

Signed-off-by: Jeroen Domburg <jeroen@espressif.com>
7 years agoplace initialization sequence into DRAM to be reachable by DMA
Daniel [Mon, 1 May 2017 01:29:01 +0000 (03:29 +0200)]
place initialization sequence into DRAM to be reachable by DMA

Signed-off-by: Jeroen Domburg <jeroen@espressif.com>
7 years agoComponent/bt: add new cmd for blufi ,ESP32 close a gatt connection
zhiweijian [Fri, 21 Apr 2017 03:04:53 +0000 (11:04 +0800)]
Component/bt: add new cmd for blufi ,ESP32 close a gatt connection

7 years agoFix vfs_fat_spiflash failed to mount / f_mkfs()
Nineis K [Tue, 2 May 2017 16:23:45 +0000 (23:23 +0700)]
Fix vfs_fat_spiflash failed to mount / f_mkfs()

7 years agoesp32: update wifi lib to enable ebuf sanity check
Liu Zhi Fu [Wed, 3 May 2017 01:19:45 +0000 (09:19 +0800)]
esp32: update wifi lib to enable ebuf sanity check

Modify wifi ebuf sanity checking from disaled to enabled

7 years agocomponent/bt: fix some bugs related to bluetooth sniff mode in controller
wangmengyang [Thu, 27 Apr 2017 14:12:31 +0000 (22:12 +0800)]
component/bt: fix some bugs related to bluetooth sniff mode in controller

1. fix some bugs in bluetooth sniff mode in controller
2. export some symbols to esp32.rom.ld including functions and global variables in ROM code
3. update libbtdm.a which includes "IRAM_ATTR" addition or removal for some functions

7 years agoMerge branch 'feature/btdm_vhci_intnum' into 'master'
Jiang Jiang Jian [Thu, 4 May 2017 06:58:32 +0000 (14:58 +0800)]
Merge branch 'feature/btdm_vhci_intnum' into 'master'

change VHCI interrupt type to software interrupt

component/bt : change VHCI interrupt type to software interrupt(int no 7)

See merge request !717

7 years agoMerge branch 'bugfix/gattc_not_pro_svc_chg_evt_#12079' into 'master'
Jiang Jiang Jian [Thu, 4 May 2017 06:51:42 +0000 (14:51 +0800)]
Merge branch 'bugfix/gattc_not_pro_svc_chg_evt_#12079' into 'master'

component/bt:fix the bug with gatt client cant not receive the gatt server service change event.

fix the bug with gatt client cant not receive the gatt server service change event.

See merge request !726

7 years agoMerge branch 'bugfix/btdm_auto_rsp_comment' into 'master'
Jiang Jiang Jian [Thu, 4 May 2017 06:49:06 +0000 (14:49 +0800)]
Merge branch 'bugfix/btdm_auto_rsp_comment' into 'master'

component/bt : fix the comment

 fix the comment about auto response of GATT write/read operation

See merge request !730

7 years agocomponent/bt : fix the comment
Tian Hao [Wed, 3 May 2017 03:58:52 +0000 (11:58 +0800)]
component/bt : fix the comment

7 years agocomponent/bt:fix the bug with gatt client cant not receive the gatt server service...
Yulong [Wed, 3 May 2017 02:53:48 +0000 (22:53 -0400)]
component/bt:fix the bug with gatt client cant not receive the gatt server service change event.