]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agoMerge branch 'bugfix/hard_error_partition_offset' into 'master'
Angus Gratton [Fri, 3 Aug 2018 06:52:43 +0000 (14:52 +0800)]
Merge branch 'bugfix/hard_error_partition_offset' into 'master'

partition_table: Hard error if CSV contains invalid/overlapping offsets

See merge request idf/esp-idf!2755

6 years agoMerge branch 'bugfix/btdm_fix_queue_block_when_scanning' into 'master'
Angus Gratton [Thu, 2 Aug 2018 23:24:08 +0000 (07:24 +0800)]
Merge branch 'bugfix/btdm_fix_queue_block_when_scanning' into 'master'

Component/bt: fix queue blocking when scanning

See merge request idf/esp-idf!2706

6 years agoMerge branch 'feature/expat_getrandom' into 'master'
Ivan Grokhotkov [Thu, 2 Aug 2018 10:03:34 +0000 (18:03 +0800)]
Merge branch 'feature/expat_getrandom' into 'master'

expat: add source of entropy

See merge request idf/esp-idf!2912

6 years agoexpat: add source of entropy
Roland Dobai [Tue, 31 Jul 2018 12:49:54 +0000 (14:49 +0200)]
expat: add source of entropy

6 years agoMerge branch 'test/spi_region' into 'master'
Angus Gratton [Thu, 2 Aug 2018 04:09:44 +0000 (12:09 +0800)]
Merge branch 'test/spi_region' into 'master'

spi_master: improve some tests

See merge request idf/esp-idf!2809

6 years agoMerge branch 'bugfix/http_chunked_read' into 'master'
Ivan Grokhotkov [Thu, 2 Aug 2018 01:40:39 +0000 (09:40 +0800)]
Merge branch 'bugfix/http_chunked_read' into 'master'

bugfix/esp_http_client: fixed http chunked encoding packet loss & add check data before read for ssl transport

See merge request idf/esp-idf!2631

6 years agoMerge branch 'bugfix/github_deploy_regression' into 'master'
Angus Gratton [Thu, 2 Aug 2018 00:26:30 +0000 (08:26 +0800)]
Merge branch 'bugfix/github_deploy_regression' into 'master'

ci: Fix bad push command when pushing branch to github

See merge request idf/esp-idf!2902

6 years agoMerge branch 'feature/add_logo_to_docs' into 'master'
Angus Gratton [Thu, 2 Aug 2018 00:26:14 +0000 (08:26 +0800)]
Merge branch 'feature/add_logo_to_docs' into 'master'

Added Espressif logo to documentation

See merge request idf/esp-idf!2763

6 years agoMerge branch 'bugfix/heap_caps_alloc_32bit' into 'master'
Ivan Grokhotkov [Wed, 1 Aug 2018 09:39:14 +0000 (17:39 +0800)]
Merge branch 'bugfix/heap_caps_alloc_32bit' into 'master'

heap: heap_caps_malloc(..., MALLOC_CAP_32_BIT) should always allocate a 32-bit aligned size

See merge request idf/esp-idf!2889

6 years agopartition table: Document 'flags' properly
Angus Gratton [Wed, 1 Aug 2018 07:54:05 +0000 (17:54 +1000)]
partition table: Document 'flags' properly

6 years agopartition table: Remove hard-coded offsets from default partition tables
Angus Gratton [Wed, 1 Aug 2018 07:53:19 +0000 (17:53 +1000)]
partition table: Remove hard-coded offsets from default partition tables

Makes them compatible with moving the partition table offset

6 years agopartition_table: Hard error if CSV contains invalid/overlapping offsets
Angus Gratton [Thu, 12 Jul 2018 01:32:58 +0000 (11:32 +1000)]
partition_table: Hard error if CSV contains invalid/overlapping offsets

Based on report on forum here:
https://esp32.com/viewtopic.php?f=13&t=6382&p=27514

