Commit Graph

  • 9c23b8e596 feature(spi_master): allow to place functions into IRAM to get higher efficiency Michael (XIAO Xufeng) 2018-06-11 19:54:18 +08:00
  • b1b1257476 docs/ulp: fix instruction fetch and execution times Ivan Grokhotkov 2018-02-26 00:15:35 +03:00
  • bf78d3c4b1 WLOGE, WLOGW, WLOGI, WLOGD do anything when wifi is not initialized zhangyanjiao 2018-06-14 19:29:23 +08:00
  • 589e8db4dd Merge branch 'bugfix/spi_gpio_deinit' into 'master' Ivan Grokhotkov 2018-06-14 19:21:34 +08:00
  • 8674a34fd6 Merge branch 'bugfix/ext_wakeup_input_enable' into 'master' Ivan Grokhotkov 2018-06-14 19:03:01 +08:00
  • b5f4bf922f fix the bug that TCP connections don't abort when IP changed zhangyanjiao 2018-06-07 11:24:03 +08:00
  • f35fd2a6b0 Merge branch 'cherry-pick-8e7dfb23' into 'release/v3.0' Jiang Jiang Jian 2018-06-14 16:16:50 +08:00
  • 768f880b04 Merge branch 'bugfix/wifi_correct_modem_sleep_api_description' into 'master' Jiang Jiang Jian 2018-06-14 15:50:08 +08:00
  • 54d882101c Merge branch 'bugfix/fix_two_times_full_calibration' into 'master' Jiang Jiang Jian 2018-06-14 15:49:03 +08:00
  • 0b16ed644e Merge branch 'bugfix/fix_console_performance' into 'master' Angus Gratton 2018-06-14 15:09:20 +08:00
  • df4e227855 docs: Add "Creating Examples" docs page, template example README Angus Gratton 2018-06-08 11:18:14 +10:00
  • c77f84e788 Merge branch 'feature/fs_truncate_support' into 'master' Angus Gratton 2018-06-14 13:56:39 +08:00
  • 59ab2136e8 Merge branch 'doc/kconfig_item' into 'master' Angus Gratton 2018-06-14 12:51:50 +08:00
  • 85b08684e3 doc(sdio_slave): add descriptions about conflicts on MTDI pin michael 2018-05-28 00:58:19 +08:00
  • 9b1f2df900 fix(sdio_slave): fix the intr_recv issue that trigger receiving too fast cause assertion failed. michael 2018-06-05 01:23:37 +08:00
  • 5b37a96ddc feature(sdio): allow to enable internal pullups of the SDIO host and slave as a debug feature michael 2018-05-25 19:44:53 +08:00
  • 45d1c9207c bugfix(spi): resolve the glitch that happens during initialization michael 2018-06-11 12:13:10 +08:00
  • 77077196fd fix(spi): reset gpios that used by spi when deinited Michael (XIAO Xufeng) 2018-06-08 15:33:04 +08:00
  • ebfda40b7c refactor(spi): move pin information into soc folder Michael (XIAO Xufeng) 2018-06-08 15:32:43 +08:00
  • ea711f2ee9 vfs, fatfs: Add file truncate for fatfs Renz Bagaporo 2018-06-12 18:29:05 +08:00
  • e1a6e71486 Merge branch 'test/driver_rmt' into 'master' He Yin Ling 2018-06-13 22:31:11 +08:00
  • a4581ff404 Merge branch 'test/driver_timer' into 'master' He Yin Ling 2018-06-13 22:28:17 +08:00
  • 5c6473245f test: add driver/rmt test case houchenyao 2018-01-02 20:17:49 +08:00
  • 6e9070b6d9 correct modem sleep API description Xia Xiaotian 2018-06-13 15:44:59 +08:00
  • 17200f484e Merge branch 'test/driver_sigmadelta' into 'master' He Yin Ling 2018-06-13 15:19:35 +08:00
  • 5a33f5150c Merge branch 'test/driver_gpio' into 'master' He Yin Ling 2018-06-13 15:02:43 +08:00
  • bb152030a0 Fix the console performance issue Roland Dobai 2018-06-13 07:48:52 +02:00
  • 5682a5ef36 Merge branch 'bugfix/crosscore_handle_yield_iram' into 'master' Jiang Jiang Jian 2018-06-13 11:54:04 +08:00
  • 8e7dfb230f Merge branch 'bugfix/crosscore_handle_yield_iram' into 'master' Jiang Jiang Jian 2018-06-13 11:54:04 +08:00
  • de848a5150 test: driver/sigmadelta test case houchenyao 2017-12-27 18:04:42 +08:00
  • 0837eb4c2e test: components/driver: timer case houchenyao 2017-12-17 10:24:49 +08:00
  • f6442abdeb esp32: Move esp_crosscore_isr_handle_yield() to IRAM Angus Gratton 2018-06-13 11:35:48 +10:00
  • 0e501e5edd Merge branch 'bugfix/bt_rfcomm_pr1923' into 'master' Angus Gratton 2018-06-13 08:41:16 +08:00
  • 3a71ae8595 bt: PORT_WriteDataCO: fixed a bug, reduced heap memory allocation Markus Becker 2018-05-07 21:35:13 +02:00
  • e33ec5ccf4 Merge branch 'bugfix/btdm_tx_power_value' into 'master' Angus Gratton 2018-06-13 07:43:13 +08:00
  • 785e9eeb36 Merge branch 'bugfix/esp_timer_set_alarm' into 'master' Angus Gratton 2018-06-13 07:39:34 +08:00
  • 4359d5985e sleep: make sure input enable is set for EXT0/EXT1 wakeup Ivan Grokhotkov 2018-06-12 20:23:26 +08:00
  • 294a4bd1f4 fix bluetootm(dual-mode) tx power value Tian Hao 2018-06-04 18:28:30 +08:00
  • e5717e365f test: add driver/gpio test case houchenyao 2017-12-17 10:19:51 +08:00
  • 7aa7b35a95 Merge branch 'bugfix/tw22485_dhcp_offer_mtu' into 'master' Jiang Jiang Jian 2018-06-12 16:32:26 +08:00
  • fc72d53c71 esp32: fix the bug that the first two reboots do full calibration Liu Zhi Fu 2018-06-12 15:51:51 +08:00
  • 4eda1b7a25 Merge branch 'bugfix/fixes_for_building_with_amazon_freertos' into 'master' Angus Gratton 2018-06-12 14:47:34 +08:00
  • 4e43c920d8 freertos: make task{ENTER/EXIT} macros deprecated for external use Mahavir Jain 2018-06-11 14:06:32 +05:30
  • eef8d0f7ed Resolve required include header dependencies in component itself Mahavir Jain 2018-06-07 11:41:25 +05:30
  • 636485db8e vfs: change task{ENTER/EXIT}_CRITICAL with port{ENTER/EXIT}_CRITICAL Mahavir Jain 2018-06-07 11:40:52 +05:30
  • f4d09506ad Merge branch 'feature/unit_test_config_components' into 'master' Ivan Grokhotkov 2018-06-12 10:01:42 +08:00
  • 7cc7c8a94c Merge branch 'feature/microecc_1_0' into 'master' Ivan Grokhotkov 2018-06-11 23:32:32 +08:00
  • 7663782e8d unity: allow test task stack size to be configured Ivan Grokhotkov 2018-05-02 15:39:39 +08:00
  • b2f498f7da build: allow EXCLUDE_COMPONENTS to contain quotes Ivan Grokhotkov 2018-04-28 19:57:00 +08:00
  • 9b1876a458 unit-test-app: allow specifying subset of tests for configuration Ivan Grokhotkov 2018-04-28 18:56:25 +08:00
  • 3e64318364 Merge branch 'bugfix/performance_tests' into 'master' Ivan Grokhotkov 2018-06-11 23:20:45 +08:00
  • 70eed4c284 Merge branch 'docs/update_eclipse-setup' into 'master' Ivan Grokhotkov 2018-06-11 23:20:24 +08:00
  • c0ab42a62a Merge branch 'bugfix/ci_remove_stale_submodules' into 'master' Ivan Grokhotkov 2018-06-11 12:26:47 +08:00
  • 84f78110dd Merge branch 'feature/esp_timer_example' into 'master' Angus Gratton 2018-06-11 11:44:45 +08:00
  • 9ea947cd8a Merge branch 'bugfix/tw23171_fix_espnow_bug_when_add_node_in_AP_STA_mode' into 'master' Jiang Jiang Jian 2018-06-11 11:39:01 +08:00
  • b4e836eb97 esp_timer: test for monotonic values of esp_timer_get_timer in CI Ivan Grokhotkov 2018-05-23 22:41:54 +08:00
  • 49d200aaa7 esp_timer: add test for esp_timer_impl_set_alarm Ivan Grokhotkov 2018-05-23 22:40:29 +08:00
  • 141e51b468 esp_timer: reduce overflow value in unit tests Ivan Grokhotkov 2018-05-23 22:39:49 +08:00
  • 125bbf0882 esp_timer: don’t busy loop in esp_timer_impl_set_alarm Ivan Grokhotkov 2018-05-23 21:50:55 +08:00
  • 03c2678aa6 Merge branch 'bugfix/btdm_fix_include_service_start_handle_error' into 'master' Angus Gratton 2018-06-11 10:36:36 +08:00
  • 7111cdb934 ci: remove stale submodules after checkout Ivan Grokhotkov 2018-06-08 19:41:18 +08:00
  • 43c779e519 micro-ecc: update to v1.0 Ivan Grokhotkov 2018-06-10 21:20:55 +08:00
  • 3e0ac4db79 partition_table: Expanding the space under the bootloader Konstantin Kondrashov 2018-04-19 09:42:26 +05:00
  • 03d78e7afb Merge branch 'feature/Add_noinit_rtc_noinit_sections' into 'master' Ivan Grokhotkov 2018-06-08 16:01:30 +08:00
  • 85e88cd0eb Component/bt: fix include service start handle error zhiweijian 2018-06-07 15:19:20 +08:00
  • bcd4fb9944 Merge branch 'doc/jtag_startup_command_fix' into 'master' Angus Gratton 2018-06-08 15:15:29 +08:00
  • dc30603242 Translate the resources.rst Merges https://github.com/espressif/esp-idf/pull/1979 XuanZe 2018-05-21 10:11:49 +08:00
  • 87077a5478 test: Tweaks to reduce variation in CI unit tests Angus Gratton 2018-06-08 14:42:44 +10:00
  • f47af6185d docs/jtag: use ‘flushregs’ instead of ‘x $a1=0” in gdbinit Ivan Grokhotkov 2018-06-06 23:55:06 +08:00
  • 40596fa55a Merge branch 'feature/host_side_storage_components' into 'master' Ivan Grokhotkov 2018-06-08 11:42:37 +08:00
  • f5f200ee30 Update eclipse-setup.rst Ref https://github.com/espressif/esp-idf/pull/1990 Jin Fang Cheng Cheng 2018-06-08 11:01:25 +08:00
  • f9a3368f28 Update eclipse-setup.rst Jin Fang Cheng Cheng 2018-06-08 11:00:29 +08:00
  • c99a30a167 Merge branch 'bugfix/wakeup_from_deep_sleep' into 'master' Angus Gratton 2018-06-08 10:40:47 +08:00
  • c8d3c6a494 Merge branch 'feature/monitor_filter_output' into 'master' Angus Gratton 2018-06-08 08:09:40 +08:00
  • be829afe6e Merge branch 'feature/cmake_confserver' into 'feature/cmake' Angus Gratton 2018-06-08 07:32:09 +08:00
  • 705d42dd18 Merge branch 'bugfix/get_power_down_flags' into 'master' Ivan Grokhotkov 2018-06-07 20:20:13 +08:00
  • ab538bb9f3 Merge branch 'feat/spi_master_timing' into 'master' Ivan Grokhotkov 2018-06-07 20:19:06 +08:00
  • 950dd8e3e5 docs: Standardise CMake vs cmake Angus Gratton 2018-06-07 15:18:48 +10:00
  • 330c6a50e1 ci: Use new host_test tag Angus Gratton 2018-06-06 17:18:52 +10:00
  • 6065d2fd08 kconfig: Add confserver.py to expose sdkconfig to clients Angus Gratton 2018-05-16 14:54:22 +08:00
  • 2f5cd89833 examples: add esp_timer example Ivan Grokhotkov 2018-06-01 12:36:34 +02:00
  • 34401afe39 Merge branch 'feature/ci_host_test_tag' into 'master' Angus Gratton 2018-06-07 11:59:25 +08:00
  • 1bab62a6d6 modify dhcp offer MTU to 1500 zhangyanjiao 2018-05-28 19:46:46 +08:00
  • 754cd7bd56 Merge branch 'bugfix/cmake_fixes' into 'feature/cmake' Angus Gratton 2018-06-07 09:00:27 +08:00
  • d7d559a489 Merge branch 'doc/api-guides_blufi' into 'master' Angus Gratton 2018-06-07 08:54:27 +08:00
  • 4b18a50f89 Merge branch 'bugfix/adjtime_attr' into 'master' Angus Gratton 2018-06-07 08:25:05 +08:00
  • 70c6f8a803 Merge branch 'bugfix/few_typos_in_docs' into 'master' Angus Gratton 2018-06-07 08:24:23 +08:00
  • dff1a52722 Merge branch 'bugfix/docs_ascii_art_2_blockdiag' into 'master' Angus Gratton 2018-06-07 08:23:01 +08:00
  • 713141e631 Replaced ASCII art drawings with blockdiag drawings krzychb 2018-04-13 19:50:14 +02:00
  • 8caab13faa spi_flash: Enable flash emulation down to ROM function calls Renz Bagaporo 2018-05-26 14:58:01 +08:00
  • c409666d4e ci: Add spiffs, fatfs host runs to CI Renz Bagaporo 2018-05-22 18:26:19 +08:00
  • e542b7a920 spiffs: Make spiffs runnable on host Renz Bagaporo 2018-05-22 16:47:30 +08:00
  • af629b3547 fatfs: Make fatfs runnable on host Renz Bagaporo 2018-05-17 16:19:29 +08:00
  • 893003357a wl, spi_flash: Make wl API runnable on host Renz Bagaporo 2018-05-17 18:56:52 +08:00
  • 7e2a3da643 esp32: Fix not the right time spent in a deep sleep Konstantin Kondrashov 2018-06-04 12:39:18 +05:00
  • 5a9fc19f38 bt: fix typo in documentation Mahavir Jain 2018-06-06 18:22:32 +05:30
  • 6e48e52478 docs: fix flash_encryption key generation command Mahavir Jain 2018-06-06 18:21:00 +05:30
  • 5fec589c38 fix espnow bug when add node in AP+STA mode zhangyanjiao 2018-06-06 20:44:19 +08:00
  • 28507920c8 sleep_mode/esp32: Fix a condition to keep power domain enabled during sleep mode Konstantin Kondrashov 2018-06-06 16:50:28 +05:00
  • b66af09b75 Merge branch 'bugfix/tw19454_tcp_cause_int_watchdog_v3.0' into 'release/v3.0' Jiang Jiang Jian 2018-06-06 17:37:41 +08:00