-
8f015e3e48
component/bt: Check the value received from the peer device when sent the data used prepare write.
Yulong
2018-04-26 09:01:53 -04:00
-
ed46976f41
esp32/bt/driver: support static allocation of FreeRTOS queues used by ISR routine
Liu Zhi Fu
2018-03-30 11:39:42 +08:00
-
-
8646913cbf
component/bt : add class bt read RSSI delta (golden range)
Tian Hao
2018-01-16 18:36:31 +08:00
-
-
20ab122f80
lwip: fix tcp_pcb_purge assert
Liu Zhi Fu
2018-04-27 14:05:55 +08:00
-
-
-
cc2d1fda96
Merge branch 'bugfix/btdm_modify_include_path' into 'master'
Jiang Jiang Jian
2018-04-27 12:01:46 +08:00
-
-
44c3318749
Merge branch 'mesh/feature_fix_root' into 'master'
Jiang Jiang Jian
2018-04-27 10:56:35 +08:00
-
-
-
-
b9855df44e
example: fix ble hid device demo include
Tian Hao
2018-04-26 20:02:14 +08:00
-
ebd1849e18
mesh: add fix root function
qiyueixa
2018-04-26 00:13:53 +08:00
-
94250e42a0
sleep: optimize light sleep wakeup latency
Ivan Grokhotkov
2018-04-04 15:05:50 +08:00
-
adada3f67e
component/bt : modify header files to avoid conflict
Tian Hao
2018-04-08 12:10:50 +08:00
-
-
-
ac623a9756
soc/rtc: restore dbg attenuation when waking from sleep
Ivan Grokhotkov
2018-04-04 15:05:16 +08:00
-
d38b22b11b
soc/rtc, sleep: don’t lower the bias for wakeup state
Ivan Grokhotkov
2018-04-04 15:04:29 +08:00
-
b0a91630fb
soc/rtc: allow main XTAL to be powered on in sleep
Ivan Grokhotkov
2018-04-03 18:15:59 +08:00
-
3c78faa0a9
soc/rtc: don’t switch frequency in rtc_sleep_init
Ivan Grokhotkov
2018-04-03 18:14:55 +08:00
-
487210221b
esp_timer: add internal function to adjust time
Ivan Grokhotkov
2018-04-03 18:13:22 +08:00
-
48379b8bbe
unit-test.py: increase timeout for test app start up
Ivan Grokhotkov
2018-04-26 17:57:33 +08:00
-
c61c2a63d0
unity: flush test name before starting the test, use printf everywhere
Ivan Grokhotkov
2018-04-26 16:47:35 +08:00
-
0236592fe5
Merge branch 'feature/esp32_sw_breaks' into 'master'
Ivan Grokhotkov
2018-04-26 18:05:38 +08:00
-
-
-
-
add969f69d
Merge branch 'bugfix/partition_make3.81' into 'master'
Ivan Grokhotkov
2018-04-26 15:29:15 +08:00
-
-
439140d269
esp32: Adds support for SW breakpoints in flash
Alexey Gerenkov
2018-03-18 12:27:19 +03:00
-
4083a356a8
Merge branch 'bugfix/build_failure_with_heap_task_tracking' into 'master'
Ivan Grokhotkov
2018-04-26 15:16:43 +08:00
-
-
4ba19abeb6
esp_timer: add a function to get next alarm time
Ivan Grokhotkov
2018-04-03 18:12:47 +08:00
-
464dbbdaa9
Merge branch 'bugfix/fix_a_minor_compile_issue' into 'master'
Jiang Jiang Jian
2018-04-26 14:31:04 +08:00
-
-
37513cd738
Merge branch 'feature/wifi_add_wifi_event_mask' into 'master'
Jiang Jiang Jian
2018-04-26 14:27:42 +08:00
-
-
-
-
98dd235819
Fix a few WiFi bugs
XiaXiaotian
2018-04-26 11:46:32 +08:00
-
-
5cdd08ef5a
heap: fix build failure due to missing header
Mahavir Jain
2018-04-26 11:03:43 +05:30
-
-
-
9b9eb7e724
Merge branch 'bugfix/fix_some_wifi_phy_mode_bugs' into 'master'
Jiang Jiang Jian
2018-04-26 10:27:32 +08:00
-
-
8fbdad5b0c
partition table: Fix regression with make 3.81
Angus Gratton
2018-04-26 12:07:27 +10:00
-
-
-
5a63faa516
sdmmc: enable more test cases
Ivan Grokhotkov
2018-04-23 20:14:23 +08:00
-
2699bb49ae
sdspi: handle delayed responses for data write commands
Ivan Grokhotkov
2018-04-23 20:10:38 +08:00
-
-
-
081c830d2f
Merge branch 'feature/partition_size_check' into 'master'
Angus Gratton
2018-04-26 08:48:31 +08:00
-
-
d9cbfe42f9
Merge branch 'bugfix/log_macro_statements' into 'master'
Angus Gratton
2018-04-26 08:05:49 +08:00
-
-
-
-
fa3205737f
partition_table: Check configured flash size fits in partition table
Angus Gratton
2018-04-20 16:57:15 +10:00
-
-
-
e3d404bb8f
Merge branch 'bugfix/ci_retry_build_example' into 'master'
Angus Gratton
2018-04-26 07:36:52 +08:00
-
-
2f318d16fa
log: Make ESP_LOGx macros into single statements
Angus Gratton
2018-04-20 13:41:11 +10:00
-
81e4cad615
fix the bug that in mdns test code redefine esp_err_t to uint32_t, which should be int32_t
jack
2018-04-25 20:52:38 +08:00
-
683270958c
Merge branch 'feature/btdm_set_bredr_txpower' into 'master'
Jiang Jiang Jian
2018-04-25 20:53:21 +08:00
-
-
f5ae421e14
esp32: fix some wifi phy mode bugs
Liu Zhi Fu
2018-04-24 16:22:33 +08:00
-
-
-
364c15b9f8
add WiFi event mask API
XiaXiaotian
2018-03-16 11:43:21 +08:00
-
-
-
e660785532
component/bt : add BR/EDR TX power set
Tian Hao
2018-04-19 17:22:49 +08:00
-
d8c63160af
Merge branch 'bugfix/btdm_fix_gatt_cache_error' into 'master'
Jiang Jiang Jian
2018-04-25 14:57:18 +08:00
-
-
5fc130f2c0
update emac_reg_v2.h
shangke
2018-03-14 16:18:07 +08:00
-
-
-
14b0285a87
Merge branch 'feature/btdm_cherry-pick_ble_hid_device' into 'master'
Jiang Jiang Jian
2018-04-25 14:53:23 +08:00
-
-
-
-
f885e8b8de
Merge branch 'doc/openocd_release_update' into 'master'
Ivan Grokhotkov
2018-04-25 12:22:21 +08:00
-
-
842cd7b38e
CI: Try to build examples in second time in case of error
Anton Maklakov
2018-04-04 15:37:28 +08:00
-
-
-
0b1bb2ab57
Merge branch 'bugfix/fatfs_readwrite_test_failure' into 'master'
Ivan Grokhotkov
2018-04-24 23:43:24 +08:00
-
-
907248b6a7
Merge branch 'feature/nvs_coverage' into 'master'
Ivan Grokhotkov
2018-04-24 23:42:00 +08:00
-
-
52f9a5ca16
Merge branch 'bugfix/sdspi_wp_cd_pins' into 'master'
Ivan Grokhotkov
2018-04-24 20:53:47 +08:00
-
-
-
-
21584827b3
dhcp/dhcpserver Fix max station limit check in dhcp server
Sagar Bijwe
2018-04-24 17:21:52 +05:30
-
-
-
e0f1524c86
sdmmc: add tests for CD and WP pins for SD and SPI mode
Ivan Grokhotkov
2018-04-23 14:47:00 +08:00
-
e19901c898
sdmmc: don’t print sdio_reset warning when CD is idle
Ivan Grokhotkov
2018-04-23 14:45:59 +08:00
-
85ab4fc83e
sdmmc host: add handling of CD and WP pins
Ivan Grokhotkov
2018-04-23 14:44:46 +08:00
-
829c6cef39
sdmmc host: when parameter validation fails, exit cleanly
Ivan Grokhotkov
2018-04-23 14:38:00 +08:00
-
edcaa5f300
Merge branch 'bugfix/minor_fix_for_wifi_tx' into 'master'
Jiang Jiang Jian
2018-04-24 13:42:41 +08:00
-
-
94ec3c8e53
Merge branch 'bugfix/i2s_param_comments' into 'release/v3.0'
v3.0
Ivan Grokhotkov
2018-04-24 10:47:56 +08:00
-
-
7b50ed70a3
aws_iot: add support for MQTT TLS over port 443
Mahavir Jain
2018-04-20 19:45:50 +05:30
-
-
-
50304d719e
Merge branch 'bugfix/esp_tls_error_logging' into 'master'
Ivan Grokhotkov
2018-04-23 20:18:30 +08:00
-
-
7535dbc454
fix zero dma buffer bug: must be 4-bytes aligned
Zhang Zhao Xiang
2018-04-23 14:36:19 +08:00
-
2461a780aa
more
Liu Zhi Fu
2018-04-23 19:09:46 +08:00
-
-
-
5a3b2eddd3
Merge branch 'bugfix/esp_tls_memory_leak' into 'master'
Ivan Grokhotkov
2018-04-23 18:57:11 +08:00
-
-
cad88fb18c
Merge branch 'bugfix/authmode_change_event_peg_core_in_wep_mode' into 'master'
Jiang Jiang Jian
2018-04-23 18:51:46 +08:00
-
-
be107320f7
Component/bt: fix gatt cache error - fix sev == NULL error - fix start_handle == end_handle
zhiweijian
2018-03-20 19:27:50 +08:00
-
-
-
92a16ac6e6
sdspi: fix CD and WP incorrectly configured as outputs
Ivan Grokhotkov
2018-04-23 14:35:40 +08:00
-
2a7d85cfa4
sdmmc, sdspi: fix initializers to be C++-compatible, add test
Ivan Grokhotkov
2018-04-23 14:35:13 +08:00
-
aeb4d8e3c2
modify i2s param and comments
Zhang Zhao Xiang
2018-04-19 16:21:50 +08:00
-
-
aab573746e
Bug fix of authmode change event peg core in wep mode
Deng Xin
2018-04-22 20:34:42 +08:00
-
d477d3c5bd
bugfix/sdspi_host.c: wrong CD/WP pin configuration
Flavio Bayer
2018-04-13 16:34:23 -03:00
-
088c73bd22
Merge branch 'feature/disable_ble_service_change_pr1673' into 'master'
Angus Gratton
2018-04-23 09:15:02 +08:00
-
-
f4241dc796
Merge branch 'bugfix/typo_in_aws_iot_config' into 'master'
Angus Gratton
2018-04-23 09:02:02 +08:00
-
-
-
-
aa357a32bc
nvs_flash: Add binary creation support for NVS partition.
Amit Sheth
2018-04-19 05:48:05 +05:30
-
-
-
e37ceaed32
Merge branch 'bugfix/tw18453_fix_ap_eapol_retry_bug' into 'master'
Jiang Jiang Jian
2018-04-22 16:37:24 +08:00
-
-
db5f927087
esp32: fix the bug that soft-AP fails to retry eapol
Liu Zhi Fu
2018-04-19 14:59:25 +08:00
-
-
-
854c5260d4
esp-tls: fix memory leak when using CA certification validation
redchenjs
2018-04-22 01:13:09 +08:00
-
-
-
4e982d4b18
Merge branch 'feature/idf_size_report_symbols' into 'master'
Ivan Grokhotkov
2018-04-20 23:55:19 +08:00
-
-
63ce43affc
Merge branch 'feature/esp-tls' into 'master'
Ivan Grokhotkov
2018-04-20 22:35:40 +08:00
-
-
6807d80733
Typo in aws_iot_config.h
Kyle Secord
2018-04-17 21:56:11 -04:00
-
-
-
eb9d0315e5
example/hid: Added the readme file.
Yulong
2018-04-20 09:20:44 -04:00
-
b1dcb52fec
feature(psram): configure flash and psram speed during runtime
Wangjialin
2018-04-20 16:59:25 +08:00
-
d57495cb1c
esp-tls: Fix HTTP2 failure
Jitin George
2018-04-20 10:50:38 +05:30
-
-
c32ccf7abb
Merge branch 'bugfix/add_NULL_value_check_bta_gattc_get_services' into 'master'
Jiang Jiang Jian
2018-04-20 18:15:45 +08:00
-
-
1c06b44f08
Merge branch 'bugfix/bt_correct_inquiry_mode_name' into 'master'
Jiang Jiang Jian
2018-04-20 18:14:57 +08:00
-
-
102d08fd79
Merge branch 'feature/btdm_gattc_cache' into 'master'
Jiang Jiang Jian
2018-04-20 17:49:35 +08:00
-
-
-
-
22fbcd276c
Merge branch 'feature/amazon_freertos_compat_v2' into 'master'
Ivan Grokhotkov
2018-04-20 14:55:47 +08:00
-
-
2c7182c59f
component/bt: For unity, Change all the associat & associa to abbreviated form(assoc).
Yulong
2018-04-20 02:16:33 -04:00
-
6fd25b4d0a
Merge branch 'revert-88d0d6ff' into 'master'
Ivan Grokhotkov
2018-04-20 14:06:32 +08:00
-
-
-
-
6185e722c3
Revert "Merge branch 'feature/vfs_select' into 'master'"
Ivan Grokhotkov
2018-04-20 11:51:41 +08:00
-
-
b940abca0e
component/bt: Change the cache 'associat' name for unify.
Yulong
2018-04-19 22:56:33 -04:00
-
441b4a9742
esp32: fix few components with dependency on networking stack
Mahavir Jain
2018-03-14 13:47:04 +05:30
-
43a12894ea
driver/spi: add _ISR counterparts if invoked from interrupt for critical section
Mahavir Jain
2018-03-23 19:28:03 +05:30
-
c65a08d2fb
freertos: portCLEAN_UP_TCB should be performed before freeing tcb memory
Mahavir Jain
2018-03-27 19:32:43 +05:30
-
24ad64bfe4
pthread: implement local storage using pvTaskGetThreadLocalStoragePointer
Mahavir Jain
2018-02-02 00:17:38 +08:00
-
2d598d6fb7
esp_timer: use _ISR version of port{ENTER,EXIT}_CRITICAL from ISR
Ivan Grokhotkov
2018-02-02 00:15:55 +08:00
-
41ae0fe52b
newlib: define _REENT_INIT_PTR correctly for ESP_PLATFORM
Ivan Grokhotkov
2018-01-29 21:46:20 +08:00
-
573ea385b4
multi_heap: use portENTER/EXIT_CRITICAL instead of taskENTER/EXIT_CRITICAL
Ivan Grokhotkov
2018-01-29 21:41:58 +08:00
-
f65870566a
crosscore_int: use _ISR version of portENTER/EXIT_CRITICAL in ISR
Ivan Grokhotkov
2018-01-29 21:40:38 +08:00
-
-
5d3b26e8d0
Merge branch 'feature/mesh' into 'master'
Jiang Jiang Jian
2018-04-19 20:24:16 +08:00
-
-
ba13d282dd
Merge branch 'bugfix/mbedtls_patches_3.0' into 'release/v3.0'
Ivan Grokhotkov
2018-04-19 17:30:16 +08:00
-
-
6f504deed0
nvs: run all test by default, exclude long tests by tag
Ivan Grokhotkov
2018-04-16 11:51:43 +08:00
-
f8cb95d0b8
nvs: print progress in nvs API tests, reduce number of iterations
Ivan Grokhotkov
2018-04-16 15:02:11 +08:00
-
6545f8eaf3
nvs: add long ci test for power off recovery and coverage
Ivan Grokhotkov
2018-04-16 11:50:12 +08:00