Previous versions were much more relaxed about what could be in the partition
table, erroring out avoids unexpected changes on upgrade like different
partition offsets.

6 years agoMerge branch 'feature/add_rom_elf' into 'master'
Angus Gratton [Wed, 1 Aug 2018 07:21:03 +0000 (15:21 +0800)]
Merge branch 'feature/add_rom_elf' into 'master'

Support for ROM functions in core dump backtraces

See merge request idf/esp-idf!2672

6 years agoAdd http_buffer description
Tuan PM [Mon, 16 Jul 2018 03:37:06 +0000 (10:37 +0700)]
Add http_buffer description

6 years agoesp_http_client: fixed http chunked encoding packet loss & add check data before...
Tuan [Wed, 27 Jun 2018 07:21:16 +0000 (14:21 +0700)]
esp_http_client: fixed http chunked encoding packet loss & add check data before read for ssl transport
- A bug of the http client when it downloads a chunked encoding packet is greater than the http_client's buffer, http_parser will call the callback body more than once, and the client will only handle the last
- with ssl_read, need to check before read to avoid timeout blocked when no data for reading

6 years agoComponent/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning
zhiweijian [Mon, 2 Jul 2018 02:59:51 +0000 (10:59 +0800)]
Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning

6 years agoMerge branch 'bugfix/wl_encryption' into 'master'
Angus Gratton [Wed, 1 Aug 2018 07:05:47 +0000 (15:05 +0800)]
Merge branch 'bugfix/wl_encryption' into 'master'

Bugfix: WL works with encrypted flash

See merge request idf/esp-idf!2530

6 years agoMerge branch 'feature/mbedtls_2_12_0' into 'master'
Ivan Grokhotkov [Wed, 1 Aug 2018 06:56:50 +0000 (14:56 +0800)]
Merge branch 'feature/mbedtls_2_12_0' into 'master'

mbedtls: update to 2.12.0

See merge request idf/esp-idf!2879

6 years agoMerge branch 'bugfix/spi_flash_mmap_malloc_internal' into 'master'
Ivan Grokhotkov [Wed, 1 Aug 2018 06:56:18 +0000 (14:56 +0800)]
Merge branch 'bugfix/spi_flash_mmap_malloc_internal' into 'master'

spi_flash: allocate mmap pages array in internal memory

See merge request idf/esp-idf!2885

6 years agoMerge branch 'feature/mbedtls_platform_memory_pr2237' into 'master'
Ivan Grokhotkov [Wed, 1 Aug 2018 06:55:54 +0000 (14:55 +0800)]
Merge branch 'feature/mbedtls_platform_memory_pr2237' into 'master'

Adds a Kconfig option for mbedtls' MBEDTLS_PLATFORM_MEMORY define. This makes it…

See merge request idf/esp-idf!2903

6 years agoMerge branch 'bugfix/btdm_oob_included' into 'master'
Jiang Jiang Jian [Wed, 1 Aug 2018 06:53:37 +0000 (14:53 +0800)]
Merge branch 'bugfix/btdm_oob_included' into 'master'

Fix undefined reference error by changing BTM_OOB_INCLUDED

See merge request idf/esp-idf!2878

6 years agoMerge branch 'bugfix/raise_r_signature' into 'master'
Ivan Grokhotkov [Wed, 1 Aug 2018 06:50:59 +0000 (14:50 +0800)]
Merge branch 'bugfix/raise_r_signature' into 'master'

syscalls: fix arguments and return type for _raise_r

See merge request idf/esp-idf!2897

6 years agoMerge branch 'feature/wifi_add_internal_api_to_set_fix_rate' into 'master'
Jiang Jiang Jian [Wed, 1 Aug 2018 06:50:15 +0000 (14:50 +0800)]
Merge branch 'feature/wifi_add_internal_api_to_set_fix_rate' into 'master'

esp32: add internal API to enable or disable transmitting WiFi MAC frame with fixed rate

