Commit Graph

  • 5eb8eb3855 SPI master: rename transaction flags from SPI_* to SPI_TRANS_*, like the documentation says. Also add some explanation about the SPI signals in the documentation Jeroen Domburg 2017-01-10 14:41:12 +08:00
  • a3f6728797 Merge branch 'feature/watchpoint_on_stack_canary' into 'master' Jeroen Domburg 2017-01-10 14:01:07 +08:00
  • 2927688eba Merge branch 'bugfix/tcpip_adapter_set_hostname' into 'master' Wu Jian Gang 2017-01-10 13:59:22 +08:00
  • 26d1a23308 config: Move WiFi & BT toggles to Components menu, same as Ethernet Angus Gratton 2017-01-10 16:39:43 +11:00
  • 881157e1ed Add documentation to panic handler functions, move watchpoint stuff from tasks.c to port.c, account for non-32-bytes-aligned stacks when setting watchpoint, add debug reason explanation to panic handler Jeroen Domburg 2017-01-10 13:05:19 +08:00
  • 2e78b397bc config: Simplify WiFi & Bluetooth config options Angus Gratton 2017-01-10 16:04:04 +11:00
  • e9f8e03309 Merge branch 'feature/JSON_Float' into 'master' Ivan Grokhotkov 2017-01-10 13:01:43 +08:00
  • 315b3f979f components/tcpip_adapter: Allow to set different hostname for each interface Liu Han 2016-12-07 15:37:59 +08:00
  • fb70126bc8 Merge branch 'feature/openssl' into 'master' Wu Jian Gang 2017-01-10 12:01:40 +08:00
  • c4b3f6bbbc Update esptool.py to v2.0-beta1 Angus Gratton 2017-01-10 14:04:54 +11:00
  • a54791846b coap: Initialise/update the libcoap submodule Angus Gratton 2017-01-10 11:12:02 +11:00
  • b877216fef stdatomic.h: Include stdint.h, required for some limit types Angus Gratton 2017-01-06 10:14:32 +11:00
  • 433ff1474e WiFi software coexistence: Clarify KConfig description Angus Gratton 2017-01-03 11:34:23 +11:00
  • f89de9c5af Merge branch 'feature/low_rate_change_ie' into 'master' Jiang Jiang Jian 2017-01-09 21:14:40 +08:00
  • 8615dbd486 Merge branch 'bugfix/autoip_enable_issue' into 'master' Wu Jian Gang 2017-01-09 18:57:03 +08:00
  • d5464074dd update wifi libs qiyueixa 2017-01-09 18:44:27 +08:00
  • 5c1c6d2c32 cJSON:Add float format process Liu Han 2017-01-09 17:51:48 +08:00
  • ca57a86f20 Add option to automatically set a watchpoint at the end of the swapped-in task Jeroen Domburg 2017-01-09 16:42:45 +08:00
  • 633cd49f88 Merge branch 'bugfix/detect_ocd_when_panic' into 'master' Jiang Jiang Jian 2017-01-09 13:25:45 +08:00
  • 1820069943 Merge branch 'bugfix/sdkconfig_defaults' into 'master' Angus Gratton 2017-01-09 12:51:20 +08:00
  • 6421479dab build system: Fix sdkconfig.defaults file preventing menuconfig changes Angus Gratton 2017-01-09 10:09:05 +11:00
  • 11a994d5d8 Calling esp_intr_noniram_[en|dis]able twice is an error, so abort instead of doing an assert which disappears in non-debug mode Jeroen Domburg 2017-01-09 12:04:21 +08:00
  • 0106feeeda Merge branch 'feature/btdm_common_api' into 'master' Jiang Jiang Jian 2017-01-09 11:33:57 +08:00
  • 37fbe9efb3 Merge branch 'bugfix/tw9515_fix_wifi_timer_thread_safe_issue' into 'master' Wu Jian Gang 2017-01-09 10:54:00 +08:00
  • 9dd5f2a952 lwip: fix compile issue when autoip option enabled Wu Jian Gang 2017-01-07 21:20:39 +08:00
  • 084c14f1e4 esp32: fix wifi timer thread-safe issue Liu Zhi Fu 2017-01-09 10:09:10 +08:00
  • 3fba6f4392 Merge branch 'bugfix/bootloader_ets_cpu_update_freq' into 'master' Ivan Grokhotkov 2017-01-09 10:14:00 +08:00
  • 5b5a4355e7 Merge branch 'feature/sd_driver_new' into 'master' Ivan Grokhotkov 2017-01-09 06:48:25 +08:00
  • 47f4a09704 docs: add sdmmc and fatfs docs Ivan Grokhotkov 2017-01-09 04:09:09 +08:00
  • 44ce833d76 fatfs: add vfs support Ivan Grokhotkov 2017-01-09 05:54:04 +08:00
  • d418776982 fatfs: rename DIR to FF_DIR to avoid conflict with dirent.h Ivan Grokhotkov 2017-01-03 03:45:11 +08:00
  • 9398d1b1cc fatfs: add pluggable diskio layer, sdmmc implementation Ivan Grokhotkov 2016-12-29 17:33:38 +08:00
  • 1440c866fc fatfs: import version 0.12b Ivan Grokhotkov 2016-12-29 17:28:39 +08:00
  • 6fb430f45e vfs: add directory APIs Ivan Grokhotkov 2017-01-03 03:26:25 +08:00
  • 3f889de5ab vfs: implement vfs_unregister Ivan Grokhotkov 2016-12-29 22:21:29 +08:00
  • edd924f273 sdmmc: add peripheral driver and protocol layer Ivan Grokhotkov 2016-12-19 22:19:47 +08:00
  • c1b06bf0a2 bootloader: export ets_update_cpu_frequency Ivan Grokhotkov 2017-01-09 03:08:24 +08:00
  • ecf720d3b3 Merge branch 'bugfix/fix_wifi_auth_fail_issue' into 'master' Wu Jian Gang 2017-01-07 21:12:45 +08:00
  • b1c754bbb5 Merge branch 'feature/cplusplus' into 'master' Ivan Grokhotkov 2017-01-07 18:50:12 +08:00
  • 5c4f707a33 Merge branch 'test/update_known_issues' into 'master' Ivan Grokhotkov 2017-01-07 18:47:17 +08:00
  • 339267ffc9 Merge branch 'feature/bootloader_rng' into 'master' Ivan Grokhotkov 2017-01-07 18:46:10 +08:00
  • 0efaa4f4b8 Merge branch 'feature/lwip-rcvbuf-option' into 'master' Ivan Grokhotkov 2017-01-07 18:45:37 +08:00
  • 4f909b8ecc Merge branch 'bugfix/ets_delay_on_app_cpu' into 'master' Ivan Grokhotkov 2017-01-07 18:45:14 +08:00
  • 0bfe08578b Add sdkconfig include to cpu_util.h so CONFIG_ESP32_DEBUG_OCDAWARE actually resolves Jeroen Domburg 2017-01-06 17:19:09 +08:00
  • 3708e15ea9 Merge branch 'bugfix/fix_a_crash_issue' into 'master' Ivan Grokhotkov 2017-01-07 18:26:20 +08:00
  • 0e7f7a2112 esp32: fix wifi auth issue Liu Zhi Fu 2017-01-07 16:32:03 +08:00
  • a575b9e893 esp32: modify ld file to fix a crash issue Liu Zhi Fu 2017-01-06 19:35:22 +08:00
  • 2250fee01a Merge branch 'bugfix/fix_ci_error' into 'master' Wu Jian Gang 2017-01-07 15:59:29 +08:00
  • 1b9f477b15 example: Reindex ota demo Wu Jian Gang 2017-01-06 21:39:32 +08:00
  • ed01eb2df1 example: fix CI error of ota demo Wu Jian Gang 2017-01-06 18:52:58 +08:00
  • 4491dd0e2a example: fix CI error of coap server demo Wu Jian Gang 2017-01-06 18:42:46 +08:00
  • 6ca2934843 example: fix CI error of coap client demo Wu Jian Gang 2017-01-06 18:36:11 +08:00
  • 9c630b759f component/bt : add bt device api Tian Hao 2017-01-06 21:19:58 +08:00
  • f5b221b9fb Merge branch 'feature/btdm_blufi_version' into 'master' Jiang Jiang Jian 2017-01-06 18:55:05 +08:00
  • e4b9563dac component/bt : blufi add version Tian Hao 2017-01-06 17:40:46 +08:00
  • 718969f6ed Merge branch 'driver/spi' into 'master' Jeroen Domburg 2017-01-06 16:28:52 +08:00
  • a4c3f876ab Merge branch 'bugfix/ethernet_init' into 'master' Wu Jian Gang 2017-01-06 16:26:40 +08:00
  • e387a16e51 Merge branch 'feature/Add_OTA_Demo' into 'master' Wu Jian Gang 2017-01-06 16:15:14 +08:00
  • 079138201d cxx: implement static initialization guards Ivan Grokhotkov 2017-01-05 00:25:55 +08:00
  • a69a798878 Merge branch 'bugfix/tw9540_workaround_appdata_overwrite_bootdata' into 'master' Ivan Grokhotkov 2017-01-06 15:59:22 +08:00
  • c943fabcda Merge branch 'feature/CoAP' into 'master' Wu Jian Gang 2017-01-06 15:37:09 +08:00
  • 1cbc2fa046 esp32: ets_update_cpu_frequency should set tick scale for both CPUs Ivan Grokhotkov 2017-01-05 22:55:38 +08:00
  • 5b2888e113 unity: fix testcase initializer for compiling with C++ Ivan Grokhotkov 2017-01-05 00:37:56 +08:00
  • 845cd09570 cxx: link against libstdc++, remove abi.cpp Ivan Grokhotkov 2017-01-05 00:27:59 +08:00
  • 23455de4c2 Add SPI Master driver, example, test and docs Jeroen Domburg 2017-01-06 14:20:32 +08:00
  • 6e1150473e ethernet: update docs shangke 2017-01-06 14:16:34 +08:00
  • 489701eb2d ethernet : fix sometimes ethernet init fail bug shangke 2017-01-06 13:49:42 +08:00
  • 0b264f4f7b bootloader: update ld script comment Ivan Grokhotkov 2017-01-06 13:47:53 +08:00
  • 61c6ce86d2 esp32: put .data before .bss Ivan Grokhotkov 2017-01-06 13:03:07 +08:00
  • 1b38494df4 bootloader: modify bootloader dram start address to 0x3fff0000 Liu Zhi Fu 2017-01-06 12:23:11 +08:00
  • e2d05d8592 Merge branch 'feature/wifi_deinit' into 'master' Wu Jian Gang 2017-01-06 13:32:25 +08:00
  • 8e4a8e1703 Merge branch 'bugfix/btdm_blufi' into 'master' Jiang Jiang Jian 2017-01-06 13:18:08 +08:00
  • 99d6984800 component/bt : blufi fix security init bug Tian Hao 2017-01-06 12:24:37 +08:00
  • 7853893731 wifi: add wifi rx buffer number config in menuconfig XiaXiaotian 2017-01-05 17:57:41 +08:00
  • ded13ac8e6 Merge branch 'feature/btdm_blufi' into 'master' Ivan Grokhotkov 2017-01-05 21:54:45 +08:00
  • 9017c408ac component/bt : use new lib, optimize BT power Tian Hao 2017-01-05 20:41:15 +08:00
  • c9ef32a0f2 Merge branch 'feature/low_rate' into 'master' Wu Jian Gang 2017-01-05 20:34:50 +08:00
  • 24af07fd13 component/bt : new blufi Tian Hao 2016-12-28 12:02:43 +08:00
  • ad1d4500f9 Merge branch 'feature/ledc' into 'master' Wang Jia Lin 2017-01-05 20:05:13 +08:00
  • 2e7748d625 component/bt: modify bluetooth API wangmengyang 2017-01-03 15:53:06 +08:00
  • 0feb3633fc add menuconfig option to enable SO_RCVBUF me-no-dev 2017-01-05 13:17:52 +02:00
  • 7778273314 esp32: update wifi libs qiyueixa 2017-01-05 18:43:09 +08:00
  • 5677149833 esp32: add wifi low rate feature qiyueixa 2016-12-30 21:22:06 +08:00
  • 6b5e734901 driver: ledc - update fading functions, add example and doc Wangjialin 2016-12-25 23:11:24 +08:00
  • d6fcec73b2 component/bt : add macro for adv_data_flag Tian Hao 2017-01-05 15:24:09 +08:00
  • daf58e3852 component/bt : fix advertising bug Tian Hao 2016-12-23 15:57:44 +08:00
  • f867e0671e Merge branch 'feature/btdm_gatt_api' into 'master' Ivan Grokhotkov 2017-01-05 16:43:01 +08:00
  • 8c7dfef317 examples/10_openssl_server: fixup SSL server with method of specific version Dong Heng 2016-12-21 12:04:26 +08:00
  • 56514d5ab2 examples: Add CoAP client demo Liu Han 2016-12-10 14:34:50 +08:00
  • 899f61f4a2 examples: Add CoAP server demo Liu Han 2016-12-10 13:48:38 +08:00
  • 44914c17bc component/bt: add AVRC controller example with simple PASSTHROUGH cmd wangmengyang 2017-01-05 15:43:44 +08:00
  • ee318d42ae Merge branch 'master' into feature/btdm_gatt_api Tian Hao 2017-01-05 15:25:03 +08:00
  • 790a3d9ab3 component/bt : update bluetooth api doxygen ref Tian Hao 2017-01-05 14:56:16 +08:00
  • c2a356f23c Merge branch 'feature/throughput_optimization_phrase_1' into 'master' Wu Jian Gang 2017-01-05 14:09:23 +08:00
  • d98b99f4f0 lwip: rework according review comments Liu Zhi Fu 2017-01-05 12:22:49 +08:00
  • be994740b4 Merge branch 'master' of ssh://gitlab.espressif.cn:27227/idf/esp-idf into feature/throughput_optimization_phrase_1 Liu Zhi Fu 2017-01-05 11:37:56 +08:00
  • 0fb2ab9f5c lwip/freertos/esp32: add throughput optimization related code Liu Zhi Fu 2017-01-02 20:03:10 +08:00
  • b1cac83f61 examples: Rename 18_ota to 26_ota Chen Wu 2017-01-04 17:39:08 +08:00
  • 6f578796d3 Merge branch 'bugfix/ci_build_example_failures' into 'master' Ivan Grokhotkov 2017-01-05 00:48:27 +08:00
  • 6c41080fd9 CI: update known issues Yinling 2017-01-02 19:28:01 +08:00