Commit Graph

  • a37ad24137 cmake: Always pass IDF_TARGET into mconf, avoid error about uninitialized environment variable Angus Gratton 2019-06-05 14:34:58 +10:00
  • ddbd09eb15 esp32/esp32s2beta: Extract common SPIRAM options into esp_commmon component Angus Gratton 2019-06-05 14:34:19 +10:00
  • 06e31e243c esp32s2beta: Fix kconfig errors found by Roland Angus Gratton 2019-06-05 14:09:09 +10:00
  • 8d949c3c9d esp32s2beta: Apply new Kconfig names to esp32s2beta Angus Gratton 2019-06-04 17:02:01 +10:00
  • 82c27a39f2 can build and run hello-world app suda-morris 2019-06-10 12:08:08 +08:00
  • 73b30af2b3 confgen.py: don't output compatibility definitions for options which are not defined Ivan Grokhotkov 2019-06-07 19:57:47 +08:00
  • 7dcc5f4d15 idf.py: pass correct toolchain prefix to the monitor Ivan Grokhotkov 2019-06-07 18:22:14 +08:00
  • fa6622aa33 Kconfig: change default toolchain prefix for esp32s2beta to "esp32s2" Ivan Grokhotkov 2019-06-07 18:21:54 +08:00
  • 047aca97e8 esp32s2beta: Fix heap memory regions when SPIRAM is disabled Angus Gratton 2019-06-07 18:01:28 +10:00
  • b2e8d30414 esp32s2beta: esptool support Angus Gratton 2019-06-07 18:00:55 +10:00
  • 84b2f9f14d build and link hello-world for esp32s2beta suda-morris 2019-06-06 10:57:29 +08:00
  • 61ce868396 make bootloader_support support esp32s2beta suda-morris 2019-05-27 14:29:43 +08:00
  • b146104885 add esp32s2beta component suda-morris 2019-05-10 11:34:06 +08:00
  • 91508ca27f add esp32s2beta in soc component suda-morris 2019-04-03 17:08:02 +08:00
  • cc98b9ef60 add rom for esp32s2beta suda-morris 2019-04-12 12:21:44 +08:00
  • f14a6cf51b Ethernet peripheral will depend on IDF_TARGET suda-morris 2019-04-09 19:34:38 +08:00
  • 12f00d9a5e make bootloader support esp32s2beta suda-morris 2019-04-03 13:05:35 +08:00
  • 2f4c5c51f4 update esp32 component suda-morris 2019-04-08 18:02:05 +08:00
  • c926f7515e add toolchain setting for esp32s2 suda-morris 2019-04-03 19:43:37 +08:00
  • e9a2eae639 add IDF_TARGET_XXX in main Kconfig suda-morris 2019-04-03 17:08:02 +08:00
  • b82e0d49a8 make app_trace support esp32c suda-morris 2019-04-03 14:28:57 +08:00
  • 1d58ccdf42 spi: fix a possible concurrency issue Michael (XIAO Xufeng) 2019-05-31 15:23:10 +08:00
  • 09515bdfde Merge branch 'fix/mfg_util_3.3' into 'release/v3.3' Angus Gratton 2019-06-11 10:25:38 +08:00
  • 02f1e9fc20 Merge branch 'feature/prov_mgr' into 'master' Angus Gratton 2019-06-11 09:46:50 +08:00
  • d0ed0d3f9c Merge branch 'fix/mfg_util' into 'master' Angus Gratton 2019-06-11 09:22:07 +08:00
  • 081b623a34 Merge branch 'bugfix/fix_build_cmake_example_failing_v3.3' into 'release/v3.3' Angus Gratton 2019-06-11 09:05:42 +08:00
  • 871e95087e Merge branch 'bugfix/restore_ccache_use' into 'release/v3.3' Angus Gratton 2019-06-11 09:03:54 +08:00
  • 2331597ed2 Merge branch 'bugfix/ticks_to_wait_for_uart_and_i2c' into 'master' Angus Gratton 2019-06-11 08:41:44 +08:00
  • 406979e74f Merge branch 'feature/console_nvs_iterators' into 'master' Angus Gratton 2019-06-11 08:36:13 +08:00
  • a3b3f9ae2d Merge branch 'bugfix/win_fullclean_symlink_v3.3' into 'release/v3.3' Angus Gratton 2019-06-11 08:26:36 +08:00
  • 8b54542a88 Merge branch 'bugfix/custom_bootloader_subproject_build_v3.2' into 'release/v3.2' Angus Gratton 2019-06-11 08:26:08 +08:00
  • e08b787d79 ci: Adjust the test_confserver timeout to 2 seconds Angus Gratton 2019-06-11 10:15:42 +10:00
  • c9bf3a3b17 Merge branch 'bugfix/remove_secure_boot_test_mode' into 'master' Angus Gratton 2019-06-11 07:25:07 +08:00
  • 9192827eec Merge branch 'doc/update_translation_for_get-started-cmake' into 'master' Krzysztof Budzynski 2019-06-11 02:09:27 +08:00
  • e281164540 Update Chinese translation of .rst files in get-started-guide according to the changes made in English files in these months. Wang Fang 2019-06-11 02:09:26 +08:00
  • 9a013a91f1 Merge branch 'doc/add_ulp_cmake_translation' into 'master' Krzysztof Budzynski 2019-06-11 01:48:37 +08:00
  • a37ec9bae6 add translation for ulp cmake Wang Fang 2019-06-11 01:48:36 +08:00
  • 030f17ae28 Merge branch 'fix/mfg_util_3.2' into 'release/v3.2' Angus Gratton 2019-06-10 22:56:27 +08:00
  • 5268960235 Added support for NVS iterators Closes https://github.com/espressif/esp-idf/issues/129 MartinValik 2018-11-05 09:03:04 +01:00
  • c34de4cba6 mdns: fix static analysis warnings David Cermak 2019-05-29 17:07:39 +02:00
  • bd537083d9 esp_event: fix possible malloc free issues found by static analyzer David Cermak 2019-05-31 11:23:02 +02:00
  • 243e0b229f tcp_transport: fix minor memory leak found by static analyzer David Cermak 2019-05-31 15:37:51 +02:00
  • bde1c30c5b Merge branch 'bugfix/cmake_check_crosstool_ng_version' into 'master' Ivan Grokhotkov 2019-06-10 20:23:57 +08:00
  • b0bfe937aa mfg_util: Fix unnecessary csv files creation for values with REPEAT tags Shivani Tipnis 2019-05-22 11:17:56 +05:30
  • af3a2f3aba esp_event: fix placement issue when building with make Renz Christian Bagaporo 2019-06-10 18:19:15 +08:00
  • 3a8fbb7be4 components/bt: Fix assert due to alloc LMP TX buffer failed baohongde 2019-06-10 17:50:54 +08:00
  • c9694d4004 component/bt: Allow configuration of default SCO_DATA_PATH in bluetooth controller baohongde 2019-06-10 17:46:37 +08:00
  • a19c901e99 add missing source files to CMakeLists for HFP baohongde 2019-06-10 19:17:34 +08:00
  • 2557442ae9 cmake: fix crosstool-NG version check regex Sergei Silnov 2019-06-07 14:06:15 +02:00
  • a92ace034f esp_prov : Support new JSON format of version string while maintaining backward compatibility Anurag Kar 2019-04-23 23:17:28 +05:30
  • f90d3f6d93 Provisioning : Added Wi-Fi Provisioning Manager example and test script Anurag Kar 2019-04-23 23:15:51 +05:30
  • 471a0e93a7 wifi_provisioning : Docs updated with information about new provisioning manager Anurag Kar 2019-04-21 20:23:31 +05:30
  • 4ef6c85f0c wifi_provisioning : Wi-Fi Provisioning Manager added Anurag Kar 2019-04-16 17:14:10 +05:30
  • 4a6d2da209 component/bt: fix some performance issues in A2DP source data flow control wangmengyang 2019-05-05 11:42:27 +08:00
  • 613558774b Merge branch 'feature/add_ping_packet_len_and_QoS_v3.1' into 'release/v3.1' Jiang Jiang Jian 2019-06-10 15:48:20 +08:00
  • f3aab7d536 components/bt: Fix assert due to alloc LMP TX buffer failed baohongde 2019-06-10 15:14:23 +08:00
  • 2c55fae6cf Merge branch 'bugfix/cmake_ndebug' into 'master' Ivan Grokhotkov 2019-06-10 15:07:41 +08:00
  • 912c75372c confgen.py: don't output compatibility definitions for options which are not defined Ivan Grokhotkov 2019-06-07 19:57:47 +08:00
  • d1127dd684 Merge branch 'bugfix/cmake_build_system_test' into 'master' Ivan Grokhotkov 2019-06-10 13:54:36 +08:00
  • a8fe057219 Merge branch 'bugfix/https_doc_api_v3.2' into 'release/v3.2' Mahavir Jain 2019-06-10 11:49:57 +08:00
  • bb4ca8c508 Merge branch 'feature/config_option_for_mbedtls_debug_level' into 'master' Mahavir Jain 2019-06-10 11:44:40 +08:00
  • e701f96bf5 Merge branch 'bugfix/stack_protection_crash_due_to_incorrect_cflag' into 'master' Mahavir Jain 2019-06-10 11:43:31 +08:00
  • b2bfa8ed95 ci: fix idf.py syntax in new build system tests Ivan Grokhotkov 2019-06-07 22:03:15 +08:00
  • 6b8c31a198 cmake: fix setting NDEBUG definition Ivan Grokhotkov 2019-06-07 21:23:42 +08:00
  • 54c70dc284 Merge branch 'bugfix/target_test_no_setup_tools' into 'master' Ivan Grokhotkov 2019-06-07 21:04:41 +08:00
  • adc5b2e08f freertos/test: Add unit tests for xTaskIncrementTick Konstantin Kondrashov 2019-04-25 13:04:31 +08:00
  • 0be4deeb22 freertos: Fix xTaskIncrementTick for unwind the Tick for CPU1 Konstantin Kondrashov 2019-04-25 13:03:01 +08:00
  • 50d2e6b69b Merge branch 'bugfix/cmake_extra_component_dirs' into 'master' Angus Gratton 2019-06-07 07:49:30 +08:00
  • fb6f343ce5 Merge branch 'protocomm_ble_128bit_uuid_v3.3' into 'release/v3.3' Angus Gratton 2019-06-07 07:47:19 +08:00
  • 5f5428233e partition table: Update documentation about "test" partition type Angus Gratton 2019-06-05 12:58:27 +10:00
  • a0382de0ea Merge branch 'bugfix/psram_io_struct_uninitialized' into 'master' Angus Gratton 2019-06-07 07:36:16 +08:00
  • e1069de9aa Merge branch 'feature/confserver_v2_v3.3' into 'release/v3.3' Angus Gratton 2019-06-07 06:31:41 +08:00
  • 57f7c77aff ci: don't do idf_tools.py install in target_test stage Ivan Grokhotkov 2019-06-07 01:17:29 +08:00
  • 4b0b2c6fda Merge branch 'feature/action_specific_flags' into 'master' Ivan Grokhotkov 2019-06-07 00:44:09 +08:00
  • f80cce7bb9 esp_common: fix stack protection crash due to incorrect CFLAG Mahavir Jain 2019-06-06 18:51:52 +05:30
  • 0a5dfd3717 mbedtls: add config option for setting debug level Mahavir Jain 2019-06-06 18:28:19 +05:30
  • 095def2111 Merge branch 'feature/docs_get-started_ESP32-Ethernet-Kit' into 'master' Krzysztof Budzynski 2019-06-06 18:04:26 +08:00
  • 345748b7bb Merge branch 'feature/fixed_static_dram_size_pr3222' into 'master' Angus Gratton 2019-06-06 17:11:46 +08:00
  • 2b7da2a245 Make unknown psram package version more obvious Jeroen Domburg 2019-06-06 16:57:01 +08:00
  • 542e544faa esp32: Allow fixed static RAM size and DRAM heap size Gautier Seidel 2019-03-25 15:45:57 +01:00
  • 34f18da855 Merge branch 'bugfix/reset_log_uart_port_v3.1' into 'release/v3.1' Angus Gratton 2019-06-06 16:19:30 +08:00
  • 1ffaf8aad9 Merge branch 'bugfix/reset_log_uart_port_v3.2' into 'release/v3.2' Angus Gratton 2019-06-06 16:19:22 +08:00
  • e47047075f add translation for ESP32-Ethernet-Kit Getting Started Guide liying 2019-06-04 16:57:07 +08:00
  • a219e9f819 Merge branch 'bugfix/reset_log_uart_port_v3.3' into 'release/v3.3' Angus Gratton 2019-06-06 15:47:17 +08:00
  • 8f8113f5cd idf.py: Fix Windows issue if project and IDF are on different drives Angus Gratton 2019-03-01 16:12:03 +11:00
  • 4e95b1ad21 Provide getting started guide for 'ESP32-Ethernet-Kit' board Krzysztof 2019-05-11 19:58:59 +08:00
  • 19f176eb71 Merge branch 'feature/net_test_suite' into 'master' Angus Gratton 2019-06-06 15:25:03 +08:00
  • 1de7b8d5d3 Merge branch 'bugfix/idf_tools_noninteractive' into 'master' Ivan Grokhotkov 2019-06-06 14:58:58 +08:00
  • d95911ec38 add ping length and QoS zhangyanjiao 2019-06-06 14:28:50 +08:00
  • cf3647fe40 wps: add overlap event (backport v3.3) modify some header files to be consistent with vnc xiehang 2019-05-31 19:09:29 +08:00
  • 2503af2464 wps: add overlap event modify some header files to be consistent with vnc xiehang 2019-05-29 11:52:51 +08:00
  • ed17cbbb8a Make sure the psram_io struct is initialized Jeroen Domburg 2019-06-06 09:03:16 +08:00
  • 06651c0951 Merge branch 'bugfix/support_tcp_window_scale_v3.3' into 'release/v3.3' Jiang Jiang Jian 2019-06-05 20:08:58 +08:00
  • 3d2b11347d Merge branch 'bugfix/support_tcp_window_scale' into 'master' Jiang Jiang Jian 2019-06-05 20:08:18 +08:00
  • d54fadef41 freertos/test: Add unit tests for xTaskIncrementTick Konstantin Kondrashov 2019-04-25 13:04:31 +08:00
  • 3b4353da5d freertos: Fix xTaskIncrementTick for unwind the Tick for CPU1 Konstantin Kondrashov 2019-04-25 13:03:01 +08:00
  • 7a6ff35a2a idf.py: Add check for new cmake cache values Sergei Silnov 2019-06-03 12:37:52 +02:00
  • d95cedd782 Merge branch 'bugfix/keep_sco_data_path_on_hci_reset' into 'master' Jiang Jiang Jian 2019-06-05 17:10:21 +08:00
  • dcc9459690 tools, ci: Use non-interactive mode for idf_tools in CI Anton Maklakov 2019-06-05 14:16:19 +07:00
  • c8d967417c bootloader: remove duplicate region overlap logic Michael (XIAO Xufeng) 2019-06-05 14:43:23 +08:00