See merge request idf/esp-idf!2835

6 years agoMerge branch 'doc/wifi_update_channel_state_information_document' into 'master'
Jiang Jiang Jian [Wed, 1 Aug 2018 06:49:14 +0000 (14:49 +0800)]
Merge branch 'doc/wifi_update_channel_state_information_document' into 'master'

docs: update channel state information document

See merge request idf/esp-idf!2793

6 years agoMerge branch 'bugfix/btdm_lmp_trans_coll_state_uncleared' into 'master'
Jiang Jiang Jian [Wed, 1 Aug 2018 06:47:29 +0000 (14:47 +0800)]
Merge branch 'bugfix/btdm_lmp_trans_coll_state_uncleared' into 'master'

component/bt: btdm_lmp_transcation_collision_state_uncleared

See merge request idf/esp-idf!2731

6 years agoMerge branch 'bugfix/fix_several_wpa2_issues' into 'master'
Jiang Jiang Jian [Wed, 1 Aug 2018 06:38:15 +0000 (14:38 +0800)]
Merge branch 'bugfix/fix_several_wpa2_issues' into 'master'

esp32: fix several wpa2 enterprise issues

See merge request idf/esp-idf!2825

6 years agoMerge branch 'bugfix/btdm_fix_gattc_count_invalid' into 'master'
Angus Gratton [Wed, 1 Aug 2018 06:06:38 +0000 (14:06 +0800)]
Merge branch 'bugfix/btdm_fix_gattc_count_invalid' into 'master'

Component/bt: fix gattc get count invalid and discover included service error

See merge request idf/esp-idf!2770

6 years agoMerge branch 'bugfix/remove_bt_dependency_on_lwip_header' into 'master'
Angus Gratton [Wed, 1 Aug 2018 05:57:35 +0000 (13:57 +0800)]
Merge branch 'bugfix/remove_bt_dependency_on_lwip_header' into 'master'

Bugfix/remove bt dependency on lwip header

See merge request idf/esp-idf!2882

6 years agoesp32: fix several wpa2 enterprise issues
Liu Zhi Fu [Fri, 20 Jul 2018 03:59:27 +0000 (11:59 +0800)]
esp32: fix several wpa2 enterprise issues

Fix following issues:
1. Fix heap corrupted bug
2. Fix memory leak bug
3. Make wpa2 enterprise thread-safe
Closes https://github.com/espressif/esp-idf/issues/1569

6 years agoesp32: add internal API to enable or disable transmitting WiFi MAC frame with
XiaXiaotian [Mon, 23 Jul 2018 08:39:50 +0000 (16:39 +0800)]
esp32: add internal API to enable or disable transmitting WiFi MAC frame with
fixed rate

6 years agoMerge branch 'feature/update_libexpat' into 'master'
Angus Gratton [Wed, 1 Aug 2018 01:44:38 +0000 (09:44 +0800)]
Merge branch 'feature/update_libexpat' into 'master'

expat: Move libexpat into submodule and update to version 2.2.5

See merge request idf/esp-idf!2868

6 years agoAdds a Kconfig option for mbedtls' MBEDTLS_PLATFORM_MEMORY define. This makes it...
Jason von Nieda [Fri, 27 Jul 2018 17:03:01 +0000 (12:03 -0500)]
Adds a Kconfig option for mbedtls' MBEDTLS_PLATFORM_MEMORY define. This makes it possible to override the mbedtls allocator with your own.

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

6 years agoci: Fix bad push command when pushing branch to github
Angus Gratton [Wed, 1 Aug 2018 00:47:38 +0000 (10:47 +1000)]
ci: Fix bad push command when pushing branch to github

Fixes regression in e5f4ae63f1a15ebbe92a11ae689dd86b64aa8382

6 years agoexpat: Move libexpat into submodule and update to version 2.2.5
Roland Dobai [Thu, 26 Jul 2018 10:19:28 +0000 (12:19 +0200)]
expat: Move libexpat into submodule and update to version 2.2.5

