Commit Graph

  • 2efd6859ed release memory not used in single core mode Jack 2018-07-09 17:15:22 +08:00
  • 975688b97f examples: Use flushed print to see logs on the CI server Roland Dobai 2018-09-21 10:34:55 +02:00
  • 17b7959de9 Examples: Add Python 2&3 support Roland Dobai 2018-09-10 15:13:47 +02:00
  • 1d4ae1e9ad mesh: bugfix qiyueixa 2018-09-23 21:09:59 +08:00
  • 0ea7723238 doc/general_notes:translate from en to zh_CN morris 2018-07-27 18:11:30 +08:00
  • 3c362f4d75 esp32: Add missing header file in esp_task.h Darian Leung 2018-09-25 11:21:23 +08:00
  • 43d2f940b2 esp32: make esp-touch channel switch thread safe XiaXiaotian 2018-09-25 11:20:29 +08:00
  • 7b7964b47a esp32: esp-touch supports both multicast and broadcast packets XiaXiaotian 2018-08-14 14:23:53 +08:00
  • 96cd3b75cd Merge branch 'feature/mbedtls_mem_alloc_options' into 'master' Angus Gratton 2018-09-25 08:24:29 +08:00
  • 66fd7e9cc3 Merge branch 'bugfix/python_gen_empty_partition' into 'master' Angus Gratton 2018-09-25 08:23:38 +08:00
  • dc135ed1f6 Merge branch 'feature/async_esp_http_client' into 'master' Angus Gratton 2018-09-25 08:20:06 +08:00
  • a4aadd1926 Merge branch 'feature/nvs_encryption' into 'master' Angus Gratton 2018-09-25 08:15:55 +08:00
  • 6ed00f50be Merge branch 'bug_fix/multipage_blob_support' into 'master' Angus Gratton 2018-09-25 08:01:57 +08:00
  • e14b836fcc nvs-flash: Support for blobs larger than half of SPI Flash sector size Sagar Bijwe 2018-04-02 16:14:59 +05:30
  • 3665715d4d Merge branch 'mesh/bugfix' into 'master' Jiang Jiang Jian 2018-09-24 20:31:31 +08:00
  • baca21050f app_update: Make gen_empty_partition.py Python 2 & 3 compatible Roland Dobai 2018-09-24 08:09:52 +02:00
  • 7c1360b10a nvs_util: Fix multipage blob data format generate Shivani Tipnis 2018-09-24 14:43:26 +05:30
  • 48fccbf5dd nvs_flash: Add support for nvs encryption Sagar Bijwe 2018-07-02 16:40:43 +05:30
  • 5585f699d1 aws_iot: optimize dynamic memory by tweaking tls out buf content length Mahavir Jain 2018-09-22 17:52:10 +05:30
  • 54382277b6 mbedtls: configurable options for controlling dynamic memory allocations Mahavir Jain 2018-09-19 15:29:20 +05:30
  • 0aec63c18e examples/protocols/esp_http_client: Add example for asynchronous HTTP request Jitin George 2018-08-29 16:23:48 +05:30
  • 5309ca04d1 esp_http_client: Add support for non-blocking feature in esp_http_client_perform() API Jitin George 2018-08-07 23:26:59 +05:30
  • 1be97fad09 esp-tls: Add support for non blocking connect Jitin George 2018-08-07 23:24:57 +05:30
  • 4d50427e87 Merge branch 'feature/nvs_util_backport' into 'master' Angus Gratton 2018-09-24 11:53:29 +08:00
  • ae5df5d6ce Merge branch 'feature/pthread_attributes' into 'master' Angus Gratton 2018-09-24 11:19:41 +08:00
  • 9c4cc55012 mesh: bugfix qiyueixa 2018-09-23 21:09:59 +08:00
  • 623641f26c Merge branch 'bugfix/two_scenario_may_cause_no_disconnect_event_report' into 'master' Jiang Jiang Jian 2018-09-23 10:58:44 +08:00
  • da3c6220a5 Merge branch 'bugfix/IPv6_TCP_connection_fail' into 'master' Jiang Jiang Jian 2018-09-23 08:39:34 +08:00
  • f27db1f241 pthread : Add support for attributes and few APIs This introduces the following changes : * Implmentation added for pthread attribute related functions : * pthread_attr_init * pthread_attr_destroy * pthread_attr_setdetachstate * pthread_attr_getdetachstate * pthread_attr_getstacksize * pthread_attr_setstacksize * pthread_create now supports passing attributes/configs through pthread_attr_t structure * pthread_mutex_timedlock added * pthread_exit added * memory for joinable thread is freed before returning from pthread_join Anurag Kar 2018-08-10 16:22:27 +05:30
  • 93b588a0cf Merge branch 'bugfix/wpa2_fixes_2' into 'master' Jiang Jiang Jian 2018-09-21 20:14:56 +08:00
  • 19a67271ef lwip:move lwip bss segment to psram TianZhongXing 2018-09-17 20:50:08 +08:00
  • 974112378b feature: allow .bss segment in external memory TianZhongXing 2018-09-14 18:28:18 +08:00
  • b97e52210a cmake: add app_trace as FreeRTOS dependency Ivan Grokhotkov 2018-09-21 14:58:34 +08:00
  • 7186475d94 Wifi: bugfix of two sceanrio may cause no disconnect event report Deng Xin 2018-09-20 12:09:03 +08:00
  • bf443a763f tools: Support overwrite of includes for gen_esp_err_to_name.py Roland Dobai 2018-09-19 14:41:46 +02:00
  • f8750eb58d lwip: add compatibility headers for sntp.h and esp_ping.h Ivan Grokhotkov 2018-09-10 12:21:59 +08:00
  • 2e6e87816c Merge branch 'feature/crosstool_backport' into 'master' Ivan Grokhotkov 2018-09-21 14:07:41 +08:00
  • 375c3f6cda Merge branch 'feature/spi_sync_rebase' into 'master' Jeroen Domburg 2018-09-21 10:57:16 +08:00
  • 81e7689bf3 Component/bt: fix get bond list error sometimes zhiweijian 2018-09-17 17:47:16 +08:00
  • e7d6c861b5 lwip: fix the bug that IPv6 TCP connection fail zhangyanjiao 2018-09-20 20:01:22 +08:00
  • 688807d5f6 docs: Don't show Kconfig.projbuild from MQTT submodule examples in docs Angus Gratton 2018-09-21 11:05:16 +10:00
  • 9421f6611f doc: Render config items "Found in:" as a set of links to menus Angus Gratton 2018-09-20 17:13:07 +10:00
  • a8754ccc6a Merge branch 'feature/idf_py_print_flash_cmd' into 'master' Ivan Grokhotkov 2018-09-20 20:03:21 +08:00
  • 4af51833f3 spi_master: add new polling mode to decrease time cost each transaction Michael (Xiao Xufeng) 2018-01-31 11:15:23 +08:00
  • 3004744f2c Merge branch 'bugfix/py273_gen_esp32part' into 'master' Anton Maklakov 2018-09-20 19:06:52 +08:00
  • 7b4054a468 espcoredump: Fix a test case of new gdb from the new toolchain Anton Maklakov 2018-09-19 13:24:29 +08:00
  • 0d1285ebcf bluetooth: fix indentation warning Anton Maklakov 2018-09-18 14:49:08 +08:00
  • d6a5cd6e82 mqtt: silence a format warning Anton Maklakov 2018-09-18 14:16:19 +08:00
  • d4cbfd34cc cmake: silence some warnings in coap, bt, expat, libsodium, lwip and examples/bluetooth Anton Maklakov 2018-09-18 11:44:24 +08:00
  • 90d4a1d1e9 cmake: Add a compatible old GCC flag, fix the cmake example building Anton Maklakov 2018-09-18 13:07:21 +08:00
  • 3471d369f9 lwip: silence uninitialized and fallthrough warnings Anton Maklakov 2018-09-07 21:37:27 +08:00
  • ccbe517702 vfs: fix a fallthrough comment to silence the warning Anton Maklakov 2018-09-07 16:13:26 +08:00
  • fdb369c76f test/cxx: Test for exception from libstdc++ with -fno-exceptions Anton Maklakov 2018-09-07 20:44:25 +08:00
  • e0f7e196f2 cxx: don’t define stubs for __throw_* functions Alexey Gerenkov 2018-08-28 12:22:12 +08:00
  • 43116e6e2d examples/sdio: Fix an uninitialized buffer which sometimes caused a test fail Anton Maklakov 2018-08-31 18:59:37 +08:00
  • f0c15e749a gcov: use GCC API to control GCOV data dumps Alexey Gerenkov 2018-06-28 16:38:17 +03:00
  • 9a55557ad8 build system: Add a compatible old GCC flag Anton Maklakov 2018-08-30 11:24:34 +08:00
  • 51c9b6b82d bt: disable implicit fall through warnings Ivan Grokhotkov 2018-08-28 18:18:59 +08:00
  • dd5d01a83e bt: silence unused const variables warning Ivan Grokhotkov 2018-08-28 17:31:48 +08:00
  • 0b35292abe examples/bluetooth: silence unused const variables warnings Ivan Grokhotkov 2018-08-29 12:59:58 +08:00
  • c2a04f6517 unity: silence unused const variables warning Ivan Grokhotkov 2018-08-07 20:06:08 +03:00
  • 91fa1764e5 docs: generate toolchain download links Ivan Grokhotkov 2018-08-29 21:30:03 +08:00
  • 10ec85f848 build system: and gcc8 warnings compatibility option Anton Maklakov 2018-08-27 11:03:15 +08:00
  • cce02e45f1 build system: print some information about the compiler Anton Maklakov 2018-08-27 11:43:34 +08:00
  • 16525d3c28 ci: specify default docker image tag Anton Maklakov 2018-08-03 16:28:33 +08:00
  • ab21644df4 toolchain: Set the supported toolchain version in a separate file Anton Maklakov 2018-08-27 11:04:08 +08:00
  • a5533a0b5d Merge branch 'bugfix/fix_the_bug_create_socket_fail_v3.0' into 'release/v3.0' Jiang Jiang Jian 2018-09-20 18:44:30 +08:00
  • fbcfc869e2 Merge branch 'bugfix/fix_the_bug_create_socket_fail_v3.1' into 'release/v3.1' Jiang Jiang Jian 2018-09-20 18:44:18 +08:00
  • d68df94d2b Merge branch 'bugfix/fix_the_bug_create_socket_fail' into 'master' Jiang Jiang Jian 2018-09-20 18:43:58 +08:00
  • 4465dc29bb partition_table: Fix encoding for Python 2.7.3 Roland Dobai 2018-09-20 12:01:54 +02:00
  • 59d590ff48 cmake: pass repository path to git when doing git describe Ivan Grokhotkov 2018-09-20 16:17:35 +08:00
  • 130a8ea324 tiny-test-fw: Detect either 'download.config' or 'flash_project_args' Roland Dobai 2018-09-12 13:30:36 +02:00
  • 593abe0768 Merge branch 'test/fix_ut_cant_process_test_command' into 'master' Angus Gratton 2018-09-20 14:38:25 +08:00
  • 4107361a3a Merge branch 'bugfix/btdm_fix_crash_when_test_multi_connect_v3.1' into 'release/v3.1' Jiang Jiang Jian 2018-09-20 14:02:12 +08:00
  • 8cf0f36dcc Merge branch 'feature/ecc_crypto_wrappers' into 'master' Angus Gratton 2018-09-20 13:46:08 +08:00
  • 9188cb066a mbedtls: update to 2.13.1 Ivan Grokhotkov 2018-09-18 15:38:19 +08:00
  • 07211ffeff Merge branch 'bugfix/py23_nvs_flash_division' into 'master' Ivan Grokhotkov 2018-09-20 12:10:18 +08:00
  • f5e772242d Merge branch 'feature/py23_partition_table' into 'master' Ivan Grokhotkov 2018-09-20 12:09:12 +08:00
  • 7660db290b Merge branch 'feature/roll_back_python_future' into 'master' Ivan Grokhotkov 2018-09-20 12:05:50 +08:00
  • af453841ea Merge branch 'bugfix/ci_cmake_examples' into 'master' Ivan Grokhotkov 2018-09-20 12:05:07 +08:00
  • 7657c1c7d4 Merge branch 'bugfix/btdm_fix_crash_when_test_multi_connect' into 'master' Jiang Jiang Jian 2018-09-20 12:04:18 +08:00
  • 2e411aeccb Merge branch 'bugfix/ethernet_infinite_loop' into 'master' Ivan Grokhotkov 2018-09-20 11:59:51 +08:00
  • c09d4787ef Merge branch 'bugfix/parttool_spaces' into 'master' Ivan Grokhotkov 2018-09-20 11:58:40 +08:00
  • e8aa442305 Merge branch 'bugfix/btdm_fix_save_error_key_in_smp_when_reconnect_v3.1' into 'release/v3.1' Jiang Jiang Jian 2018-09-20 10:58:01 +08:00
  • 82ee078d9a Merge branch 'bugfix/btdm_fix_iphoneX_error_when_get_wifi_list_v3.1' into 'release/v3.1' Jiang Jiang Jian 2018-09-20 10:55:08 +08:00
  • ffbe5b7ae5 Merge branch 'bugfix/btdm_fix_iphoneX_error_when_get_wifi_list' into 'master' Jiang Jiang Jian 2018-09-20 10:54:43 +08:00
  • 57573d0ed7 Merge branch 'feature/btdm_add_clear_rand_addr_API' into 'master' Jiang Jiang Jian 2018-09-20 10:47:37 +08:00
  • 20b7f0ec87 ethernet: fix infinite loop when init phy or reset mac morris 2018-09-19 10:45:53 +08:00
  • 930ddf2b2c Merge branch 'bugfix/use_component_srcs' into 'master' Angus Gratton 2018-09-20 07:27:37 +08:00
  • ca3acef82c nvs_util: Add support for old and new multipage blob Shivani Tipnis 2018-09-12 17:47:24 +05:30
  • 9999720ed0 Downgrade python-future required version to 0.15.2 Deomid Ryabkov 2018-09-18 15:38:34 +03:00
  • f90512ba39 Merge branch 'bugfix/mdns_memory_leak_backport_v3.1' into 'release/v3.1' Jiang Jiang Jian 2018-09-19 18:05:51 +08:00
  • f2d3efd875 lwip: fix the bug that failed to create socket zhangyanjiao 2018-09-18 11:14:09 +08:00
  • 4e9338e357 Merge branch 'test/fix_incorrect_connect_ap_command' into 'master' Ivan Grokhotkov 2018-09-19 17:39:58 +08:00
  • e4725adc87 Merge branch 'bugfix/startup_detect_single_core' into 'master' Ivan Grokhotkov 2018-09-19 17:32:08 +08:00
  • 5f56d65405 lwip: fix the bug that failed to create socket Liu Zhi Fu 2018-09-16 18:28:45 +08:00
  • 8f85fa1bfb tcp_transport: list files manually in component cmake file Renz Bagaporo 2018-09-19 16:48:31 +08:00
  • 8fdfc22e2e mqtt: list files manually in component cmake file Renz Bagaporo 2018-09-19 16:48:12 +08:00
  • bb48077a81 lwip: fix the bug that failed to create socket Liu Zhi Fu 2018-09-16 18:28:45 +08:00
  • 9add51bc6d doc: Re-add summaries of what children each menu item has Angus Gratton 2018-09-19 16:10:46 +10:00