Commit Graph

  • 8c25a0fd9d time: workaround for FRC_TIMER_INT_REG write issue Ivan Grokhotkov 2017-01-16 19:52:23 +08:00
  • 49b68c38fa Merge branch 'master' into feature/btdm_avrc wangmengyang 2017-01-17 10:36:26 +08:00
  • 905180667c components/openssl: refactor openssl debugging and assert function Dong Heng 2017-01-10 20:49:24 +08:00
  • ad25997349 Updated links to examples in new folders / categories in api documentation Krzysztof Budzynski 2017-01-16 23:08:36 +01:00
  • 47a0b88f6e Updated relative paths to included documents Krzysztof Budzynski 2017-01-16 23:08:35 +01:00
  • 469d390d46 Moved api documentation to new folders / categories Krzysztof Budzynski 2017-01-16 23:08:35 +01:00
  • f7a9a2f50b Modified buid_examples.sh to handle new locations of examples Krzysztof Budzynski 2017-01-16 23:08:35 +01:00
  • 382999b378 Moved examples to new folders / categories. Removed example numbers from example names Krzysztof Budzynski 2017-01-16 23:08:35 +01:00
  • 1989917f71 docs: fix data RAM size Ivan Grokhotkov 2017-01-17 01:18:23 +08:00
  • 1896381501 readme: fix link formatting Ivan Grokhotkov 2017-01-17 01:17:20 +08:00
  • c47cc63489 newlib: change definition of assert for release builds Ivan Grokhotkov 2017-01-17 00:49:38 +08:00
  • 075446318d spi_flash: define spi_flash_guard_{start,stop} with IRAM_ATTR Ivan Grokhotkov 2017-01-17 00:42:55 +08:00
  • 48ae7ab500 Merge branch 'bugfix/osx_toolchain_detection' into 'master' Ivan Grokhotkov 2017-01-16 23:09:53 +08:00
  • dd8681d8fc Merge branch 'bug/fix_some_wifi_lib_bugs' into 'master' Wu Jian Gang 2017-01-16 18:57:02 +08:00
  • 81777a9ffe Merge branch 'bugfix/event_stack_overflow' into 'master' Wu Jian Gang 2017-01-16 18:56:46 +08:00
  • 3684e6ddfd update wifi lib: fix some wifi lib bugs XiaXiaotian 2017-01-16 17:20:05 +08:00
  • 53b0b03e63 esp_event: event stack overflow shangke 2017-01-16 17:06:12 +08:00
  • cdf8836ceb build: Use greedy match for toolchain version detection (fixes macOS) Angus Gratton 2017-01-16 15:01:25 +11:00
  • 455bb4271e Merge branch 'feature/vfs_uart_read' into 'master' Ivan Grokhotkov 2017-01-16 12:08:22 +08:00
  • 0d00a1ba01 vfs: implement reading from UART Ivan Grokhotkov 2017-01-09 22:50:42 +08:00
  • 7f751fd0fe Merge branch 'bugfix/i2s_bootloader_random_disable' into 'master' Ivan Grokhotkov 2017-01-16 10:40:58 +08:00
  • 6538252552 Merge branch 'bugfix/panic_reset_hangs' into 'master' Ivan Grokhotkov 2017-01-16 10:40:47 +08:00
  • 72da7aa53b Merge branch 'bugfix/fixes_from_github' into 'master' Ivan Grokhotkov 2017-01-16 10:26:58 +08:00
  • ea19838d3a Build: Handle WiFi & BT enabled/disabled combos gracefully as possible Angus Gratton 2017-01-16 11:52:15 +11:00
  • 27711b7c22 Merge branch 'bugfix/compact_panic' into 'master' Ivan Grokhotkov 2017-01-16 09:28:40 +08:00
  • ed20560cc4 Merge branch 'bugfix/toolchain_detection_windows' into 'master' Angus Gratton 2017-01-16 07:45:47 +08:00
  • f20135af54 esp32: compile PHY-related code only when WiFi is enabled Ivan Grokhotkov 2017-01-16 02:33:16 +08:00
  • 786573fb2d docs: fix macOS setup instructions Ivan Grokhotkov 2017-01-16 02:18:42 +08:00
  • 4c0f90bfae docs: fix some of the Sphinx warnings Ivan Grokhotkov 2017-01-16 02:07:46 +08:00
  • 4b71d9cb35 docs: update index, improve structure of the readme Ivan Grokhotkov 2017-01-16 01:48:47 +08:00
  • 3efbbab2cf wifi: fix typos, rename ESP_ERR_WIFI_NOT_START to ESP_ERR_WIFI_NOT_STARTED Neil Kolban 2017-01-01 23:51:48 -06:00
  • a2ace698ed sdmmc: fix explanation of flash voltage regulator configuration efuses Ivan Grokhotkov 2017-01-16 01:19:14 +08:00
  • e5feeb195f sdmmc: change idx num of example rudi ;-) 2017-01-11 21:47:38 +01:00
  • d8fb30c930 i2c: fix i2c_get_period name devsaurus 2017-01-07 13:14:40 +01:00
  • a8b75ed974 log: fix esp_log_level_set function name in docs Lourens Naudé 2016-12-31 17:54:40 +00:00
  • 5bd7e655b9 Merge branch 'feature/new-mdns' into 'master' Ivan Grokhotkov 2017-01-16 00:15:59 +08:00
  • 08f11e4c53 Fix panic register dump format Jeroen Domburg 2017-01-15 16:49:18 +08:00
  • 3168ad10e7 Core timer 2 is unusable for FreeRTOS ticks because it triggers a high-level interrupt. This commit deletes the option to select it. Jeroen Domburg 2017-01-15 11:11:58 +08:00
  • dd3f18d2d8 Initial mDNS component and example me-no-dev 2017-01-04 18:54:07 +02:00
  • ca9f62ad77 Merge branch 'feature/esp32_core_dump' into 'master' Ivan Grokhotkov 2017-01-13 11:51:40 +08:00
  • e53d307814 Panic handler: Use same reset path as esp_restart(), disabling hardware Angus Gratton 2017-01-13 14:30:00 +11:00
  • 5c9c08eabb Toolchain detection: Fix issue when run in a clean project Angus Gratton 2017-01-13 14:09:01 +11:00
  • 233fde166b Toolchain detection: Allow for Windows executable name and not-yet-configured toolchain path Angus Gratton 2017-01-13 13:48:33 +11:00
  • 7d40f17d1d bootloader_random: Restore all SARADC/I2S registers to reset values Angus Gratton 2017-01-13 10:26:58 +11:00
  • ad66fbe5ad esp32: Fixes issues discussed during code review of MR!341 Alexey Gerenkov 2017-01-10 14:48:47 +03:00
  • ee9fb10e29 Merge branch 'bug/ets_timer_crash' into 'master' Jiang Jiang Jian 2017-01-12 21:33:28 +08:00
  • 6eedbfa9be tw9503: fix ets timer crash bug XiaXiaotian 2017-01-12 20:39:36 +08:00
  • 9052c6e9ee Merge branch 'bugfix/btdm_adv_stop' into 'master' Wu Jian Gang 2017-01-12 17:32:09 +08:00
  • ad1790fe3e Merge branch 'feature/btdm_attr_table' into 'master' Wu Jian Gang 2017-01-12 17:31:39 +08:00
  • 1895460406 component/bt : fix adv stop bug Tian Hao 2017-01-12 16:29:07 +08:00
  • fec2f534d5 component/bt : gatt server table fix uuid discovery bug Tian Hao 2017-01-12 16:25:09 +08:00
  • b018a3ce8e Merge branch 'bugfix/deep_sleep' into 'master' Ivan Grokhotkov 2017-01-12 15:53:09 +08:00
  • 142756615b component/bt : mv demo name Tian Hao 2017-01-12 14:44:26 +08:00
  • b24ac487cb newlib: use RTC_STORE registers to keep boot time instead of RTC_SLOW_MEM Ivan Grokhotkov 2017-01-11 17:28:09 +08:00
  • 9aa0e29079 deep sleep: keep RTC_SLOW_MEM powered on if data is placed into RTC slow memory Ivan Grokhotkov 2017-01-11 17:23:23 +08:00
  • e4811216ff deep sleep: fix regression due to moving ets_update_cpu_frequency into IRAM Ivan Grokhotkov 2017-01-11 17:17:13 +08:00
  • d3a0580bef Merge branch 'bugfix/btdm_dualcore_tmp_solution' into 'master' Jiang Jiang Jian 2017-01-12 11:50:18 +08:00
  • 2126f6c8b7 Merge branch 'feature/wpa2_example' into 'master' Jiang Jiang Jian 2017-01-12 11:49:52 +08:00
  • 9f151d745e component/bt : Optimize Gatt attr table and fix some bugs Island 2017-01-12 00:48:48 +08:00
  • aece3d6fc6 Merge branch 'bugfix/mbedtls_tests' into 'master' Ivan Grokhotkov 2017-01-12 09:47:15 +08:00
  • 50b3ce616f esp32: Adds documentation and comments to core dump feature files Alexey Gerenkov 2017-01-06 13:06:43 +03:00
  • 39ddc7b836 esp32: Fixes several issues in core dump feature Alexey Gerenkov 2017-01-03 22:01:40 +03:00
  • 23f836659d esp32: Add core dump printing to UART feature Alexey Gerenkov 2017-01-03 14:16:41 +03:00
  • 4a3e160888 esp32: Add core dump saving to flash feature Alexey Gerenkov 2016-12-22 02:56:23 +03:00
  • dd73a40556 build system: fix IDF_VER for projects outside of ESP-IDF tree Ivan Grokhotkov 2017-01-11 22:47:44 +08:00
  • ff4a5a1406 wpa2 enterprise: add example for wpa2 enterprise XiaXiaotian 2017-01-11 18:20:01 +08:00
  • d6842e537c mbedtls: give SHA test slightly more time to run Ivan Grokhotkov 2017-01-11 21:30:23 +08:00
  • 5fbea86a9e Merge branch 'feature/config_wifi_bt' into 'master' Ivan Grokhotkov 2017-01-11 18:38:30 +08:00
  • 8eb9f947e8 Merge branch 'feature/toolchain_update' into 'master' Ivan Grokhotkov 2017-01-11 18:37:45 +08:00
  • 61da8595ca Merge branch 'bugfix/fix_remove_wifi_auto_reconnect' into 'master' Wu Jian Gang 2017-01-11 18:10:44 +08:00
  • 2d8a8bc141 esp32: fixs about auto-reconnect and ap ssid configuration XiaXiaotian 2017-01-11 17:21:10 +08:00
  • 1eed54c7cd component/bt : modify bluedroid task to core0 Tian Hao 2017-01-11 17:19:25 +08:00
  • 8a2ff5a16d Merge branch 'bugfix/spi_inconsistencies' into 'master' Jeroen Domburg 2017-01-11 17:11:45 +08:00
  • d512d6100c component bt:Added the create attribute table method to the new API Yulong 2016-12-23 11:28:47 -05:00
  • 356e01545c Add test for spi clock, fix corner cases) Jeroen Domburg 2017-01-11 16:13:33 +08:00
  • 0c01ef68f1 Merge branch 'bugfix/id9562_unregistered_callback' into 'master' Jiang Jiang Jian 2017-01-11 15:57:03 +08:00
  • 478591b842 Merge branch 'feature/add_wpa2_set_id_api' into 'master' Jiang Jiang Jian 2017-01-11 15:13:47 +08:00
  • 8d2199e36c docs: update toolchain version Ivan Grokhotkov 2016-12-03 23:02:02 -08:00
  • f04e62e6cc cxx: add iostreams test Ivan Grokhotkov 2017-01-10 23:45:44 +08:00
  • 23448e7121 newlib: build with wcsftime function Ivan Grokhotkov 2017-01-10 23:43:18 +08:00
  • 63091a2358 Merge branch 'feature/ethernet_support_flow_control' into 'master' Jiang Jiang Jian 2017-01-11 14:51:43 +08:00
  • ae48cbd8c4 Merge branch 'bugfix/id9561_bt_status_check' into 'master' Jiang Jiang Jian 2017-01-11 14:38:43 +08:00
  • daa2b7cbc9 n, h and l actually are 6-bit; they go from 1 to 64. Jeroen Domburg 2017-01-11 14:13:37 +08:00
  • babeed4170 component/bt: change MACRO to inline function when invoking callbacks wangmengyang 2017-01-11 14:08:16 +08:00
  • c592714679 component/bt: fix typos in "if" condition espressions wangmengyang 2017-01-11 13:36:48 +08:00
  • a98d07d650 Fix clock divider calculation Jeroen Domburg 2017-01-11 13:01:48 +08:00
  • b455b0246c add wpa2 set id api and modify null data tx description XiaXiaotian 2017-01-10 17:50:32 +08:00
  • 919bb747f8 Merge branch 'bugfix/crosscore_int_iram' into 'master' Ivan Grokhotkov 2017-01-11 12:07:43 +08:00
  • 69a7cfa976 Also update documentation to new conventions Jeroen Domburg 2017-01-11 11:55:23 +08:00
  • a2e0c2432e esp32: sanity check ISR handler address passed into esp_intr_alloc Ivan Grokhotkov 2017-01-11 01:14:18 +08:00
  • 8c26dd8d38 Merge branch 'feature/idf_version' into 'master' Ivan Grokhotkov 2017-01-11 11:34:28 +08:00
  • 0c31bdf643 component/bt: check for registration status of callback function before using it wangmengyang 2017-01-11 11:31:35 +08:00
  • ee59fa75f4 Rename SPI Master IO pins to more common terminology, add better explanation to queue_length initialization value Jeroen Domburg 2017-01-11 11:25:56 +08:00
  • 758281dfed Merge branch 'feature/ping_function' into 'master' Wu Jian Gang 2017-01-11 11:25:32 +08:00
  • 59540eeae1 component/bt: bug fix of lack of checking bluetooth stack status inside API functions wangmengyang 2017-01-11 11:04:41 +08:00
  • 6c86586e97 components/lwip: Set the ping target info Liu Han 2016-12-07 17:34:26 +08:00
  • 833102cbf3 esp32: place cross-core interrupt handler into IRAM Ivan Grokhotkov 2017-01-11 00:52:45 +08:00
  • 89e0ecc272 build system: add IDF_VER environment variable and preprocessor define Ivan Grokhotkov 2017-01-11 00:24:50 +08:00
  • 2e06c6ba38 dhcp: fix dhcp err when wifi and ethernet coexist shangke 2017-01-10 21:54:53 +08:00
  • 0e701e1cac ethernet: support flow control shangke 2017-01-06 13:49:42 +08:00