6 years agospi_flash: allocate mmap pages array in internal memory
Ivan Grokhotkov [Mon, 30 Jul 2018 19:49:09 +0000 (22:49 +0300)]
spi_flash: allocate mmap pages array in internal memory

* spi_flash_mmap_pages needs pages array to be in internal memory.
  Document and check this.

* Fix a bug that spi_flash_mmap did not allocate pages array in
  internal memory.

* Minor style fixes: const-ify pages argument of spi_flash_mmap, add
  spaces around operators, mark output arguments with [out].

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

6 years agospi_master: enable 2 tests in CI
Michael (XIAO Xufeng) [Mon, 23 Jul 2018 10:47:57 +0000 (18:47 +0800)]
spi_master: enable 2 tests in CI

The test is previously disabled for the requirement of external
connection. Now the signals are connected by internal connections.
Also change the failure logic of the test.

6 years agospi_master: change test to test DMA tx/rx in regions like psram
Michael (XIAO Xufeng) [Wed, 18 Jul 2018 08:56:19 +0000 (16:56 +0800)]
spi_master: change test to test DMA tx/rx in regions like psram

6 years agocomponent/bt: bugfix for uncleared LMP transaction collision state after rejecting...
wangmengyang [Mon, 9 Jul 2018 07:40:27 +0000 (15:40 +0800)]
component/bt: bugfix for uncleared LMP transaction collision state after rejecting sniff request from slave

6 years agosyscalls: fix arguments and return type for _raise_r
Ivan Grokhotkov [Tue, 31 Jul 2018 09:08:04 +0000 (12:08 +0300)]
syscalls: fix arguments and return type for _raise_r

ROM code still uses incorrect function signature.

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

6 years agoMerge branch 'bugfix/spinlock_perf' into 'master'
Angus Gratton [Tue, 31 Jul 2018 07:31:55 +0000 (15:31 +0800)]
Merge branch 'bugfix/spinlock_perf' into 'master'

freertos: Remove either one or two assertions from "fast path" of vPortCPUReleaseMutex()

See merge request idf/esp-idf!2873

6 years agofreertos: Remove either one or two assertions from "fast path" of vPortCPUReleaseMutex()
Angus Gratton [Mon, 30 Jul 2018 04:24:03 +0000 (14:24 +1000)]
freertos: Remove either one or two assertions from "fast path" of vPortCPUReleaseMutex()

Saves a few cycles by only testing the count validity once, and never for the common case where the
mutex was not recursively locked.

6 years agoBuild test applicatoin on host failer fixed.
Dmitry [Mon, 30 Jul 2018 11:23:35 +0000 (14:23 +0300)]
Build test applicatoin on host failer fixed.
Make host tests compilible.

6 years agoRemove CR line ends.
Dmitry [Fri, 27 Jul 2018 06:54:23 +0000 (09:54 +0300)]
Remove CR line ends.

6 years agoPosition save included.
Dmitry [Wed, 11 Jul 2018 05:58:58 +0000 (08:58 +0300)]
Position save included.

6 years agoUsless read removed.
Dmitry [Wed, 11 Jul 2018 05:55:35 +0000 (08:55 +0300)]
Usless read removed.

6 years agoErase flash before the first use added.
Dmitry [Wed, 11 Jul 2018 04:47:41 +0000 (07:47 +0300)]
Erase flash before the first use added.

 Пожалуйста, введите сообщение коммита для ваших изменений. Строки,

6 years agoAdditional sector position should not be changed at update.
Dmitry [Tue, 10 Jul 2018 07:17:35 +0000 (10:17 +0300)]
Additional sector position should not be changed at update.

6 years agoAdded check for version after write.
Dmitry [Tue, 10 Jul 2018 05:25:43 +0000 (08:25 +0300)]
Added check for version after write.

