Commit Graph

  • edd7f90b77 ci: don't build examples with Make on pushes Ivan Grokhotkov 2019-07-10 17:16:53 +02:00
  • 56e3f2780d ci: add unit test job Ivan Grokhotkov 2019-07-10 14:19:13 +02:00
  • 41b6811f45 unit-test-app: split default, release, single_core configs Ivan Grokhotkov 2019-07-10 13:20:17 +02:00
  • 3552ca4d6a app_update: Add the baud option into otatool Roland Dobai 2019-07-10 14:11:12 +02:00
  • 3f47269211 app_update: Fix argument of ParttoolTarget Roland Dobai 2019-07-10 08:41:47 +02:00
  • aa0c5f03be Add --baud option to parttool Søren Christian Madsen 2019-06-27 14:54:04 +02:00
  • 0138827492 cmake: refactor finding components Renz Christian Bagaporo 2019-07-10 17:40:13 +08:00
  • 2fa98e031c ci: additional Cmake tests for EXTRA_COMPONENT_DIRS Renz Christian Bagaporo 2019-05-30 18:23:00 +08:00
  • 8efef29544 cmake: refactor finding components Renz Christian Bagaporo 2019-07-10 17:32:27 +08:00
  • 900df44546 wpa_supplicant: Cleanup fast_xxx modules that use duplicate code Nachiket Kukade 2019-07-03 17:39:52 +05:30
  • d7569b5862 cmake: refactor finding components Renz Christian Bagaporo 2019-07-10 16:28:44 +08:00
  • db9979701a ci: additional Cmake tests for EXTRA_COMPONENT_DIRS Renz Christian Bagaporo 2019-05-30 18:23:00 +08:00
  • 847e00d17b Merge branch 'bugfix/idf_exe_crash' into 'master' Ivan Grokhotkov 2019-07-10 16:20:13 +08:00
  • 21601f00f4 Merge branch 'bugfix/fix_no_disconnect_event_when_rx_disassoc_after_send_auth_v3.2' into 'release/v3.2' Jiang Jiang Jian 2019-07-10 15:40:23 +08:00
  • fbc8e35577 Merge branch 'bugfix/btdm_compile_error_with_new_toolchain' into 'master' Jiang Jiang Jian 2019-07-10 15:28:49 +08:00
  • dca5ed2263 Merge branch 'bugfix/supplicant_security_fixes_v3.3' into 'release/v3.3' Angus Gratton 2019-07-10 12:31:37 +08:00
  • b330ea88e6 ci: additional Cmake tests for EXTRA_COMPONENT_DIRS Renz Christian Bagaporo 2019-05-30 18:23:00 +08:00
  • 0ef3af367d ldgen,make: simplify os check Renz Christian Bagaporo 2019-05-06 20:28:32 +08:00
  • 9afe47425b project_config_mk: fix if condition V.Dudnik 2019-05-05 19:12:33 +03:00
  • 2e81c7c0cd cmake: error out when component is not found Renz Christian Bagaporo 2019-07-10 11:56:47 +08:00
  • 81139df91e cmake: error out when component is not found Renz Christian Bagaporo 2019-07-10 11:56:47 +08:00
  • f5d33fa889 cmake: set variables set by project call Renz Christian Bagaporo 2019-07-10 11:51:17 +08:00
  • 667113cf94 feat(i2c): update i2c driver for esp32s2beta chenjianqiang 2019-06-14 16:15:45 +08:00
  • 737c8d4944 Merge branch 'bugfix/fix_uart_wait_done_bug_v3.1' into 'release/v3.1' Angus Gratton 2019-07-10 10:18:34 +08:00
  • 6a3c5905ed Merge branch 'bugfix/docs_recover_some_build_time' into 'master' Angus Gratton 2019-07-10 10:06:32 +08:00
  • 058ef98c33 Merge branch 'feature/cmake_default_build_system' into 'master' Angus Gratton 2019-07-10 08:16:39 +08:00
  • 409181361f Merge branch 'bugfix/fix_flash_read_error_in_dio_26MHz_mode' into 'master' Angus Gratton 2019-07-10 08:13:35 +08:00
  • e6e1792946 tools: update idf_exe to 1.0.1 Ivan Grokhotkov 2019-07-09 13:11:53 +02:00
  • 15bcb79712 idf_exe: bump version to 1.0.1 Ivan Grokhotkov 2019-07-09 14:10:05 +02:00
  • 76dc87e9ad idf_exe: fix NULL pointer passed to WriteFile Ivan Grokhotkov 2019-07-09 14:10:00 +02:00
  • 896d675248 idf_tools.py: add another platform string to handle Windows x86 Ivan Grokhotkov 2019-07-09 13:00:16 +02:00
  • 6410f7a259 cmake: Fix some bugs building mconf-idf from scratch Angus Gratton 2019-07-01 14:43:58 +10:00
  • c8f5f47d5d Merge branch 'bugfix/fix_uart_wait_done_bug' into 'master' Jiang Jiang Jian 2019-07-09 18:39:02 +08:00
  • 80e9faaf1c docs: Move Legacy Get Started guide to the Related Documents section Angus Gratton 2019-07-09 20:35:34 +10:00
  • f8c107fbe3 components/bt: Fix compile error with new toolchain baohongde 2019-07-09 17:50:43 +08:00
  • cc125f1d13 Merge branch 'bugfix/btdm_can_not_get_informations_of_song_v3.1' into 'release/v3.1' Jiang Jiang Jian 2019-07-09 15:19:28 +08:00
  • e5c15c068e Merge branch 'bugfix/btdm_can_not_get_informations_of_song_v3.2' into 'release/v3.2' Jiang Jiang Jian 2019-07-09 15:17:22 +08:00
  • 29cef5a9cc Merge branch 'bugfix/btdm_can_not_get_informations_of_song_v3.3' into 'release/v3.3' Jiang Jiang Jian 2019-07-09 15:13:24 +08:00
  • 40171d7307 bugfix(UART): fixed two UART issues: kooho 2019-06-12 16:20:19 +08:00
  • 7e2465995f bugfix(UART): fixed two UART issues: kooho 2019-06-12 16:20:19 +08:00
  • e03df25be9 bugfix(UART): fixed two UART issues: kooho 2019-06-12 16:20:19 +08:00
  • 9583c8d037 docs: Rephrase the warning about not requiring MSYS2 on Windows Angus Gratton 2019-07-05 16:25:40 +10:00
  • 05ac8cfb6d docs: Update description for Eclipse+Cmake support not ready yet Angus Gratton 2019-06-24 12:09:34 +10:00
  • 222146845c docs: Make CMake build system default, mark GNU Make as legacy option Angus Gratton 2019-06-25 11:26:53 +10:00
  • 27a6f84e7f Merge branch 'bugfix/eth2ap_example' into 'master' Jiang Jiang Jian 2019-07-09 12:20:44 +08:00
  • ce9600ec81 Merge branch 'docs/rename_partition_addr_param_pr3750' into 'master' Jiang Jiang Jian 2019-07-09 12:18:38 +08:00
  • 572c858935 components/bt: Fix iphone can't get song's informations baohongde 2019-07-08 19:40:22 +08:00
  • aaa0853572 components/bt: Fix iphone can't get song's informations baohongde 2019-07-08 19:40:22 +08:00
  • 2a5b02097b cmake: do not force use of new signature for target_link_libraries Renz Christian Bagaporo 2019-07-08 19:14:28 +08:00
  • e64bae3a0c components/bt: Fix iphone can't get song's informations baohongde 2019-07-08 19:40:22 +08:00
  • 74140b0cfb Merge branch 'feature/cmake_proto_build' into 'master' Mahavir Jain 2019-07-08 19:13:32 +08:00
  • 62ed221daf docs: Functional renaming commit for CMake-as-default Angus Gratton 2019-06-25 11:29:49 +10:00
  • 86dbe9299a docs: Load page redirects from a file instead of inline in config Angus Gratton 2019-06-23 12:07:06 +10:00
  • 47bbb107a8 build system: Use CMake-based build system as default when describing commands Angus Gratton 2019-06-23 11:54:31 +10:00
  • d6c2dad101 esp_partition_erase_range(): rename parameter "start_addr" to "offset" Martin Thierer 2019-07-06 12:22:23 +02:00
  • a71fad46d4 Merge branch 'fix/update_curr_page_state_3.3' into 'release/v3.3' Angus Gratton 2019-07-08 15:19:56 +08:00
  • c7dc2570b4 Merge branch 'fix/nvs_util_keylen_3.1' into 'release/v3.1' Angus Gratton 2019-07-08 15:19:43 +08:00
  • f6ad7f564d Merge branch 'bugfix/otadata_operations_do_not_use_esptool_configs' into 'master' Angus Gratton 2019-07-08 15:19:30 +08:00
  • c25fe765a9 Merge branch 'feature/esp_http_client_tx_buf_size' into 'master' Angus Gratton 2019-07-08 15:15:14 +08:00
  • e0360bf156 temporarily work around for fixing eth2ap suda-morris 2019-07-04 12:18:43 +08:00
  • 878d70d9e6 Merge branch 'fix/update_curr_page_state_3.2' into 'release/v3.2' Angus Gratton 2019-07-08 14:05:40 +08:00
  • 2c9acce0ff Merge branch 'bugfix/prov_examples_strlcpy_backport_v3.3' into 'release/v3.3' Angus Gratton 2019-07-08 14:04:49 +08:00
  • 363f3e8311 docs: Remove building of zipped HTML docs from build process and consequently from Downloads as many users don't use that. We are still providing PDF documentation for people who prefer viewing docs off-line. Removal of this build step is expected to save almost 10 minutes of build time and resolve issue of build failures because of hitting 40 min build time limit on Read The Docs. Krzysztof 2019-07-08 13:19:56 +08:00
  • 4b43c10490 wpa_supplicant: Fix sprintf security bugs. Sagar Bijwe 2019-06-19 19:33:34 +05:30
  • 8e58b31a69 wpa_supplicant: Fix sprintf security bugs. Sagar Bijwe 2019-06-19 19:33:34 +05:30
  • a8916daeb2 Merge branch 'fix/nvs_util_keylen_3.2' into 'release/v3.2' Angus Gratton 2019-07-08 12:59:55 +08:00
  • bf152907a4 Merge branch 'fix/nvs_util_keylen_3.3' into 'release/v3.3' Angus Gratton 2019-07-08 12:59:05 +08:00
  • c3cc096af0 Merge branch 'ci/cmake_examples_multichip_support' into 'master' Angus Gratton 2019-07-08 12:29:25 +08:00
  • 09a63cca51 bugfix(UART): fixed two UART issues: kooho 2019-06-12 16:20:19 +08:00
  • 47ca5d53df Merge branch 'feature/config_spi_pins_based_on_efuse_value_v3.3' into 'release/v3.3' Jiang Jiang Jian 2019-07-08 11:52:24 +08:00
  • b7a2516242 wifi bugfix: 1. fix the bug no disconnect event when STA recv disassoc after sending auth 2. fix the bug full scan send multi events when recv deauth/disassoc zhangyanjiao 2019-07-08 11:42:36 +08:00
  • 0f50af0a12 Merge branch 'bugfix/supplicant_security_fixes' into 'master' Jiang Jiang Jian 2019-07-08 11:13:20 +08:00
  • 1587770cbb Merge branch 'bugfix/improve_spi_timing_for_flash' into 'master' Jiang Jiang Jian 2019-07-08 11:11:03 +08:00
  • 266baa8839 bugfix(flash): fix flash read error in DIO/26MHz mode chenjianqiang 2019-06-27 20:19:26 +08:00
  • 1935a5a93c Merge branch 'bugfix/gcov_example_report_cmake_target' into 'master' Angus Gratton 2019-07-08 09:30:11 +08:00
  • ee1743af70 Merge branch 'bugfix/confgen_break' into 'master' Angus Gratton 2019-07-08 09:29:09 +08:00
  • 0f147e0a32 Merge branch 'ci/support_build_helloworld_esp32s2beta' into 'feature/esp32s2beta' Angus Gratton 2019-07-08 09:16:07 +08:00
  • 25ab8380c8 ci: support to build esp32s2beta simple examples Michael (XIAO Xufeng) 2019-07-08 09:16:06 +08:00
  • d67b9403e8 Merge branch 'feature/tcp_transport_pass_errors_stage1' into 'master' Angus Gratton 2019-07-08 08:51:29 +08:00
  • c1fe8ceb83 esp_prov : Minor refactoring in argument dependent logic Anurag Kar 2019-07-02 20:12:47 +05:30
  • 0a65cf73fa Merge branch 'feature/prov_mgr_event_loop' into 'master' Mahavir Jain 2019-07-07 13:40:18 +08:00
  • 274d7fe12a Merge branch 'feature/lwip_2.1.2_idf' into 'master' Jiang Jiang Jian 2019-07-07 13:33:41 +08:00
  • fa02598b5c lwip_2.1.2 for idf_4.0 xueyunfei 2019-06-27 17:13:44 +08:00
  • 138c941fad Merge branch 'mesh/use_event_library' into 'master' Jiang Jiang Jian 2019-07-06 21:55:21 +08:00
  • f3d6219c46 tools: Fix indentation in confgen.py Roland Dobai 2019-07-06 09:17:31 +02:00
  • ae46f04997 wpa_supplicant: Fix sprintf security bugs. Sagar Bijwe 2019-06-19 19:33:34 +05:30
  • 4a9f339447 Merge branch 'mesh/bugfix_0628' into 'release/v3.2' Jiang Jiang Jian 2019-07-05 22:43:16 +08:00
  • db38c37cf7 Merge branch 'mesh/bugfix_0628_v3.3' into 'release/v3.3' Jiang Jiang Jian 2019-07-05 22:33:24 +08:00
  • d6c40c7c1d bugfix(flash): improve spi cs timing settings for flash chenjianqiang 2019-05-09 15:26:24 +08:00
  • 71ce87c79e protocomm_ble : Bugfix for unbound memcpy on prepare write buffer Anurag Kar 2019-06-19 13:39:55 +05:30
  • 611c300a92 Protocomm : Minor fixes Anurag Kar 2019-05-28 14:41:49 +05:30
  • b7eb82d191 Provisioning Examples : Bugfix in copying Wi-Fi SSID and Passphrase Anurag Kar 2019-06-10 17:23:53 +05:30
  • 933674301f Wi-Fi Provisioning : Bugfix in copying SSID and Passphrase Anurag Kar 2019-06-10 17:49:30 +05:30
  • 068a2dcb32 mesh: update mesh events demonstration qiyuexia 2019-04-18 22:38:43 +08:00
  • a272e7204d mesh: use new event library qiyuexia 2019-04-16 18:13:13 +08:00
  • 783ddd1e05 Merge branch 'cleanup/remove_redundant_tags_file' into 'master' Jiang Jiang Jian 2019-07-05 21:11:41 +08:00
  • bd4591b053 esp_http_client: separate buffer_size config option for transmit Oleg Antonyan 2019-05-23 08:47:31 +02:00
  • f16f4297cd Merge branch 'doc/power_management_update_with_bt_changes' into 'master' Jiang Jiang Jian 2019-07-05 21:03:52 +08:00
  • c1af728239 Merge branch 'bugfix/prov_examples_strlcpy_backport_v3.2' into 'release/v3.2' Mahavir Jain 2019-07-05 20:56:35 +08:00
  • 27628ef133 Merge branch 'doc/add_ble_mesh_doxyfile' into 'master' Jiang Jiang Jian 2019-07-05 20:55:39 +08:00