Commit Graph

  • 86fa1820b7 component/bt: Add AVRCP medadata attribute support so A2DP can show track title, album, etc. pufstudio 2017-10-03 04:56:13 +02:00
  • 1f7e42c0b7 Merge branch 'bugfix/fix_some_wifi_bugs' into 'master' Jiang Jiang Jian 2017-12-01 19:22:18 +08:00
  • aece22f763 Merge branch 'bugfix/tw16581_dhcps_default_behaviour_changed' into 'master' Jiang Jiang Jian 2017-12-01 19:21:26 +08:00
  • 7ec7352534 Merge branch 'bugfix/small_fixes_from_github' into 'master' Jiang Jiang Jian 2017-12-01 19:21:10 +08:00
  • 58e60401a2 Merge branch 'feature/bt_a2dp_i2s' into 'master' Jiang Jiang Jian 2017-12-01 19:18:50 +08:00
  • 0f2d417a74 Small typo fix Adrián Paníček 2017-11-29 09:26:44 +01:00
  • 866b84b9f8 Typo fix. Closes https://github.com/espressif/esp-idf/issue/1323 krzychb 2017-11-29 20:56:00 +01:00
  • aaa17b8740 Fix some wifi lib bugs XiaXiaotian 2017-12-01 15:00:49 +08:00
  • af63ca1522 Merge branch 'bugfix/pthread_local_storage_spinlock' into 'master' Ivan Grokhotkov 2017-12-01 14:42:29 +08:00
  • fe1e1e2f8e Review comments implemented krzychb 2017-12-01 07:29:54 +01:00
  • 4da239e824 Merge branch 'feature/btdm_optimize_gatt_server_service_table_demo' into 'master' Jiang Jiang Jian 2017-12-01 12:25:42 +08:00
  • 015233d2dc Merge branch 'bugfix/btdm_mem_leak_lead_to_WDT_#16592' into 'master' Jiang Jiang Jian 2017-12-01 12:24:04 +08:00
  • 89407a5770 pthread: Use spinlock not semaphore mutex to protect TLS key list Angus Gratton 2017-12-01 14:28:07 +11:00
  • a0992ad442 component/bt: Remove the p_tle->param reset to 0 when free the p_timer_param pointer. yulong 2017-11-30 16:15:22 +08:00
  • 5b243b1d01 component/bt: Added the mutex lock protect the ccc free when disconnect. Yulong 2017-11-30 02:45:26 -05:00
  • 582b731c23 Merge branch 'bugfix/active_scan' into 'master' Jiang Jiang Jian 2017-11-30 15:06:20 +08:00
  • cc600bd517 Merge branch 'bugfix/fix_lwip_macros' into 'master' Ivan Grokhotkov 2017-11-30 10:28:20 +08:00
  • 1c0543fb17 lwip: Change socket API macros to static-inline Kedar Sovani 2017-11-28 15:53:39 +05:30
  • bf3c41bb92 bugfix(i2c): use queue instead of event group for internal commands Wangjialin 2017-11-28 15:05:36 +08:00
  • 6228d0c409 Merge branch 'bugfix/esp_timer_profiling' into 'master' Ivan Grokhotkov 2017-11-29 12:32:38 +08:00
  • f0547d58e4 esp_timer: add documentation, expose profiling option in Kconfig Ivan Grokhotkov 2017-11-24 18:51:37 +08:00
  • 6e7eb3c776 esp_timer: fix for the case when timer is deleted in callback Ivan Grokhotkov 2017-11-24 17:33:13 +08:00
  • 7353307ca5 component/bt: reset the p_cmd_list pointer after release the mem. yulong 2017-11-29 10:50:03 +08:00
  • 1d5389668b Merge branch 'feature/dhcp_server_options_menuconfig' into 'master' Angus Gratton 2017-11-29 07:07:09 +08:00
  • 59931cd63b component/bt : fix actvie scan cannot send scan_req in a certain case Tian Hao 2017-11-27 21:30:29 +08:00
  • e315d7ca08 fix the dhcps default behaviour chenged by dns zhangyanjiao 2017-11-28 16:14:35 +08:00
  • 5b9131cc60 compoent/bt: Fix the bug when do the BLE pressure test will lead to memory leak will appear WDT. yulong 2017-11-28 15:43:33 +08:00
  • 626ad5f577 dhcpserver: Option to change lease time multiplier and number of max stations connected to it. Krzysztof Bociurko 2017-10-31 19:13:04 +01:00
  • 0554bc59a2 Merge branch 'bugfix/tw16551_buffer_overflow' into 'master' Jiang Jiang Jian 2017-11-27 22:18:58 +08:00
  • a83fbd3364 Merge branch 'bugfix/tw16287_tcp_send_succeed_after_station_disconnect' into 'master' Jiang Jiang Jian 2017-11-27 21:30:46 +08:00
  • 886047fb46 Merge branch 'bugfix/TW16564_tcp_connect/disconnect_crash' into 'master' Jiang Jiang Jian 2017-11-27 21:30:11 +08:00
  • 7980255498 Merge branch 'bugfix/btdm_scan_lead_to_conn_error' into 'master' Jiang Jiang Jian 2017-11-27 21:21:13 +08:00
  • 768bbcd8aa fix buffer overflow in ipc.c zhangyanjiao 2017-11-27 15:58:36 +08:00
  • 9e530fd063 Merge branch 'bugfix/allow_external_stack' into 'master' Ivan Grokhotkov 2017-11-27 16:31:27 +08:00
  • 067c0e1ffe Merge branch 'bugfix/cpp_unit_tests_not_executed_by_ci' into 'master' Ivan Grokhotkov 2017-11-27 12:48:12 +08:00
  • 0b644ee515 fix tcp connect/disconnect carsh zhangyanjiao 2017-11-24 21:26:53 +08:00
  • fccc30d2d5 bootloader: Only apply VDDSDIO 1.8V->1.9V if regulator is enabled Angus Gratton 2017-11-27 10:33:41 +11:00
  • 75ff6dce15 Merge branch 'docs/esp_ipc' into 'master' Angus Gratton 2017-11-27 07:24:37 +08:00
  • 5e7478a055 Merge branch 'bugfix/ledc_fade_scale' into 'master' Angus Gratton 2017-11-27 07:23:19 +08:00
  • 7683bdbce2 Merge branch 'bugfix/monitor_windows10_crash' into 'master' Angus Gratton 2017-11-27 07:22:44 +08:00
  • c71318ce88 component/bt: Fix the bug when write ccc sometimes will lead to repeatedly release the memory. Yulong 2017-11-25 05:06:14 -05:00
  • 2b010d4bc9 RMT transmitter and receiver overview pictures krzychb 2017-11-23 23:53:06 +01:00
  • 4c13b2f391 docs/ipc documentation Darian Leung 2017-11-22 15:16:29 +08:00
  • e7743d090d freertos: fix a bug for incorrect check of allow-external-stack Kedar Sovani 2017-11-24 09:53:47 +05:30
  • 02304ad83e Merge branch 'feature/freertos_backported_functions' into 'master' Angus Gratton 2017-11-24 08:49:59 +08:00
  • e5b2c1cf4c Merge branch 'bugfix/btdm_corret_bt_h_comment' into 'master' Jiang Jiang Jian 2017-11-24 00:14:14 +08:00
  • 082f5716c6 Merge branch 'feature/enable_disable_ampdu_rx_tx_independently' into 'master' Jiang Jiang Jian 2017-11-23 22:22:43 +08:00
  • 177c92f15e component/bt: Change the code format. Yulong 2017-11-23 06:42:04 -05:00
  • 2458d15d2d component/bt: recovery the scan parameter to the controller before start scan. Yulong 2017-11-23 06:36:00 -05:00
  • b553c925b1 bugfix: while scale equals 0 will cause crash panfeng 2017-11-22 17:13:17 +08:00
  • dd371289aa CI: fix C++ unit test cases not executed by CI He Yin Ling 2017-11-23 16:51:28 +08:00
  • f14699068d component/bt: Fixed the bug when stop scan if not set back the scan params will lead to connection request sent the empty packet to the peer device. Yulong 2017-11-23 03:54:29 -05:00
  • 983ec73413 libstdc++: update the library built with PSRAM workaround Ivan Grokhotkov 2017-11-23 15:34:23 +08:00
  • c1d101dd41 freertos/backport and test v9.0.0 functions Darian Leung 2017-10-20 19:03:01 +08:00
  • e43ac33b7c Merge branch 'bugfix/aws_iot_nvs_no_init' into 'master' Angus Gratton 2017-11-23 13:19:21 +08:00
  • 2f62a62d28 Merge branch 'feature/toolchain_update' into 'master' Ivan Grokhotkov 2017-11-23 13:02:57 +08:00
  • b669b415e6 Merge branch 'feature/cxx_exceptions_emg_pool' into 'master' Ivan Grokhotkov 2017-11-23 13:02:49 +08:00
  • 2eac553062 Merge branch 'feature/pthread_key_and_cond_var_support' into 'master' Ivan Grokhotkov 2017-11-23 13:02:40 +08:00
  • 9a09292487 ci: increase number of example build jobs Ivan Grokhotkov 2017-11-22 22:40:49 +08:00
  • 3ad64bc099 CI: support sepcify docker image tag with bot He Yin Ling 2017-11-23 10:13:14 +08:00
  • f41431022b windows: Allow "make menuconfig" to work if ming32 gcc is also installed Angus Gratton 2017-11-23 14:18:06 +11:00
  • edb2400742 pthread: Added support for pthread condition variables Amey Inamdar 2017-10-12 16:28:19 +05:30
  • 7df96718a2 esp32: Adds C++ exceptions emergency pool size menuconfig option Alexey Gerenkov 2017-11-17 12:38:19 +03:00
  • 3f6a8f1430 esp32: add options to disable/enable TX/RX AMPDU independently Liu Zhi Fu 2017-11-17 15:47:22 +08:00
  • 4d34251ff3 windows: Update precompiled env link & toolchain in setup script Angus Gratton 2017-11-23 11:55:23 +11:00
  • cdad1e8382 Implement review comments krzychb 2017-11-22 07:07:49 +01:00
  • 597ce3b800 Merge branch 'bugfix/ringbuf_buflen_bugfix' into 'master' Ivan Grokhotkov 2017-11-22 22:30:11 +08:00
  • 61ead8fb96 Merge branch 'bugfix/ota_example_http_request' into 'master' Ivan Grokhotkov 2017-11-22 22:27:10 +08:00
  • c237c5c966 Merge branch 'bugfix/gpio_disable_api' into 'master' Ivan Grokhotkov 2017-11-22 22:26:54 +08:00
  • cf47012111 Merge branch 'feature/prs_from_github' into 'master' Ivan Grokhotkov 2017-11-22 22:26:40 +08:00
  • 5fe91ae7cd Merge branch 'bugfix/cpp_guards' into 'master' Ivan Grokhotkov 2017-11-22 22:26:26 +08:00
  • ada33fe3dd Add GPIO input and output disable option kooho 2017-11-21 15:06:32 +08:00
  • 4b3997cfbb aws_iot: fix aws_iot examples without NVS initialization Chen Wu 2017-11-22 11:42:55 +08:00
  • 08be5213db Merge branch 'bugfix/uxportcompare_check_addr_range' into 'master' Ivan Grokhotkov 2017-11-22 11:44:09 +08:00
  • 3607b404c0 Merge branch 'feature/lwip_socket_pcb_num_config' into 'master' Angus Gratton 2017-11-22 11:36:55 +08:00
  • 4ce68f6163 lwip: Expose number of active socket limits in menuconfig Angus Gratton 2017-10-20 14:51:17 +08:00
  • 157371effb Set GPIO-mode for MDC and MDIO pins Frank Sautter 2017-11-14 00:10:59 +01:00
  • 08ba79cc2b return old handler from esp_log_set_vprintf() Andrew Dikarev 2017-11-18 16:27:06 +02:00
  • cf768380b1 soc: Remove redefinition of MCU_SEL_M Vitor Massaru Iha 2017-11-20 08:14:31 -02:00
  • 969911b7c2 freertos: enabled use of pxTaskGetStackStart and cleaned up it's implementation Krzysztof Bociurko 2017-11-17 13:05:54 +01:00
  • 4332a2c4bc Merge branch 'bugfix/cxx-exceptions-missing-stubs' into 'master' Angus Gratton 2017-11-22 09:26:24 +08:00
  • a556e1c782 heap: Add C++ header guards to heap headers Angus Gratton 2017-11-17 10:16:46 +11:00
  • 0b48d5978e ringbuf.h: Add anti name-mangling definition Adrián Paníček 2017-11-09 22:46:38 +01:00
  • 2ec35f60ca RMT API docs update, new example krzychb 2017-11-20 04:51:30 +01:00
  • c03b068931 spiffs: make OBJ_META_LEN configurable, make mtime support optional Ivan Grokhotkov 2017-11-22 00:17:11 +08:00
  • 58f046715e Unify the time file creation for SPIFFS and SD luc lebosse 2017-10-14 14:52:40 +02:00
  • 4f33339c1d test_ringbuf: Add tests for arbitrary length ring buffer Piyush Shah 2017-11-17 17:23:43 +05:30
  • 7dd9c4f57f ringbuf: Fixes to header files for better understanding Piyush Shah 2017-11-17 15:50:49 +05:30
  • 62f44e45df ringbuf: Bugfixes for managing arbitrary sizes of ring buffer Piyush Shah 2017-11-17 15:24:17 +05:30
  • 0f503dee50 toolchain: update to 1.22.0-75-gbaf03c2 Ivan Grokhotkov 2017-11-21 19:30:52 +08:00
  • 6e1453e864 Merge branch 'feature/bot' into 'master' Ivan Grokhotkov 2017-11-21 18:43:56 +08:00
  • 78ed138453 cxx_exceptions: Add missing stubs for cxx exceptions with exceptions disabled Amey Inamdar 2017-11-21 12:41:49 +05:30
  • 46673bb6f1 Merge branch 'bugfix/rtc_apll_disable' into 'master' Ivan Grokhotkov 2017-11-21 12:13:07 +08:00
  • d135a017f4 Merge branch 'bugfix/ut_startup_time' into 'master' Ivan Grokhotkov 2017-11-21 12:12:46 +08:00
  • dc994e9c88 ota example: Send a valid HTTP/1.0 request Angus Gratton 2017-11-20 17:21:50 +11:00
  • 93c75b4978 Merge branch 'bugfix/update_BOD_voltages' into 'master' Angus Gratton 2017-11-21 05:37:55 +08:00
  • 729e0c2544 component/bt: Correct the SP_BLE_PWR_TYPE_CONN_HDL0-9 comment in the bt.h file to ESP_BLE_PWR_TYPE_CONN_HDL0-8 Yulong 2017-11-20 08:05:35 -05:00
  • 2eae440646 unit-test-app: reduce startup delay, clean up Ivan Grokhotkov 2017-11-09 17:26:43 +08:00
  • 81f806e676 test: change initial condition of unit test: He Yin Ling 2017-11-20 13:32:01 +08:00
  • 5117364c13 unit-test-app: don't print the list of tests by default Ivan Grokhotkov 2017-11-09 14:45:08 +08:00