6 years agoAdditional info about version update included.
Dmitry [Mon, 9 Jul 2018 10:47:09 +0000 (13:47 +0300)]
Additional info about version update included.

6 years agoCRC check improved.
Dmitry [Mon, 9 Jul 2018 05:59:50 +0000 (08:59 +0300)]
CRC check improved.

6 years agoCalculation for heap usage corrected with workaround.
Dmitry [Tue, 12 Jun 2018 08:06:13 +0000 (11:06 +0300)]
Calculation for heap usage corrected with workaround.
Fixed problem with multiple mount/unmount for different devices.
Additional check for structure length included into the code.
Remove useless spaces.
Added initialization for reserved memory.

6 years agoAdded test for version update from V1 to V2. Problems for tests on host are fixed...
Dmitry [Thu, 7 Jun 2018 10:32:37 +0000 (13:32 +0300)]
Added test for version update from V1 to V2. Problems for tests on host are fixed. Random function changed to esp_random()

6 years agoThe version of WL component changed from 1 to 2.
Dmitry [Thu, 7 Jun 2018 06:58:06 +0000 (09:58 +0300)]
The version of WL component changed from 1 to 2.
WL version 2 mark used sectors as 16 bytes block of bytes with CRC.
This changes required because old version did not worked with encryption.
Additional unit tests are implemented.

6 years agoheap: heap_caps_malloc(..., MALLOC_CAP_32_BIT) should always align a 32-bit aligned...
Angus Gratton [Tue, 31 Jul 2018 04:29:31 +0000 (14:29 +1000)]
heap: heap_caps_malloc(..., MALLOC_CAP_32_BIT) should always align a 32-bit aligned size

Fixes crash in heap poisoning code if a non-32bit-aligned size is specified.

6 years agoMerge branch 'feature/unit_tests_command_line' into 'master'
Angus Gratton [Tue, 31 Jul 2018 03:38:22 +0000 (11:38 +0800)]
Merge branch 'feature/unit_tests_command_line' into 'master'

tools: Allow running unit tests from command line

See merge request idf/esp-idf!2589

6 years agoComponent/bt: fix gattc get count invalid
zhiweijian [Fri, 13 Jul 2018 12:58:19 +0000 (20:58 +0800)]
Component/bt: fix gattc get count invalid

6 years agoMerge branch 'bugfix/rmt_struct_bad_addressing' into 'master'
Ivan Grokhotkov [Mon, 30 Jul 2018 20:01:46 +0000 (04:01 +0800)]
Merge branch 'bugfix/rmt_struct_bad_addressing' into 'master'

removed possible uint16 access to 32bit register, noted fifo use not recommended

See merge request idf/esp-idf!2821

6 years agoMerge branch 'feature/cermak_asio_support' into 'master'
Ivan Grokhotkov [Mon, 30 Jul 2018 19:59:28 +0000 (03:59 +0800)]
Merge branch 'feature/cermak_asio_support' into 'master'

asio component and examples in esp-idf

See merge request idf/esp-idf!2509

6 years agoMerge branch 'bugfix/coap_client_parse_url' into 'master'
Ivan Grokhotkov [Mon, 30 Jul 2018 19:58:06 +0000 (03:58 +0800)]
Merge branch 'bugfix/coap_client_parse_url' into 'master'

bugfix: unexpected host item when coap client parse a URL string

See merge request idf/esp-idf!2642

6 years agoFixed logo width to display correctly in Chinese version of documentation
krzychb [Mon, 30 Jul 2018 19:16:27 +0000 (21:16 +0200)]
Fixed logo width to display correctly in Chinese version of documentation

6 years agoMerge branch 'bugfix/btdm_sco_end_crash_on_supv_to' into 'master'
Jiang Jiang Jian [Mon, 30 Jul 2018 14:14:07 +0000 (22:14 +0800)]
Merge branch 'bugfix/btdm_sco_end_crash_on_supv_to' into 'master'

