Commit Graph

  • af3f821fd7 docs: update wifi documentation per recent update of esp-idf-template project to use a plain hello-world application David Cermak 2019-11-18 22:13:07 +01:00
  • 5286c8308c bugfic(i2c): fix i2c driver ut issue. kooho 2019-11-25 12:15:46 +08:00
  • bb139d2b83 esp_event: fix possibility of null ptr dereference Renz Christian Bagaporo 2019-11-25 14:27:10 +08:00
  • f2a1a6105a Merge branch 'feat/mcpwm_hal' Angus Gratton 2019-11-25 17:18:48 +11:00
  • 129c9311ca Merge branch 'bugfix/menuconfig_confirm' into 'master' Angus Gratton 2019-11-25 13:42:27 +08:00
  • dbae85dde8 Merge branch 'bugfix/timer_driver_ut' into 'master' Angus Gratton 2019-11-25 12:54:52 +08:00
  • bf80a50c85 Merge branch 'bugfix/idf_tools_add_ULP_for_armel' into 'master' Angus Gratton 2019-11-25 12:13:42 +08:00
  • 75ea0df916 Add encryption/decryption support for PMF Nachiket Kukade 2019-11-12 11:39:49 +05:30
  • 773e095a65 Add support for PMF configuration and negotiation Nachiket Kukade 2019-11-12 11:35:08 +05:30
  • ddef4f9129 Merge branch 'feature/set_dhcp_timeout' into 'master' Jiang Jiang Jian 2019-11-25 12:04:20 +08:00
  • 0d6cae963b Merge branch 'bugfix/fix_timer_deleted_and_run_broken_callback_v3.3' into 'release/v3.3' Jiang Jiang Jian 2019-11-25 11:05:38 +08:00
  • efa1d4d133 Merge branch 'bugfix/fix_timer_deleted_and_run_broken_callback_v3.1' into 'release/v3.1' Jiang Jiang Jian 2019-11-25 10:47:59 +08:00
  • 7a557368e3 Merge branch 'bugfix/fix_timer_deleted_and_run_broken_callback_v3.2' into 'release/v3.2' Jiang Jiang Jian 2019-11-25 10:34:26 +08:00
  • 6dd36fd571 Merge branch 'refactor/hal_gpio_driver' Angus Gratton 2019-11-25 10:49:40 +11:00
  • f34edba8f3 Merge branch 'feature/adc_driver_hal_support' Angus Gratton 2019-11-25 10:22:06 +11:00
  • 82d89afe1f driver/timer: fix software reset UT (again) Ivan Grokhotkov 2019-11-24 21:10:50 +01:00
  • 538540ce21 mcpwm: add HAL layer support michael 2019-11-17 20:53:29 +08:00
  • 1fb2fd89de mcpwm: fix the fault handling and capture issues michael 2019-11-17 20:52:33 +08:00
  • 0f6dd34971 mcpwm: enable some unit tests again michael 2019-11-08 02:47:00 +08:00
  • d839f39ed8 Merge branch 'feature/ci_optimize_assign_test' into 'master' He Yin Ling 2019-11-24 19:22:41 +08:00
  • 60994329ce Merge branch 'bugfix/idf_tools_download_on-request_tools' into 'master' Ivan Grokhotkov 2019-11-24 19:11:33 +08:00
  • 0ed38ca24d idf_tools.py: fix downloading for tools which have "on_request" options for some platforms. Anton Maklakov 2019-11-24 19:11:33 +08:00
  • 11837f7f5d tools: Add ULP utils for ARMEL Anton Maklakov 2019-11-24 11:58:10 +07:00
  • 857d10a926 unit-test-app: print config name in test script He Yin Ling 2019-11-22 19:58:06 +08:00
  • 3c99de352c tiny-test-fw: only load module from the same file one time: He Yin Ling 2019-11-22 15:49:40 +08:00
  • 9665c6ef66 unit-test-app: fix test script error when handling multiple unit test configs in one config file: He Yin Ling 2019-11-22 11:41:57 +08:00
  • 1c65f1aed3 ci: reduce the number of unit test jobs He Yin Ling 2019-11-21 18:05:55 +08:00
  • cb4c25bc67 ci: use more flexible assign for unit test cases He Yin Ling 2019-11-21 21:01:15 +08:00
  • 757e2d021e tiny-test-fw: print useful debug info when assign test: He Yin Ling 2019-11-21 17:43:04 +08:00
  • b12a8bce5f ci: optimize unit test assignment: He Yin Ling 2019-11-21 17:33:32 +08:00
  • 74ca3fc571 tiny-test-fw: revise unit test job config file: He Yin Ling 2019-11-21 16:04:30 +08:00
  • b7b4cd3418 Merge branch 'bugfix/timer_group_reset_ut' into 'master' Angus Gratton 2019-11-23 14:04:41 +08:00
  • 719c8eb627 Merge branch 'bugfix/esp_netif_early_fixes' into 'master' Ivan Grokhotkov 2019-11-22 20:19:20 +08:00
  • 676b5e0deb log: refactoring to make compatible with no-FreeRTOS builds Ivan Grokhotkov 2019-11-21 18:40:59 +01:00
  • 6fda3df953 Merge branch 'bugfix/gpio_pin_bit_mask_truncation' into 'master' Ivan Grokhotkov 2019-11-22 17:41:05 +08:00
  • e3f0854771 Merge branch 'bugfix/fix_timer_deleted_and_run_broken_callback_v4.0' into 'release/v4.0' Jiang Jiang Jian 2019-11-22 17:38:06 +08:00
  • 0deeae38a9 Merge branch 'bugfix/fix_timer_deleted_and_run_broken_callback' into 'master' Jiang Jiang Jian 2019-11-22 17:37:51 +08:00
  • acdb2a5dc0 ci: add test job with ESP32S2BETA_IDF tag Ivan Grokhotkov 2019-11-22 10:36:51 +01:00
  • d9433ef692 mdns: fixed forgotten merge conflicts in debug code David Cermak 2019-11-22 09:42:09 +01:00
  • c5a6bc9985 esp_netif: added missing C++ guards David Cermak 2019-11-22 09:40:54 +01:00
  • a3b79e9202 refactor(gpio): add hal gpio driver xiongyu 2019-07-15 14:44:15 +08:00
  • 2eea2dbeb4 Add feature for set dhcp time out xueyunfei 2019-11-22 13:01:14 +08:00
  • e4f641f5a9 Merge branch 'bugfix/i2s_driver_apll_test_regression' into 'master' Ivan Grokhotkov 2019-11-22 17:06:29 +08:00
  • 989825908b Merge branch 'feature/esp32s2beta_ulp_projbuild' into 'master' Angus Gratton 2019-11-22 15:59:44 +08:00
  • f49b192a5e refactor the adc driver fuzhibo 2019-09-09 20:56:46 +08:00
  • 25c0752682 i2s: fix regression in retrieval of chip revision causing apll test to fail Mahavir Jain 2019-11-21 18:40:46 +05:30
  • b38bc2f8f5 s2 support for make build removed. Dmitry 2019-11-20 10:20:58 +03:00
  • 845b2d1cfe Jumps change back to jumpr. because example supports esp32 only. Dmitry 2019-11-18 21:26:49 +03:00
  • 1518c410bc A switch between esp32 and esp32s2betta added to the ULP build process. The new bin utils will have extension esp32s2ulp-elf, and they have to be placed to the bin directory. Dmitry 2019-06-28 15:36:32 +03:00
  • a8d3e3ab4a Merge branch 'feature/dac_driver_hal_support' into 'master' Wang Jia Lin 2019-11-22 13:59:32 +08:00
  • 6a91c8d440 Changes in menuconfig options to not compile any host when using hci examples as no host is required there. Chinmay Chhajed 2019-11-13 16:56:23 +05:30
  • a104bc22ae README fixes Chinmay Chhajed 2019-11-13 15:18:14 +05:30
  • 85b66801b1 Moved HCI examples from bluetooth/bluedroid/hci to bluetooth/hci. Chinmay Chhajed 2019-11-13 12:58:11 +05:30
  • f64ee5aba3 Merge branch 'feature/coredump_data_in_elf_format' into 'master' Angus Gratton 2019-11-22 13:25:44 +08:00
  • 27ce4d13df coredump: change data format to ELF Alexey Gerenkov 2019-11-22 13:25:43 +08:00
  • 7eb89ae868 Merge branch 'feature/idfpy_unknown_targets_fallback' into 'master' Angus Gratton 2019-11-22 13:22:23 +08:00
  • 03ac1aaafd dac: refactor driver add hal fuzhibo 2019-07-19 21:20:16 +08:00
  • 0e0994092e Merge branch 'feature/esp32s2beta_fix_rtc_peripheral_driver' into 'master' Angus Gratton 2019-11-22 11:39:41 +08:00
  • ea29c101cd Merge branch 'bugfix/fix_iram_intr_alloc_test' into 'master' Angus Gratton 2019-11-22 08:41:50 +08:00
  • dc00c360ab Merge branch 'bugfix/esp32s2beta_crtbegin' into 'master' Angus Gratton 2019-11-22 07:01:32 +08:00
  • 477e66103c Merge branch 'feature/esp32s2beta_apptrace_port' into 'master' Ivan Grokhotkov 2019-11-22 05:33:35 +08:00
  • 8ff801766a Merge branch 'docs/update_oocd_config_on_cmd_line' into 'master' Ivan Grokhotkov 2019-11-22 05:32:35 +08:00
  • 9200250f51 Add User-Agent and additional headers to esp_websocket_client David N. Junod 2019-11-15 04:15:55 -07:00
  • ad986849a6 timer: remove check for POWERON_RESET in the test case Ivan Grokhotkov 2019-11-18 13:51:03 +01:00
  • ea99137e62 esp32s2beta: implement esp_reset_reason API Ivan Grokhotkov 2019-11-19 11:19:29 +01:00
  • 38520d3b65 Merge branch 'feature/build_apps_script' into 'master' Ivan Grokhotkov 2019-11-22 02:54:28 +08:00
  • 951ed739f7 soc/cpu: add non-xtensa-specific replacement of xthal_get_ccount Ivan Grokhotkov 2019-11-21 18:42:46 +01:00
  • 910f49942e examples: fix test function name in cpp_rtti example Ivan Grokhotkov 2019-11-19 12:22:52 +01:00
  • d0e1edcd53 examples: add 2 CI build/test configurations for system/console Ivan Grokhotkov 2019-10-18 19:26:57 +02:00
  • 871ea650f6 examples: fix sdkconfig warnings Ivan Grokhotkov 2019-11-07 19:39:27 +01:00
  • dbae5c93f0 examples: fix loadable elf test Ivan Grokhotkov 2019-10-20 21:07:49 +02:00
  • ebd7004a31 examples: update wifi/iperf to use the new builder Ivan Grokhotkov 2019-10-17 16:16:33 +02:00
  • 30d21adcca ci: don't add build_examples_make as a target_test dependency Ivan Grokhotkov 2019-10-20 20:56:12 +02:00
  • e1aee5ad09 ci: reimplement build_examples_cmake using {find,build}_apps.py Ivan Grokhotkov 2019-10-17 16:23:39 +02:00
  • 0e6e7f49be tiny-test-fw: add build config and target options Ivan Grokhotkov 2019-10-15 14:15:06 +02:00
  • 7ac8f28dda tools: add build warnings checking script Ivan Grokhotkov 2019-10-29 17:01:39 +01:00
  • 9d15c1fd40 tools: add {find,build}_apps.py, scripts to build multiple apps Ivan Grokhotkov 2019-09-11 11:23:10 +02:00
  • e1452f5d6c lw-ip: silence a warning related to CONFIG_LWIP_TCP_WND_DEFAULT value Ivan Grokhotkov 2019-10-18 17:01:49 +02:00
  • 096dc8fc2b esp32s2beta: rename output linker script Ivan Grokhotkov 2019-11-21 15:29:00 +01:00
  • 29623c46b4 Merge branch 'feature/i2c_hal_support' into 'master' Wang Jia Lin 2019-11-21 21:58:22 +08:00
  • 50fe7e540e esp_timer: fix the bug that when timeout of timer happens try to run callback, and high priority task delete the timer and break the callback Jack 2019-11-19 22:33:34 +08:00
  • 28286183d1 feature(I2C): Add i2c hal support. houwenxiang 2019-06-05 11:32:20 +08:00
  • 246242dbd5 driver: fix sens_struct.h; driver: fix timer wakeup dsleep; example: fix EXT1 wakeup dsleep; example: fix touch pad wakeup dsleep; fuzhibo 2019-10-24 11:18:44 +08:00
  • 1be70588f3 Merge branch 'bugfix/idf_tools_guess_idf_path' into 'master' Ivan Grokhotkov 2019-11-21 20:30:08 +08:00
  • 3a94beeb5b Merge branch 'feature/add_env_tag_for_32khz_xtal_uts_v3.3' into 'release/v3.3' Angus Gratton 2019-11-21 19:58:24 +08:00
  • 43411da465 Merge branch 'bugfix/freertos_critical_section_compliance' into 'master' Mahavir Jain 2019-11-21 19:25:14 +08:00
  • a3162754aa Merge branch 'feature/ledc_hal_support' into 'master' Wang Jia Lin 2019-11-21 19:19:43 +08:00
  • 04324e4c3c esp32s2beta: re-enable entering the debugger on panic Ivan Grokhotkov 2019-11-21 11:45:02 +01:00
  • f21261d39c esp32s2beta: don't use crtbegin from the toolchain Ivan Grokhotkov 2019-11-21 11:44:45 +01:00
  • fdd05b7bef Merge branch 'feature/timer_group_hal_support' into 'master' Wang Jia Lin 2019-11-21 17:05:11 +08:00
  • 857dec108d feat(ledc): refactor ledc driver chenjianqiang 2019-08-09 20:30:19 +08:00
  • be749395c4 Menuconfig: Don't ask to save configuration when nothing has changed Roland Dobai 2019-11-08 14:40:28 +01:00
  • 9f9da9ec96 feat(timer): refator timer group driver chenjianqiang 2019-07-15 14:21:36 +08:00
  • 8c3cb232f0 Merge branch 'refactor/hal_sigmadelta_driver' into 'master' Wang Jia Lin 2019-11-21 13:35:07 +08:00
  • 29f6537faf Merge branch 'bugfix/warning_fix_latest_freertos_v3.3' into 'release/v3.3' Mahavir Jain 2019-11-21 13:20:42 +08:00
  • b5d04a21fb esp_flash: fix the quad issue for some GD flash chips Michael (XIAO Xufeng) 2019-09-10 00:56:46 +08:00
  • 337b1df430 esp_flash: add unit test for external flash and QE toggling Michael (XIAO Xufeng) 2019-09-04 21:09:30 +08:00
  • 41e64bd79c esp_flash: rename internal variables for better readability Michael (XIAO Xufeng) 2019-09-05 13:17:11 +08:00
  • 2b7681ec4f esp_flash: fix set qe bit and write command issues Michael (XIAO Xufeng) 2019-09-05 13:11:36 +08:00
  • 87357d8cf3 Merge branch 'feature/add_env_tag_for_32khz_xtal_uts_v3.2' into 'release/v3.2' Angus Gratton 2019-11-21 12:00:20 +08:00