Commit Graph

  • 39fe51924e esp32: update wifi lib to fix two datapath issues Liu Zhi Fu 2017-01-26 15:33:23 +08:00
  • d8aae55eeb Flash encryption: Temporary fix for issue with stale cache reads Angus Gratton 2017-01-26 18:29:18 +11:00
  • 67336672bd OTA: Improve verification of OTA image before writing, incl. secure boot Angus Gratton 2017-01-26 16:18:58 +11:00
  • 813395adcb OTA: Fall back to factory partition if ota data partition is invalid Angus Gratton 2017-01-26 16:19:45 +11:00
  • 2173ad3b45 bootloader_support: fix bug OTA & flash encryption incompatible Tian Zhong Xing 2017-01-24 18:30:13 +08:00
  • 4dd81fddd8 Merge branch 'feature/add_build_at_job_in_ci' into 'master' Ivan Grokhotkov 2017-01-26 10:46:45 +08:00
  • 93395a3370 components/openssl: Add more debugging information at platform level Dong Heng 2017-01-26 10:12:58 +08:00
  • 4f7e4dd0f5 Use PART_FLAG_ENCRYPTED value in gen_esp32part.py Deomid Ryabkov 2017-01-24 14:42:02 +00:00
  • 33500f2561 Add missing variable initialisation. Dermot Duffy 2017-01-21 15:39:36 +00:00
  • 32ad1e676d Merge branch 'lwip/optimize_dhcpc_taken_time' into 'master' Jiang Jiang Jian 2017-01-25 21:39:17 +08:00
  • 8e467801bc Merge branch 'bugfix/btdm_debug_gatt_attr_table' into 'master' Ivan Grokhotkov 2017-01-25 11:48:09 +08:00
  • c6bb239f0c component/bt: Fix Gatt table read_req bug and advertising channel 39 not available bug Island 2017-01-24 18:38:50 +08:00
  • 74f78540ae Allow providing custom PARTITION_TABLE_CSV_PATH Deomid Ryabkov 2016-12-21 18:18:42 +00:00
  • 1d0c909daf components/openssl: fixes for github issues 219 Dong Heng 2017-01-24 17:36:32 +08:00
  • d193424ae8 CI: add job to check build esp-at in esp-idf He Yin Ling 2017-01-24 15:05:39 +08:00
  • 03e3b137bf lwip: optimize the dhcp client qiyueixa 2017-01-22 20:32:39 +08:00
  • 6bc9cd39e9 Merge branch 'feature/spi_flash_write_16bytes' into 'master' v2.0-rc1 Ivan Grokhotkov 2017-01-20 20:09:48 +08:00
  • d4462664b7 spi_flash: Move FLASH_PAGE_SIZE constant into esp_spi_flash.h Angus Gratton 2017-01-06 11:24:24 +11:00
  • 14aa1d1b3e docs: spi_flash: Add flash encryption ops, remove boilerplate Angus Gratton 2017-01-06 11:17:29 +11:00
  • adc590ff69 spi_flash_write_encrypted: Allow 16-byte aligned block writes Angus Gratton 2017-01-04 17:53:15 +11:00
  • 36ccdee6ec spi_flash: Flush flash cache if flash_mmap()ing a written-to page Angus Gratton 2017-01-05 15:51:02 +11:00
  • 95c150fe2c spiflash: Add spi_flash_read_encrypted() function Angus Gratton 2017-01-04 17:37:15 +11:00
  • fbe89a0833 Merge branch 'feature/deploy_tags' into 'master' Ivan Grokhotkov 2017-01-20 19:38:02 +08:00
  • b4a29f5240 ci: deploy code and docs for release branches Ivan Grokhotkov 2017-01-20 15:46:09 +08:00
  • 374d03093c Merge branch 'bugfix/misc_fixes' into 'master' Ivan Grokhotkov 2017-01-20 17:53:12 +08:00
  • 632bd0bb4f Merge branch 'feature/docs_gh_link_roles' into 'master' Ivan Grokhotkov 2017-01-20 17:47:34 +08:00
  • 15072028c4 docs: use custom roles to generate GitHub links Ivan Grokhotkov 2017-01-19 16:16:06 +08:00
  • 2c87e84b0a component/bt: bluetooth storage module clean up and bug fix. wangmengyang 2017-01-20 16:46:10 +08:00
  • fab35cb307 Merge branch 'feature/esptool_v20_beta' into 'master' Angus Gratton 2017-01-20 15:45:03 +08:00
  • 74aff89918 gatts_demo: re-enter advertising after client disconnects Mike Ryan 2017-01-11 16:40:37 -08:00
  • 6f3f3bb30c Add missing bit from LEDC interrupt state struct. Dermot Duffy 2016-12-31 01:09:54 +00:00
  • a14f22f65b netconn_gethostbyname: Fix race reporting success Jan Schmidt 2017-01-20 14:17:03 +11:00
  • ac412feb69 gpio: Attach gpio intr to the isr_server on the right core. Jan Schmidt 2017-01-19 23:46:41 +11:00
  • b022232e84 esp_panic.h: Add C++ include guards Angus Gratton 2017-01-18 10:57:53 +11:00
  • 0b257cfcef bt: esp_ble_gatts_send_indicate: Fix description Angus Gratton 2017-01-12 13:30:39 +11:00
  • 92b9ed8342 Merge branch 'bugfix/ci_test_result_always_fail' into 'master' Ivan Grokhotkov 2017-01-20 11:13:41 +08:00
  • 5305842763 CI: fix merge error on test report job He Yin Ling 2017-01-19 23:37:12 +08:00
  • 0fca7769e8 Merge branch 'bugfix/ethernet_flow_control' into 'master' Jiang Jiang Jian 2017-01-19 22:16:40 +08:00
  • 3c28283377 CI: fix bug that test result always fail He Yin Ling 2017-01-19 18:59:50 +08:00
  • aea18f6e74 Merge branch 'feature/btdm_raw_adv' into 'master' Jiang Jiang Jian 2017-01-19 18:57:39 +08:00
  • 1916610b83 Merge branch 'bugfix/fix_ap_not_reply_ba_issue' into 'master' Wu Jian Gang 2017-01-19 18:27:48 +08:00
  • 12b1c99962 esp32: update wifi lib to fix ap not respond BA bug Liu Zhi Fu 2017-01-19 17:32:27 +08:00
  • 0073ff3acd component/bt : add api to set raw adv_data/scan_rsp_data Tian Hao 2017-01-19 11:49:59 +08:00
  • 0f711963d7 component/bt: implement non-volatile memory access module for link key storage wangmengyang 2017-01-19 17:11:01 +08:00
  • 2ea4d7fd02 ethernet: limit rx buf num when flow ctrl enable. shangke 2017-01-19 16:45:30 +08:00
  • 36a74daa0a component/bt: clean up AVRCP API and example code wangmengyang 2017-01-19 15:23:46 +08:00
  • 7eb570b039 Merge branch 'bugfix/phy_auto_init' into 'master' Ivan Grokhotkov 2017-01-19 13:27:17 +08:00
  • b1df4c47f9 kconfig: define ESP32_PHY_MAX_TX_POWER if PHY_ENABLED Ivan Grokhotkov 2017-01-19 10:58:09 +08:00
  • 0865819cf9 Merge branch 'feature/category_readme' into 'master' Ivan Grokhotkov 2017-01-19 10:19:06 +08:00
  • 12e3992ae2 Merge branch 'bugfix/console_uart_none' into 'master' Ivan Grokhotkov 2017-01-19 10:18:33 +08:00
  • 1ebf907658 Merge branch 'bugfix/lwip_tcpip_printf' into 'master' Ivan Grokhotkov 2017-01-19 10:18:12 +08:00
  • 9ae3ecc72c Merge branch 'bugfix/dhcp_debug_printf' into 'master' Ivan Grokhotkov 2017-01-19 10:17:53 +08:00
  • a6b163c954 Merge branch 'bugfix/frc1_timer_clear' into 'master' Ivan Grokhotkov 2017-01-19 10:17:36 +08:00
  • 7c155ab647 Merge branch 'bugfix/flash_op_unpinned_task' into 'master' Ivan Grokhotkov 2017-01-19 10:14:34 +08:00
  • 9a8a82e857 phyinit: Use PHY config to enable, don't need phy_get_romfunc_addr to init Angus Gratton 2017-01-19 11:18:44 +11:00
  • 16b23a407c Added links from api category TOC to example category folders krzychb 2017-01-18 21:04:11 +01:00
  • 0b6598c492 Added README.md to example category folders krzychb 2017-01-18 21:03:15 +01:00
  • 90c43ea95e newlib: fix register used for DPORT/RTC bug workaround Ivan Grokhotkov 2017-01-18 22:49:41 +08:00
  • 30c2fca25a Merge branch 'bugfix/docs_cleanup' into 'master' Ivan Grokhotkov 2017-01-19 00:33:31 +08:00
  • efbd2805e2 ethernet: improve kconfig option descriptions Ivan Grokhotkov 2017-01-19 00:32:10 +08:00
  • 97e3c0fec4 kconfig: move PHY-related settings into new menu Tian Hao 2017-01-18 20:05:26 +08:00
  • 31ec0a7c44 freertos: call tick hooks on CPU1 even if CPU0 scheduler is suspended Ivan Grokhotkov 2017-01-18 23:14:29 +08:00
  • d3a2d6aedc Do not printf if debug level is not correct me-no-dev 2017-01-18 16:13:09 +02:00
  • 26015f5d88 Do not printf if debug is not enabled me-no-dev 2017-01-18 16:06:54 +02:00
  • 865b21d5a1 Fix compilation if CONSOLE_UART is set to NONE me-no-dev 2017-01-18 15:36:10 +02:00
  • 3c2d54ead0 Merge branch 'bug/tw7809_sta_no_rewiring_softap' into 'master' Jiang Jiang Jian 2017-01-18 20:45:08 +08:00
  • 0564263e5b tw7809: fix station no rewiring softap probability XiaXiaotian 2017-01-18 20:17:03 +08:00
  • 3128f2b004 Merge branch 'bugfix/partition_write_encrypted' into 'master' Ivan Grokhotkov 2017-01-18 18:32:03 +08:00
  • f7e2e456e4 intr_alloc: mark inline asm operand as earlyclobber Ivan Grokhotkov 2017-01-18 18:31:06 +08:00
  • 680a0d1306 Merge branch 'bugfix/btdm_isr_cache' into 'master' Jiang Jiang Jian 2017-01-18 17:38:55 +08:00
  • 0b3646f26e Merge branch 'feature/parse_unit_test_cases_from_test_files' into 'master' Ivan Grokhotkov 2017-01-18 17:23:04 +08:00
  • 0501507d6b CI: add script for parsing unit test cases for CI from test files antti 2016-12-07 13:58:51 +08:00
  • f8b5c29346 esp32: add [ignore] tag to some unit test cases for CI antti 2016-12-14 16:38:45 +08:00
  • 57f911033d esp32: add unit testing doc antti 2016-12-05 17:29:12 +08:00
  • 2bb67985dc component/bt : move some codes of controller to iram Tian Hao 2017-01-18 16:38:06 +08:00
  • 6e2e456d62 Merge branch 'bugfix/btdm_minor_misc' into 'master' Jiang Jiang Jian 2017-01-18 16:14:50 +08:00
  • 4676d159ad spi_flash: fix race condition when doing operations in unpinned tasks Ivan Grokhotkov 2017-01-18 15:07:27 +08:00
  • 0b2962f41e Merge branch 'feature/update_gitignore' into 'master' Ivan Grokhotkov 2017-01-18 10:32:14 +08:00
  • 557dafda07 Merge branch 'bugfix/high_timer_int' into 'master' Ivan Grokhotkov 2017-01-18 10:31:03 +08:00
  • 0bbc60618b Merge branch 'feature/add_get_idf_version_api' into 'master' Wu Jian Gang 2017-01-18 09:44:53 +08:00
  • e62b255813 Merge branch 'feature/add_some_configurable_lwip_options' into 'master' Wu Jian Gang 2017-01-18 09:44:23 +08:00
  • 8aa5082baa Fixed memory leak in example, ref. https://github.com/espressif/esp-idf/issues/209 krzychb 2017-01-17 21:20:24 +01:00
  • 66647bb5bd Typo corrections krzychb 2017-01-17 21:12:54 +01:00
  • 46d8ece20e Docs folder info, ref. https://github.com/espressif/esp-idf/issues/243; Doc title fix krzychb 2017-01-17 20:37:27 +01:00
  • 03c14809f9 Updated links to point directly to example folder, fixed names krzychb 2017-01-17 20:03:26 +01:00
  • 5ae9647667 Added links to examples in API documentation krzychb 2017-01-17 19:12:48 +01:00
  • fb7b218091 Fixed broken links krzychb 2017-01-17 18:53:29 +01:00
  • 5508826509 component/bt : fix gatts demo mistakes & unpeg notify bug Tian Hao 2017-01-17 20:13:25 +08:00
  • 799be9fa3a component/bt : fix gatt server table bugs Tian Hao 2017-01-17 18:42:11 +08:00
  • 963c3aa16a gitignore: Update gitignore for examples Wu Jian Gang 2017-01-17 17:55:29 +08:00
  • 3c8235d40d lwip: Allow config TCP_MAXRTX & TCP_SYNMAXRTX in menuconfig Wu Jian Gang 2017-01-17 17:44:25 +08:00
  • f4d5d151aa esp32: add get idf version api Wu Jian Gang 2017-01-17 16:52:42 +08:00
  • a14bef8f8a Merge branch 'feature/categorize_examples_doc_new' into 'master' Ivan Grokhotkov 2017-01-17 15:14:00 +08:00
  • 5e6714dd51 Merge branch 'bugfix/docs' into 'master' Ivan Grokhotkov 2017-01-17 15:13:04 +08:00
  • df2dc908f0 Merge branch 'bugfix/btdm_flash_operation' into 'master' Ivan Grokhotkov 2017-01-17 15:12:23 +08:00
  • ce8ec337eb Merge branch 'bugfix/release_build' into 'master' Ivan Grokhotkov 2017-01-17 14:24:14 +08:00
  • 4d8ca3beaa Merge branch 'bugfix/time_syscalls' into 'master' Ivan Grokhotkov 2017-01-17 14:04:11 +08:00
  • f9ac7657e3 component/bt : update bt lib to fix flash operation bug Tian Hao 2017-01-17 13:51:44 +08:00
  • 71ab455c87 Allow writes to encrypted partitions Deomid Ryabkov 2017-01-16 22:03:58 +00:00
  • 7776d3e065 time: only define {get,set}_boot_time if FRC1 or RTC is used as time source Ivan Grokhotkov 2017-01-16 19:53:10 +08:00