bugfix/btdm_sco_end_crash_on_supv_to

See merge request idf/esp-idf!2737

6 years agotools: Allow running unit tests from command line
Roland Dobai [Thu, 21 Jun 2018 11:32:29 +0000 (13:32 +0200)]
tools: Allow running unit tests from command line

Add argument parsing to unit_test.py to allow running unit tests from
command line.

6 years agoMerge branch 'bugfix/heap_metadata_tests' into 'master'
Angus Gratton [Mon, 30 Jul 2018 06:30:59 +0000 (14:30 +0800)]
Merge branch 'bugfix/heap_metadata_tests' into 'master'

heap: Fix heap metadata test to account for background memory allocations

See merge request idf/esp-idf!2872

6 years agoasio: initial idf port of asio library without ssl
David Cermak [Tue, 29 May 2018 09:25:24 +0000 (11:25 +0200)]
asio: initial idf port of asio library without ssl

6 years agolwip fix for udp receivefrom
David Cermak [Tue, 5 Jun 2018 07:47:16 +0000 (09:47 +0200)]
lwip fix for udp receivefrom

6 years agombedtls: update to 2.12.0
Ivan Grokhotkov [Mon, 30 Jul 2018 06:11:16 +0000 (09:11 +0300)]
mbedtls: update to 2.12.0

6 years agoChanged value of BTM_OOB_INCLUDED to TRUE
Noble-Mushtak [Thu, 19 Jul 2018 13:38:37 +0000 (09:38 -0400)]
Changed value of BTM_OOB_INCLUDED to TRUE

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

6 years agoMerge branch 'feature/cmd_flash_reset_ota_data' into 'master'
Angus Gratton [Mon, 30 Jul 2018 05:52:43 +0000 (13:52 +0800)]
Merge branch 'feature/cmd_flash_reset_ota_data' into 'master'

make: Add feature to cmd 'make flash' - reset ota_data partition

See merge request idf/esp-idf!2611

6 years agowpa_supplicant: removed unrequired header dir include from component.mk
Mahavir Jain [Mon, 30 Jul 2018 05:47:11 +0000 (11:17 +0530)]
wpa_supplicant: removed unrequired header dir include from component.mk

- Also fixed license header in rtc driver

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
6 years agobluedroid: remove dependency on `arpa/inet.h` include
Mahavir Jain [Mon, 30 Jul 2018 05:46:38 +0000 (11:16 +0530)]
bluedroid: remove dependency on `arpa/inet.h` include

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
6 years agoMerge branch 'bugfix/ci_github_deploy' into 'master'
Angus Gratton [Mon, 30 Jul 2018 04:57:21 +0000 (12:57 +0800)]
Merge branch 'bugfix/ci_github_deploy' into 'master'

ci: Simplify github deployment

See merge request idf/esp-idf!2862

6 years agoheap: Fix heap metadata test to account for background memory allocations
Angus Gratton [Mon, 30 Jul 2018 01:41:30 +0000 (11:41 +1000)]
heap: Fix heap metadata test to account for background memory allocations

6 years agoMerge branch 'test/workaround_ci_failures' into 'master'
He Yin Ling [Sat, 28 Jul 2018 01:01:36 +0000 (09:01 +0800)]
Merge branch 'test/workaround_ci_failures' into 'master'

test: workaround ci failures

See merge request idf/esp-idf!2859

6 years agoci: temp modify http server tests to get CI pass:
He Yin Ling [Fri, 27 Jul 2018 11:48:36 +0000 (19:48 +0800)]
ci: temp modify http server tests to get CI pass:

1. change the default value of WIFI password
2. disable simple and advanced test cases

6 years agoci: temp disable http client tests:
He Yin Ling [Fri, 27 Jul 2018 11:45:12 +0000 (19:45 +0800)]
ci: temp disable http client tests:

connection is not stable. need to replace with local test servers.

