Commit Graph

  • 28787ad392 Merge branch 'bugfix/bootloader_dev_zero_app_count' into 'master' Angus Gratton 2018-07-24 14:41:05 +08:00
  • 8ce14d0406 console: Suppress unused warning asprintf result Renz Bagaporo 2018-07-20 13:25:45 +08:00
  • 4355eb1bc2 console: Ignore var cloberred warning for argtable Renz Bagaporo 2018-07-12 08:48:27 +08:00
  • d31b31787c spiffs: Explicitly indicate unused value Renz Bagaporo 2018-06-27 20:47:30 +08:00
  • 9b6769411a Merge branch 'bugfix/deep_sleep_flush_uart_v3.1' into 'release/v3.1' Angus Gratton 2018-07-24 14:06:59 +08:00
  • beb3611ca3 Merge branch 'bugfix/fix_pcnt_isr_service_register_bug' into 'master' Angus Gratton 2018-07-24 13:49:45 +08:00
  • e55f55531c esp32 tests: TLS test: use same size stack for static & non-static task Angus Gratton 2018-07-17 15:39:40 +10:00
  • 0f665dfb0d esp32: Fix race in "TLS Test" where s_task can go out of scope before cleanup finishes Angus Gratton 2018-07-17 15:12:44 +10:00
  • 002bf37f14 Merge branch 'bugfix/unit_test_thread_local_storage' into 'master' Angus Gratton 2018-07-24 13:43:41 +08:00
  • b2f1dd6a16 bugfix(ledc): fix bugs reported from unit-test and github. Wangjialin 2018-07-10 01:25:31 +08:00
  • c8c4bd099e Merge branch 'bugfix/fix_uart_timeout_bug_when_enable_reftick_v3.0' into 'release/v3.0' Ivan Grokhotkov 2018-07-24 13:16:54 +08:00
  • 8c808c2d9a bootloader: Fix issue - bs->app_count is zero but ota_data have valid entry Konstantin Kondrashov 2018-07-24 13:09:32 +08:00
  • 466ec6d9ac Merge branch 'bugfix/ci_use_mirror_for_public' into 'master' Angus Gratton 2018-07-24 12:19:24 +08:00
  • c3069b97f9 Merge branch 'bugfix/udp_multicast_example_leak' into 'master' Angus Gratton 2018-07-24 12:12:53 +08:00
  • 989396ef27 Add some comments in pcnt.h. kooho 2018-05-25 15:37:20 +08:00
  • 01516abe5a Add some comments in pcnt.h. kooho 2018-05-25 15:37:20 +08:00
  • b3a2f85c70 driver(uart): Fix uart time_out bug when using ref_tick for releasev3.1 hou wen xiang 2018-07-13 21:55:54 +08:00
  • baa4613fc1 Merge branch 'bugfix/fix_touchpad_wakeup_status' into 'master' Ivan Grokhotkov 2018-07-24 04:08:43 +08:00
  • c7ab37143b Logo version 8, vector graphics and a new typeface krzychb 2018-07-23 19:18:50 +02:00
  • 15b22e5aa5 spiffs: add test case for readdir_r with large number of files Ivan Grokhotkov 2018-07-23 15:34:18 +03:00
  • bd768edca2 check WiFi library git commit id in unit test XiaXiaotian 2018-06-26 14:56:58 +08:00
  • fdf61f7c45 Merge branch 'bugfix/beacon_info_do_not_update_after_user_scan_v3.1' into 'release/v3.1' Jiang Jiang Jian 2018-07-23 20:02:24 +08:00
  • 0905aa0103 Merge branch 'bugfix/bootloader_include_priv' into 'master' Angus Gratton 2018-07-23 18:50:35 +08:00
  • b5db59ec31 Merge branch 'bugfix/http_client_enhanced' into 'master' Angus Gratton 2018-07-23 17:55:49 +08:00
  • d5f666dee3 ci: Use local mirrors on the public branches (master, release-) too Anton Maklakov 2018-07-23 17:03:05 +08:00
  • bf665ae62e udp_multicast example: Change port to 3333 to match README, log port from example Angus Gratton 2018-07-23 16:15:30 +10:00
  • 5fb665dbaf udp_multicast example: Fix memory leak from getaddrinfo() calls Angus Gratton 2018-07-23 16:15:02 +10:00
  • fbec7de7f8 bootloader_support: Rename include_priv directory to include_bootloader Angus Gratton 2018-07-03 12:18:20 +10:00
  • 409c91bcb9 removed possible uint16 access to 32bit register, noted fifo use not recommended David Cermak 2018-07-19 14:54:38 +02:00
  • ccd431c7ed Merge branch 'feature/nvs_part_gen_improvements_backportv3.1' into 'release/v3.1' Ivan Grokhotkov 2018-07-23 13:30:19 +08:00
  • 70e68c99d3 Modifications for fs profiling tool Renz Bagaporo 2018-06-21 16:51:44 +08:00
  • 6ef558320a esp_http_client: Resolve some bugs from the github community - Closes https://github.com/espressif/esp-idf/issues/2135 - Closes https://github.com/espressif/esp-idf/issues/2208 - Closes https://github.com/espressif/esp-idf/issues/2213 Tuan PM 2018-07-23 08:59:49 +07:00
  • 5f2f84c220 Merge branch 'feature/http_server_finalize' into 'master' Angus Gratton 2018-07-23 13:11:04 +08:00
  • 57342c449d Merge branch 'feature/tools_mass_mfg' into 'master' Angus Gratton 2018-07-23 13:10:17 +08:00
  • cf614120a5 Merge branch 'bugfix/reclaim_bt_ble_bss' into 'master' Angus Gratton 2018-07-23 12:48:13 +08:00
  • e75a1129e0 Merge branch 'bugfix/bootloader_noreturn_always' into 'master' Angus Gratton 2018-07-23 11:56:14 +08:00
  • b6a7458e14 esp32 tests: TLS test: use same size stack for static & non-static task Angus Gratton 2018-07-17 15:39:40 +10:00
  • 7313f3f925 esp32: Fix race in "TLS Test" where s_task can go out of scope before cleanup finishes Angus Gratton 2018-07-17 15:12:44 +10:00
  • e1e4e08fa8 app_update: Don't double-verify secure boot signature during OTA Angus Gratton 2018-07-16 16:38:08 +10:00
  • f8b191cfae secure boot: Pad to avoid data after the signature mapping into the address space Angus Gratton 2018-07-13 11:52:57 +10:00
  • ae24c13da2 Merge branch 'bugfix/secure_boot_padding' into 'master' Angus Gratton 2018-07-23 11:44:50 +08:00
  • ea1a99bcb9 Merge branch 'cermak_fuzzer_ci_job' into 'master' Anton Maklakov 2018-07-23 09:41:10 +08:00
  • 992ead0671 Logo version 7 - gray logo background, improved contrast, simplified css overrides krzychb 2018-07-21 20:06:27 +02:00
  • 487ae78235 Wifi: bugfix of beacon info don't update after user scan Deng Xin 2018-07-11 16:38:33 +08:00
  • faede72435 Wifi: add compatible to ccmp encryption Deng Xin 2018-07-17 21:34:50 +08:00
  • 4314b00289 Merge branch 'bugfix/clear_intr_status_when_enable_intr_v3.1' into 'release/v3.1' Jiang Jiang Jian 2018-07-21 14:36:37 +08:00
  • 650e1f79d1 Merge branch 'bugfix/rmt_mem_num_maximum_limit_is_not_accurate_v3.1' into 'release/v3.1' Jiang Jiang Jian 2018-07-21 14:25:38 +08:00
  • 8892174383 Merge branch 'bugfix/coex_pause' into 'master' Jiang Jiang Jian 2018-07-21 14:22:09 +08:00
  • 3486b51388 Fix stackoverflow due to recursion in vfs_spiffs_readdir_r Konstantin Klitenik 2018-07-20 10:27:53 -04:00
  • 999c3dbf0e Merge branch 'feature/test_exclude_components' into 'master' Ivan Grokhotkov 2018-07-20 19:43:46 +08:00
  • 0e3694b542 Merge branch 'feature/freertos_vtasklist_xcoreid' into 'master' Ivan Grokhotkov 2018-07-20 18:46:41 +08:00
  • 656bef7bb7 Http Server : Add a simple light weight HTTP Server Component. Also add examples, docs and test apps for the HTTP Server. Anurg Kar 2018-07-03 16:27:41 +05:30
  • 0c147648f7 added CI job for AFL fuzzer tests David Cermak 2018-06-11 08:32:40 +02:00
  • 6e4342a877 bt : fix bug that bluetooth controller init/disable/enable/disable may cause exception Tian Hao 2018-07-17 15:46:56 +08:00
  • f610249bdd Reclaim BT/BTDM BSS and Data in bluetooth memory release function Hrishikesh Dhayagude 2018-07-11 11:52:32 +05:30
  • 35205d8513 Add files and docs for mass mfg Shivani Tipnis 2018-07-17 14:14:30 +05:30
  • e4fb359c34 Merge branch 'bugfix/btdm_bt_remove_device_fail_when_ble_connected' into 'master' Jiang Jiang Jian 2018-07-20 10:46:31 +08:00
  • 36c14cf214 Merge branch 'bugfix/add_queueset_critical_sections_v3.0' into 'release/v3.0' Angus Gratton 2018-07-20 10:03:59 +08:00
  • 45275ab189 Merge branch 'feature/nvs_multipage_blob' into 'master' Angus Gratton 2018-07-20 09:13:34 +08:00
  • b87c822d59 Merge branch 'bugfix/secure_boot_regression_partitions_v3_1' into 'release/v3.1' Angus Gratton 2018-07-20 09:12:20 +08:00
  • 5a27a63541 nvs-flash: Support for blobs larger than half of SPI Flash sector size Sagar Bijwe 2018-04-02 16:14:59 +05:30
  • 0efb4a11ec Correct source code encoding Roland Dobai 2018-07-19 13:58:57 +02:00
  • 90c6ea59a6 Fix errors in rtc_gpio_desc values negativekelvin 2018-07-12 23:16:15 -07:00
  • 7fbfb0fc9b ulp example: fix for RTC IOs Ivan Grokhotkov 2018-07-13 17:44:57 +08:00
  • 447890247a sdmmc: enable host auto_stop only for certain commands Ivan Grokhotkov 2018-07-05 16:50:16 +08:00
  • d360f6d95d sleep: fix flushing UARTs when entering deep sleep Ivan Grokhotkov 2018-07-04 12:11:07 +08:00
  • fec079cd44 Merge branch 'bugfix/rtc_io_hold_regs' into 'master' Ivan Grokhotkov 2018-07-19 15:04:42 +08:00
  • a8f39a892e Merge branch 'bugfix/ulp_example_fix' into 'master' Ivan Grokhotkov 2018-07-19 15:04:20 +08:00
  • f0d74b1c64 bootloader: Ensure bootloader never returns to caller Angus Gratton 2018-07-19 15:27:35 +10:00
  • a7d00f44ab Merge branch 'feature/esp32-pico-kit_v4.1' into 'master' Angus Gratton 2018-07-19 08:05:00 +08:00
  • ca15dbd05e Added description of ESP32-PICO-KIT V4.1 board krzychb 2018-07-12 21:12:17 +02:00
  • a7c9cf3a6b driver(uart): Fix uart time_out bug when using ref_tick for release v3.0 hou wen xiang 2018-07-13 21:55:54 +08:00
  • 9aee394dc6 Merge branch 'bugfix/tw23835_add_source_ip_route_for_unicast_v3.0' into 'release/v3.0' Jiang Jiang Jian 2018-07-17 14:12:13 +08:00
  • 7edc392d7c Modify the rmt_mem_num maximum limit value from 15 to 8. XiongYu 2018-07-09 19:22:31 +08:00
  • de907e8801 Merge branch 'bugfix/rmt_mem_num_maximum_limit_is_not_accurate' into 'master' Wang Jia Lin 2018-07-18 16:15:14 +08:00
  • 071f7cdb49 driver(gpio) : Fixed the gpio related bug for release v3.1. hou wen xiang 2018-06-04 10:34:23 +08:00
  • c46b8178f2 Merge branch 'bugfix/sdmmc_auto_stop_cmd' into 'master' Ivan Grokhotkov 2018-07-18 14:55:45 +08:00
  • 0b78959070 Merge branch 'bugfix/deep_sleep_flush_uart' into 'master' Ivan Grokhotkov 2018-07-18 14:55:13 +08:00
  • 05eb9d155f Wifi: fix ampdu duplicate issue chenyudong 2018-07-18 14:45:13 +08:00
  • 2506a9416e Version 2 of the logo, without a frame an with uniform color krzychb 2018-07-17 23:45:23 +02:00
  • 2fd5ce3022 Made the logo smaller krzychb 2018-07-17 18:07:54 +02:00
  • da86681f21 Added Espressif logo to documentation krzychb 2018-07-12 22:20:01 +02:00
  • ae728d66c8 Update theme_overrides.css kittinson 2018-07-09 12:19:57 +08:00
  • d62293165b Merge branch 'bugfix/btdm_using_osi_malloc_instead_of_malloc' into 'master' Jiang Jiang Jian 2018-07-18 11:09:28 +08:00
  • aa4d77467b Merge branch 'bugfix/esp_err_ignore_dirs' into 'master' Angus Gratton 2018-07-18 08:29:53 +08:00
  • 89b423658a nvs_partition_generator: Add support for base64 representation of Binary data Piyush Shah 2018-06-14 16:27:37 +05:30
  • 6d0a9fe95e nvs_partition_generator: Modifications to enable using the utility as a Python library Piyush Shah 2018-06-14 16:07:26 +05:30
  • cf14826100 fix coex pause cause bluetooth performance decrease Tian Hao 2018-07-10 16:22:29 +08:00
  • afdc73c8ab Merge branch 'bugfix/mdns_remove_backport' into 'release/v3.1' Jiang Jiang Jian 2018-07-17 20:50:34 +08:00
  • 1dc9be01c4 Merge branch 'bugfix/autoip_compilation_backportv3.1' into 'release/v3.1' Jiang Jiang Jian 2018-07-17 20:49:31 +08:00
  • 94a599fb64 Merge branch 'bugfix/btdm_some_misspell' into 'master' Jiang Jiang Jian 2018-07-17 20:48:03 +08:00
  • 603ce05376 Merge branch 'bugfix/ampdu_duplicate' into 'master' Jiang Jiang Jian 2018-07-17 20:45:45 +08:00
  • 54a67d92a4 fix(sleep): swap touchpad num in wakeup status fuzhibo 2018-07-05 14:37:37 +08:00
  • 5376a06d7b Merge branch 'bugfix/range_CONFIG_ESP32_RTC_CLK_CAL_CYCLES' into 'master' Ivan Grokhotkov 2018-07-17 19:43:11 +08:00
  • cffaa9f5b5 freertos: add configTASKLIST_INCLUDE_COREID Ivan Grokhotkov 2018-07-09 15:25:59 +08:00
  • 0fb1945482 Added: display xCoreID in vTaskList Dave McNaughton 2018-06-14 20:37:52 +10:00
  • cffd28ad83 Merge branch 'bugfix/bt_os_abstraction_layer_v3.1' into 'release/v3.1' Ivan Grokhotkov 2018-07-17 18:53:01 +08:00
  • ea452920bb Merge branch 'bugfix/time_ut_wakeup_from_deep_sleep' into 'master' Ivan Grokhotkov 2018-07-17 18:39:15 +08:00
  • d90f8c06c2 changes for timers zhangyanjiao 2018-07-17 16:45:19 +08:00
  • 5480a6b6e5 Merge branch 'bugfix/clear_intr_status_when_enable_intr' into 'master' Wang Jia Lin 2018-07-17 15:44:00 +08:00