This website requires JavaScript.
8c4c5ae034
Merge branch 'bugfix/apptrace_down_buf_init' into 'master'
Ivan Grokhotkov
2017-09-21 12:37:40 +08:00
64d1f947ed
driver/rtc: fix copy-paste error in HOLD_FORCE field name for GPIO26
Ivan Grokhotkov
2017-09-21 12:26:03 +08:00
b5aad2fa3d
Merge branch 'bugfix/spiffs_debug' into 'master'
Angus Gratton
2017-09-21 07:24:43 +08:00
728b46c578
Merge branch 'bugfix/minor_fixes_github' into 'master'
Angus Gratton
2017-09-21 07:21:32 +08:00
5c4f918c43
Merge branch 'bugfix/eclipse_cpp_headers' into 'master'
Angus Gratton
2017-09-21 07:20:49 +08:00
14b12a27cf
Fix typo in spiffs config and update submodule
me-no-dev
2017-09-19 17:09:20 +08:00
f325ba3942
component/bt: Change the cmpl_evt command in the bta_gattc_read_cmpl function.
Yulong
2017-09-20 04:28:52 -04:00
53d12a6212
build system tests: Don't unix2dos .git files, build directories
Angus Gratton
2017-09-20 18:21:29 +10:00
85ce07e6fd
build system: Fix bad partial builds after updates, sdkconfig changes
Angus Gratton
2017-09-20 17:38:54 +10:00
7e428433e1
Merge branch 'bugfix/lwip_tcp_oversize_assert' into 'master'
Angus Gratton
2017-09-20 10:16:47 +08:00
45ad0cdda2
Improved uart_flush() documentation.
Simon Werner
2017-09-08 11:08:34 +12:00
76db44e8ce
openssl_client, openssl_server example: Fix misspelling of PRIORITY in OPENSSL_EXAMPLE_TASK_PRIORITY
Chris Morgan
2017-08-22 16:27:57 -04:00
e822b37883
Fix CDT GCC parser to correctly parse C++ commands
dziekon
2017-09-16 00:02:33 +02:00
5a98cbfc0c
Merge branch 'bugfix/spi_temp_buffer_32bit_alignment' into 'master'
Jeroen Domburg
2017-09-19 22:25:35 +08:00
b54719d00f
component/bt : fix bluetooth controller enable limit && release memory when de-initialize bluetooth controller
Tian Hao
2017-09-12 22:36:17 +08:00
449f9e10a3
bugfix(touch): add workaround for touch pad DAC hardware source mismatch on tp8 and tp9.
Wangjialin
2017-09-19 19:40:49 +08:00
1b91cb7be0
fix(sdspi): fix issues causing the sdspi driver to work low efficiently with DMA.
michael
2017-09-19 16:43:31 +08:00
e815660824
component/bt: Fixed the bug of mutiple read can not callback.
Yulong
2017-09-19 04:50:26 -04:00
074f36afff
fix(spi_master): fix the heap corruption bug that RX DMA writes over the temporary buffer boundary.
michael
2017-09-15 16:19:11 +08:00
00b5f82c41
Merge branch 'bugfix/fix_set_locked_channel_typo_of_smartconfig' into 'release/v2.1'
Ivan Grokhotkov
2017-09-19 14:06:33 +08:00
e32c8be6bf
Merge branch 'bugfix/nvs_init_deinit' into 'master'
Ivan Grokhotkov
2017-09-19 12:17:39 +08:00
7827bc486d
component/bt: Fiexd the bug of the gattc cannot get the db properties.
Yulong
2017-09-18 23:15:32 -04:00
9325f2a7a4
nvs_flash: emulator: fix issues in load function, add save function
Ivan Grokhotkov
2017-09-18 22:43:03 +08:00
01c0c4b661
unit-test-app: initialize partition table info before starting the test
Ivan Grokhotkov
2017-09-18 22:41:58 +08:00
fe30789149
nvs_flash: delete Storage if init fails
Ivan Grokhotkov
2017-09-18 22:34:16 +08:00
f32b25ebe2
nvs_flash: add functions to deinitialize storage
Ivan Grokhotkov
2017-09-18 22:30:21 +08:00
d55a7cdfee
Merge branch 'bugfix/minor_nvs_remove_unused_header' into 'master'
Ivan Grokhotkov
2017-09-19 08:29:58 +08:00
3924594aed
Merge branch 'feature/toolchain-update' into 'master'
Ivan Grokhotkov
2017-09-18 19:32:39 +08:00
c8945bb82a
nvs: minor - removed unused header inclusion
Amey Inamdar
2017-09-18 17:02:32 +05:30
3062790128
gitlab-ci: use specific version of build container
Ivan Grokhotkov
2017-09-18 18:26:27 +08:00
e9655c5d90
Merge branch 'feature/btdm_cherry_pick_ble_new_api' into 'master'
Jiang Jiang Jian
2017-09-18 18:17:11 +08:00
388bf8d579
componnent/bt: remove the <<<<<<< HEAD in the code.
Yulong
2017-09-18 05:44:50 -04:00
8925a90d40
squash again squash the commit. component/bt:Added the update_white_list & set_prefer_conn_params API to the bt project.
Yulong
2017-08-14 23:24:36 -04:00
0db01b4a4d
windows: Update windows prereq script & precompiled environment download
Angus Gratton
2017-09-18 18:26:57 +10:00
3154168eb4
Merge branch 'feature/log_buffer' into 'master'
Ivan Grokhotkov
2017-09-18 15:02:34 +08:00
959462ffb6
multi_heap_poisoning: Use MULTI_HEAP_STDERR_PRINTF (ets_printf) to print heap errors
Angus Gratton
2017-09-18 16:54:28 +10:00
76d8190444
multi_heap: Print the problem address when aborting due to heap corruption
Angus Gratton
2017-09-18 14:51:51 +10:00
8244fa95fe
feat(log): add new function to log buffer with level and hex dump.
michael
2017-08-21 22:03:53 +08:00
7551e1d310
make,docs: update toolchain to 1.22.0-72-g4d49225
Ivan Grokhotkov
2017-09-15 09:24:27 +08:00
9a1ba5985b
Merge branch 'feature/partition_table_expand_line' into 'master'
Angus Gratton
2017-09-18 09:18:25 +08:00
fe3b557fa8
esp32: Fixes double initialization of apptrace down ring buffer in dual core mode
Alexey Gerenkov
2017-09-15 22:40:01 +03:00
6fa62ca604
Added a section how to update existing local esp-idf repository and load specific release. Inspired by issues #990 and #997
krzychb
2017-09-15 19:54:36 +02:00
3d7ec475d1
Merge branch 'feature/btdm_cherry_pick_change_gattc_api' into 'master'
Jiang Jiang Jian
2017-09-15 19:39:29 +08:00
5980edaef8
Merge branch 'refactor/btdm_modify_spp_client_for_ci' into 'master'
Jiang Jiang Jian
2017-09-15 19:37:24 +08:00
18f2a29a99
Merge branch 'bugfix/btdm_smp_close_compile_error' into 'master'
Jiang Jiang Jian
2017-09-15 19:36:30 +08:00
3fbc4ff353
component/bt:modify for gattc new api ci
xiewenxiang
2017-09-15 17:53:36 +08:00
4d62f8e5d0
Merge branch 'bugfix/apptrace_init_sequence' into 'master'
Ivan Grokhotkov
2017-09-15 15:02:42 +08:00
aacffd1727
Merge branch 'bugfix/btdm_blufi_malloc' into 'master'
Jiang Jiang Jian
2017-09-15 12:06:56 +08:00
dff95aed65
component/bt : fix a malloc bzero of blufi
Tian Hao
2017-09-14 18:28:36 +08:00
3760d8e175
example : eddystone demo
wangpan
2017-07-25 18:16:47 +08:00
875ba996d5
component/bt: fix the bug when close the SMP module in the menuconfig will lead to compile error.
Yulong
2017-09-14 09:01:12 -04:00
336c4b4a55
fix lwip tcp_oversize_dbgcheck assert
zhangyanjiao
2017-09-14 10:05:35 +08:00
b09f4acb27
Added proper handling of apptrace and pthread initialization errors
Alexey Gerenkov
2017-09-14 19:36:10 +03:00
a1ebeed303
Changed initialization sequence of application tracing component on APP CPU so it follows completion of initialization of the same component on PRO CPU. Previously, because of missing locking mechanism, both components were printing logs to UART at the same time. As results logs contained only corrupted characters / were not legible at all. Internal tracking: esp-idf/openocd-esp32, Issue 15
krzychb
2017-09-13 19:48:00 +02:00
5e50c9d884
Merge branch 'bugfix/btdm_modify_mtu_in_spp_client_demo' into 'master'
Jiang Jiang Jian
2017-09-14 22:24:52 +08:00
09a3e4fd58
squesh the commit.
yulong
2017-09-13 20:23:44 +08:00
31cb284967
Component/bt: modify mtu api in spp client demo
zhiweijian
2017-09-14 21:07:25 +08:00
4c97fc04ca
Merge branch 'bugfix/optimize_lwip_loopback_route' into 'master'
Jiang Jiang Jian
2017-09-14 21:07:58 +08:00
5aa52709c2
Merge branch 'bugfix/fix_some_wifi_lib_bugs' into 'master'
Jiang Jiang Jian
2017-09-14 20:39:02 +08:00
c74d944edf
Merge branch 'feature/refractor_smartconfig' into 'master'
Jiang Jiang Jian
2017-09-14 20:38:30 +08:00
0460069582
Merge branch 'bugfix/panic_dport_no_mutex' into 'master'
Jeroen Domburg
2017-09-14 18:07:06 +08:00
fff90da8d6
Merge branch 'bugfix/btdm_gatt_read_by_type_bug' into 'master'
Jiang Jiang Jian
2017-09-14 17:24:02 +08:00
169361b38b
Merge branch 'feature/btdm_ble_spp_server_demo' into 'master'
Jiang Jiang Jian
2017-09-14 17:15:17 +08:00
f90eb1c371
Merge branch 'feature/btdm_ble_spp_client_demo' into 'master'
Jiang Jiang Jian
2017-09-14 17:15:01 +08:00
164006509f
optimize lwip route when loopback open and in "APSTA" mode
zhangyanjiao
2017-09-13 14:24:08 +08:00
6bfbe6e4ed
Fix some wifi lib bugs
XiaXiaotian
2017-09-13 20:39:57 +08:00
2a0e6c40d0
Merge branch 'feature/ext_ram_allocatable_using_heap_alloc_cap' into 'master'
Ivan Grokhotkov
2017-09-14 14:28:12 +08:00
ad0d30302b
Merge branch 'bugfix/ci_sphinx_warnings' into 'master'
Ivan Grokhotkov
2017-09-14 13:46:18 +08:00
379320bdb2
change to GPIO_IS_VALID_OUTPUT_GPIO for data out pin
Kewal Shah
2017-05-17 13:12:46 +08:00
2fceec4d85
feature(I2S-ADC): add ADC mode for I2S.
Wangjialin
2017-08-23 23:12:56 +08:00
4b8aa9e20d
ci: Add new check_doc_warnings.sh script, pre-process log lines
Angus Gratton
2017-09-14 10:34:25 +10:00
b2adaf2a4c
Merge branch 'feature/docs_adc_api_reference' into 'master'
Ivan Grokhotkov
2017-09-14 10:49:12 +08:00
6d95934a3c
Make 80MHz PSRAM work as well, add testcase for weirdness reported on esp32 forums, clean up unused define in psram code
Jeroen Domburg
2017-09-06 16:13:40 +08:00
875ae6a134
Add option to allocate external RAM using heap_alloc_caps
Jeroen Domburg
2017-09-05 17:29:57 +08:00
538e9d83fc
Merge branch 'bugfix/docs_formatting' into 'master'
Ivan Grokhotkov
2017-09-14 10:42:57 +08:00
53fde7842e
Resolved docs formatting issues that sneak into documentation with MR 1061
krzychb
2017-09-13 20:54:21 +02:00
574daad1c4
Merge branch 'feature/btdm_update_to_bluedroid7.1_l2cap' into 'master'
Jiang Jiang Jian
2017-09-13 20:39:38 +08:00
33a4a6a510
Merge branch 'feature/add_espnow' into 'master'
Jiang Jiang Jian
2017-09-13 20:32:53 +08:00
b70329040d
Merge branch 'bugfix/btdm_gatts_notify_stress_test_crash' into 'master'
Jiang Jiang Jian
2017-09-13 20:27:17 +08:00
dfaf166436
Merge branch 'feature/toolchain-update' into 'master'
Ivan Grokhotkov
2017-09-13 18:05:09 +08:00
a91b330b49
Merge branch 'bugfix/spiffs_submodule' into 'master'
Ivan Grokhotkov
2017-09-13 18:02:32 +08:00
82fb2768aa
build system: trim crosstool-ng commit ID when checking version
Ivan Grokhotkov
2017-09-12 18:50:33 +08:00
61e3a5bd16
windows: Update toolchain & MSYS package download links
Angus Gratton
2017-09-12 13:09:19 +10:00
e250dbb433
windows: Add workaround for "git submodule" stray output bug
Angus Gratton
2017-09-12 13:08:00 +10:00
5586b4b799
Update toolchain download links
Ivan Grokhotkov
2017-09-11 15:14:07 +08:00
100889f124
build system: update the expected toolchain version
Ivan Grokhotkov
2017-09-04 15:16:15 +08:00
0205e5f2fc
build system: enable C++ exceptions support by default
Ivan Grokhotkov
2017-09-04 15:15:48 +08:00
6753f6cb59
Refractor smartconfig
XiaXiaotian
2017-09-13 16:42:45 +08:00
b687e1a41f
spiffs: Track spiffs submodule in component
Angus Gratton
2017-09-13 14:54:33 +10:00
f1e3b0df02
Merge branch 'feature/adv_scan_simultaneously' into 'master'
Jiang Jiang Jian
2017-09-13 11:50:57 +08:00
ea7a09c3e4
Merge branch 'bugfix/btdm_sec_config' into 'master'
Jiang Jiang Jian
2017-09-13 11:46:34 +08:00
8921a36828
Component/bt: fix bug for gatts notify stress test crash
zhiweijian
2017-09-11 17:30:50 +08:00
ac7e608d92
Merge branch 'bugfix/psram_newlib_fns_in_iram' into 'master'
Jeroen Domburg
2017-09-13 10:49:57 +08:00
9c56d9e75e
Make sure functions that are in ROM in the non-external-ram-workaround version, are in RAM (and not in flash) in the ext-ram workaround version.
Jeroen Domburg
2017-09-11 16:59:03 +08:00
df888a4f54
Merge branch 'bugfix/openocd_top_used_priority' into 'master'
Angus Gratton
2017-09-13 09:02:27 +08:00
c4f15a0e5d
ledc_get_duty return type changed from int to uint32_t, target_duty changed from int to uint32_t
Kewal Shah
2017-05-12 10:43:37 +08:00
1759a47060
This is a combination of 4 commits. squash again all the commit.
Yulong
2017-08-24 02:24:04 -04:00
b6d82eeceb
Merge branch 'feature/gcov_over_apptrace' into 'master'
Ivan Grokhotkov
2017-09-12 18:54:26 +08:00
00a7cdbb0b
component/bt : support adv & scan simultaneously
Tian Hao
2017-09-04 21:58:33 +08:00
d7fb4a71a0
Merge branch 'feature/fail_build_on_sphinx_warning' into 'master'
Ivan Grokhotkov
2017-09-12 13:49:11 +08:00