6 years agotiny-test-fw: support ignore test cases in CI assign test stage
He Yin Ling [Thu, 26 Jul 2018 07:18:52 +0000 (15:18 +0800)]
tiny-test-fw: support ignore test cases in CI assign test stage

6 years agotiny-test-fw: fix exception during print debug info:
He Yin Ling [Thu, 26 Jul 2018 13:17:06 +0000 (21:17 +0800)]
tiny-test-fw: fix exception during print debug info:

DUT log is unicode, might not be able to encode

6 years agoCI: erase nvs partition before test:
He Yin Ling [Thu, 26 Jul 2018 07:07:32 +0000 (15:07 +0800)]
CI: erase nvs partition before test:

Latest NVS partition bin can't be parsed by old IDF revision. Need to erase before test.

6 years agoci: Simplify github deployment
Angus Gratton [Fri, 27 Jul 2018 02:01:58 +0000 (12:01 +1000)]
ci: Simplify github deployment

CI_COMMIT_REF_NAME lets us use a single line to git push

6 years agoMerge branch 'bugfix/add_compatible_to_aes_encryption' into 'master'
Jiang Jiang Jian [Fri, 27 Jul 2018 02:14:33 +0000 (10:14 +0800)]
Merge branch 'bugfix/add_compatible_to_aes_encryption' into 'master'

Wifi: add compatible to ccmp encryption

See merge request idf/esp-idf!2802

6 years agoMerge branch 'doc/esp32_sw_breaks' into 'master'
Angus Gratton [Thu, 26 Jul 2018 23:54:33 +0000 (07:54 +0800)]
Merge branch 'doc/esp32_sw_breaks' into 'master'

docs: Adds ESP32 SW flash breakpoints description

See merge request idf/esp-idf!2838

6 years agoesp32: Adds SW flash breakpoints description
Alexey Gerenkov [Mon, 23 Jul 2018 11:18:41 +0000 (14:18 +0300)]
esp32: Adds SW flash breakpoints description

6 years agocomponent/bt: bugfix on the crash during end of sco link resulted from link supervisi...
wangmengyang [Tue, 10 Jul 2018 04:13:11 +0000 (12:13 +0800)]
component/bt: bugfix on the crash during end of sco link resulted from link supervision timeout

6 years agoMerge branch 'bugfix/tw23404_dhcp_NAK_issue_3' into 'master'
Jiang Jiang Jian [Thu, 26 Jul 2018 06:06:12 +0000 (14:06 +0800)]
Merge branch 'bugfix/tw23404_dhcp_NAK_issue_3' into 'master'

modify the timers

See merge request idf/esp-idf!2798

6 years agoMerge branch 'bugfix/spiffs_readdir_recursion' into 'master'
Angus Gratton [Thu, 26 Jul 2018 00:33:24 +0000 (08:33 +0800)]
Merge branch 'bugfix/spiffs_readdir_recursion' into 'master'

SPIFFS: fix stack overflow in readdir_r due to recursion

See merge request idf/esp-idf!2839

6 years agoMerge branch 'bugfix/btdm_controller_deinit' into 'master'
Jiang Jiang Jian [Wed, 25 Jul 2018 13:00:35 +0000 (21:00 +0800)]
Merge branch 'bugfix/btdm_controller_deinit' into 'master'

bt : fix bug that bluetooth controller init/disable/enable/disable may cause exception

See merge request idf/esp-idf!2800

6 years agomake: Add feature to cmd 'make flash' - reset ota_data partition
Konstantin Kondrashov [Mon, 25 Jun 2018 06:53:10 +0000 (11:53 +0500)]
make: Add feature to cmd 'make flash' - reset ota_data partition

Add a command `make erase_ota` - erases otadata if it there is in the
partition table otherwise error 'Partition table does not have ota_data partition'.

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

6 years agoMerge branch 'bugfix/heap_test_alloc_iram' into 'master'
Ivan Grokhotkov [Wed, 25 Jul 2018 08:20:16 +0000 (16:20 +0800)]
Merge branch 'bugfix/heap_test_alloc_iram' into 'master'

heap/tests: make IRAM allocation size divisible by 4

See merge request idf/esp-idf!2853

6 years agoheap/tests: make IRAM allocation size divisible by 4
Ivan Grokhotkov [Wed, 25 Jul 2018 06:45:39 +0000 (09:45 +0300)]
heap/tests: make IRAM allocation size divisible by 4

heap_caps_malloc will fail to poison a block in IRAM with size not
divisible by 4. The proper fix will be to make poisoning code
smarter, or to disallow allocations from IRAM with size not aligned
by 4.

6 years agoMerge branch 'feature/idf-fs-profile-modifications' into 'master'
Angus Gratton [Wed, 25 Jul 2018 00:56:04 +0000 (08:56 +0800)]
Merge branch 'feature/idf-fs-profile-modifications' into 'master'

IDF fs profiling tool modifications

See merge request idf/esp-idf!2705

6 years agoMerge branch 'bugfix/host_tools_warnings' into 'master'
Angus Gratton [Wed, 25 Jul 2018 00:55:29 +0000 (08:55 +0800)]
Merge branch 'bugfix/host_tools_warnings' into 'master'

Fix host tools warnings

See merge request idf/esp-idf!2729

6 years agoMerge branch 'bugfix/src_encoding' into 'master'
Ivan Grokhotkov [Tue, 24 Jul 2018 14:03:46 +0000 (22:03 +0800)]
Merge branch 'bugfix/src_encoding' into 'master'

Correct source code encoding

See merge request idf/esp-idf!2820

6 years agoMerge branch 'bugfix/unit-test-build-fix' into 'master'
Ivan Grokhotkov [Tue, 24 Jul 2018 12:48:12 +0000 (20:48 +0800)]
Merge branch 'bugfix/unit-test-build-fix' into 'master'

unit-test-app: don’t include project.mk for ut- targets

See merge request idf/esp-idf!2619

6 years agotest/uart: fix compilation warning
Ivan Grokhotkov [Tue, 17 Jul 2018 11:10:33 +0000 (14:10 +0300)]
test/uart: fix compilation warning

6 years agoheap: move get_all_caps to IRAM, used in unit test
Ivan Grokhotkov [Wed, 27 Jun 2018 09:16:38 +0000 (17:16 +0800)]
heap: move get_all_caps to IRAM, used in unit test

6 years agofreertos: bump limit for spinlock performance test to 300 cycles
Ivan Grokhotkov [Wed, 27 Jun 2018 06:47:31 +0000 (14:47 +0800)]
freertos: bump limit for spinlock performance test to 300 cycles

6 years agonewlib: fix unit test for psram config
Ivan Grokhotkov [Wed, 27 Jun 2018 06:47:05 +0000 (14:47 +0800)]
newlib: fix unit test for psram config

6 years agoheap: fix unit test for the case when less than 10k of IRAM is available
Ivan Grokhotkov [Wed, 27 Jun 2018 06:46:20 +0000 (14:46 +0800)]
heap: fix unit test for the case when less than 10k of IRAM is available

6 years agospi_master, ulp: fix aliasing errors in unit tests
Ivan Grokhotkov [Tue, 26 Jun 2018 06:37:36 +0000 (14:37 +0800)]
spi_master, ulp: fix aliasing errors in unit tests

6 years agounit-test-app: don’t include project.mk for ut- targets
Ivan Grokhotkov [Tue, 26 Jun 2018 04:39:27 +0000 (12:39 +0800)]
unit-test-app: don’t include project.mk for ut- targets

If project.mk is included twice in recursive invocation of Make, some
variables defined on the first pass will not be redefined on the
second pass. Rather than cleaning up these variables before calling
Make recursively, don’t include IDF project.mk at all, if one of the
ut- targets is requested.