Commit Graph

  • 50637f638f freertos/ringbuf: Add an API xRingbufferGetCurFreeSize() to fetch current free size available Piyush Shah 2017-11-20 19:23:25 +05:30
  • c4b861ad65 log: Remove non-static TAG variables Angus Gratton 2017-12-15 10:39:07 +11:00
  • 492b926d50 i2c: rx <-> tx typo's, NULLing free'd variable, consistent CRITICAL sects Chuck Todd 2017-10-27 16:59:10 -06:00
  • b5f8cf0f03 driver(i2c): corrected timeout range for i2c_set_timeout. Fabiano Kovalski 2017-12-06 00:54:59 -05:00
  • c4bb528c61 bugfix(i2c): use queue instead of event group for internal commands Wangjialin 2017-11-28 15:05:36 +08:00
  • a0bdee0c9c feat(monitor): add pause feature. michael 2017-11-30 12:46:08 +08:00
  • c015dd6c41 feat(monitor): add new feature allowing disabling log display. michael 2017-11-16 14:39:57 +08:00
  • 5afafb0050 fix typo for heap cap free size Kewal 2017-12-13 22:52:48 +08:00
  • ff008d2be3 Linked ESP32 datasheet and regulatory certificates krzychb 2017-12-12 08:42:22 +01:00
  • 84bfc96f08 Fixed issues identified during review krzychb 2017-12-11 08:01:37 +01:00
  • 0448ee9685 The WROOM and WROVER family of modules is now extended with ESP-WROOM-32D and ESP32-WROOM-32U krzychb 2017-12-08 20:46:44 +01:00
  • 42e411dafc bootloader: don't log anything before uart_console_configure is called Ivan Grokhotkov 2017-12-08 13:15:40 +08:00
  • fbff8eb95b esp32: fix incorrect clock enable bit name for UART0 Ivan Grokhotkov 2017-12-08 13:14:36 +08:00
  • c778951547 fatfs: fix double free in bailout path of esp_vfs_fat_sdmmc_mount Ivan Grokhotkov 2017-12-11 11:06:29 +08:00
  • a0776b2f21 sdspi: use response timeout passed from upper layer Ivan Grokhotkov 2017-12-08 12:23:54 +08:00
  • ae30d1bc7b fatfs: fix deinit not called for SDSPI host Ivan Grokhotkov 2017-12-08 12:17:58 +08:00
  • 28e4162dd2 Resolves: Warning '-s option given but default rule can be matched'. Closes https://github.com/espressif/esp-idf/issues/1338 krzychb 2017-12-11 22:53:39 +01:00
  • 242f8ea743 docs: add information about execution time of ULP instructions Ivan Grokhotkov 2017-12-11 12:11:24 +08:00
  • 5c1506f796 ulp: document the need to wait for RTC to be ready for wakeup Ivan Grokhotkov 2017-12-07 17:11:24 +08:00
  • 103559153f ulp: mention that instructions array must be declared in local scope Ivan Grokhotkov 2017-12-07 14:41:17 +08:00
  • d340088993 docs: add description of ULP I2C instructions Ivan Grokhotkov 2017-12-07 11:50:39 +08:00
  • e8fbd6e288 time: rename time source option from FRC to "high-resolution timer" Ivan Grokhotkov 2017-12-08 16:14:20 +08:00
  • 50b710d267 newlib/time: fix compilation error when only RTC is used as clock source Ivan Grokhotkov 2017-12-08 16:06:11 +08:00
  • f4554c81fc vfs/fatfs: use structures with bit fields for FAT date/time Ivan Grokhotkov 2017-12-08 20:03:24 +08:00
  • 96be8f2efa vfs/fatfs: fix stat call failing when called for mount point Ivan Grokhotkov 2017-12-08 19:58:39 +08:00
  • 033124be14 spiffs: make OBJ_META_LEN configurable, make mtime support optional Ivan Grokhotkov 2017-11-22 00:17:11 +08:00
  • b4c1bdb11b Unify the time file creation for SPIFFS and SD luc lebosse 2017-10-14 14:52:40 +02:00
  • acc9b871d1 1. Following https://esp32.com/viewtopic.php?f=14&t=3834 and https://github.com/espressif/esp-idf/issues/1351 updated information regarding selection of the main XTAL frequency. 2. Removed obsolete note about ': not a valid identifier...', as it does not show up anymore with the latests MSYS2 installation. krzychb 2017-12-07 22:45:39 +01:00
  • cb9be8c0c4 bugfix: io setting useless when io_num > 32 panfeng 2017-12-01 18:48:12 +08:00
  • 8388e1be54 Add #include guards and __cplusplus guards to esp_debug.h Paul Reimer 2017-12-06 09:09:40 -08:00
  • 5960e7419d build system: Add *.cc files to list of file extensions compiled by default Paul Reimer 2017-11-25 16:28:34 -08:00
  • 21912b95f4 Bugfix I_DELAY macro robotrovsky 2017-11-23 20:51:17 +01:00
  • 3085eb7ec6 openssl: add feature check for MBEDTLS_SSL_ALPN Ivan Grokhotkov 2017-12-08 13:00:11 +08:00
  • 8ed44ace4b heap_trace: fix bug in realloc for copying trace record Mahavir Jain 2017-12-07 18:19:40 +05:30
  • 58accf05cf docs: fix i2s code snippet for interrupt flags setting Mahavir Jain 2017-12-06 12:05:11 +05:30
  • 6f90393f22 docs: link to FreeRTOS APIs from SMP changes documentation Ivan Grokhotkov 2017-12-04 20:09:12 +08:00
  • 66fe94f816 docs: add FreeRTOS API docs Ivan Grokhotkov 2017-12-01 12:50:45 +08:00
  • df6adbd5bf freertos/fix SMP bug with Idle task clean up Darian Leung 2017-11-23 22:35:54 +08:00
  • ce3ccc18fa Update cJSON to 1.6.0 Roman Valls Guimera 2017-11-19 02:13:52 +11:00
  • 36d6e4e2c7 Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain Roman Valls Guimera 2017-10-25 23:23:42 +02:00
  • a4d45a0a4d spi_flash: Add option to log warnings if (spuriously) writing zero bits to ones Angus Gratton 2017-11-29 14:26:57 +11:00
  • 38170d465c spi_flash: Add option to verify all writes by reading back data Angus Gratton 2017-10-06 15:38:01 +11:00
  • ccea4a0f8f windows: Allow "make menuconfig" to work if ming32 gcc is also installed Angus Gratton 2017-11-23 14:18:06 +11:00
  • cbfd162ea8 Merge branch 'bugfix/idle_task_deletes_currently_running_task' into 'master' Ivan Grokhotkov 2017-12-27 16:44:06 +08:00
  • 954c0981d8 Merge branch 'refactor/btdm_spp_client_demo' into 'release/v3.0' Jiang Jiang Jian 2017-12-27 11:46:15 +08:00
  • 8051ac469a Merge branch 'cherry-pick-4837f939-2' into 'master' Jiang Jiang Jian 2017-12-27 11:43:52 +08:00
  • 15deab4e46 Merge branch 'refactor/btdm_spp_client_demo' into 'master' Jiang Jiang Jian 2017-12-27 11:43:35 +08:00
  • d31b654f3f Merge branch 'bugfix/btdm_fix_memory_leak_for_SMP' into 'master' Jiang Jiang Jian 2017-12-27 11:43:18 +08:00
  • ec7cac5fe8 Merge branch 'feature/docs_update_rmt_api' into 'master' Angus Gratton 2017-12-27 09:23:47 +08:00
  • 258d0329c1 Merge branch 'bugfix/blockdiag_windows_installation' into 'master' Angus Gratton 2017-12-27 09:05:12 +08:00
  • 13a087a390 Merge branch 'bugfix/iperf_example_bugfix' into 'master' Angus Gratton 2017-12-27 09:01:21 +08:00
  • f8580ea98f esp32: Change 192KB runtime static limit workaround to a 176KB link time workaround Angus Gratton 2017-12-22 18:36:12 +11:00
  • eb0f2f2f04 Merge branch 'bugfix/add_iic_NACK' into 'master' Angus Gratton 2017-12-27 08:49:57 +08:00
  • d78be97154 add NACK for the last byte to read kooho 2017-11-21 21:10:17 +08:00
  • 59b0c50d77 docs: Add build support for python3 Anuj Deshpande 2017-12-26 16:01:18 +05:30
  • c41c02872f freertos: prvCheckTasksWaitingTermination bugfix Darian Leung 2017-12-18 21:58:15 +08:00
  • 1de63e9d90 component/bt: Fix bug of disconnected fail during pairing baohongde 2017-12-14 20:19:55 +08:00
  • f5f8dda8a2 component/bt: Fix bug of adding device to white list has no callback when while list is full baohongde 2017-12-19 16:41:07 +08:00
  • de79de1c26 Merge branch 'bugfix/btdm_modify_code_format_and_comments_v3.0' into 'release/v3.0' Ivan Grokhotkov 2017-12-25 14:30:50 +08:00
  • 5401a75bad Merge branch 'bugfix/modify_bt_h' into 'master' Ivan Grokhotkov 2017-12-25 14:27:35 +08:00
  • 194e1835c2 Component/bt: modify code format and comments zhiweijian 2017-12-04 14:51:42 +08:00
  • 6220723e7b component/bt : change header file name bt.h to esp_bt.h in new bluetooth example Tian Hao 2017-12-22 15:13:45 +08:00
  • 17ac80867b Merge branch 'bugfix/btdm_fix_memory_leak_for_SMP_V3.0' into 'release/v3.0' Ivan Grokhotkov 2017-12-22 14:34:44 +08:00
  • c488235e9c Merge branch 'feature/components_can_add_to_component_make_rules' into 'master' Ivan Grokhotkov 2017-12-22 11:40:54 +08:00
  • 5e77b98369 Merge branch 'feature/editorconfig' into 'master' Angus Gratton 2017-12-22 07:37:46 +08:00
  • 6c2562ceb4 Merge branch 'bugfix/spiram_fails_after_esp_restart' into 'master' Ivan Grokhotkov 2017-12-21 13:40:10 +08:00
  • e8d1072467 component/bt: refactor spp client demo xiewenxiang 2017-11-06 15:35:11 +08:00
  • 05605920ae Merge branch 'bugfix/esp_timer_overflow_bugs' into 'release/v3.0' Jiang Jiang Jian 2017-12-20 13:31:41 +08:00
  • 121e5a7847 Merge branch 'feature/eth_set_mac_addr_for_3.0' into 'release/v3.0' Jiang Jiang Jian 2017-12-20 13:31:22 +08:00
  • a567de1576 Merge branch 'feature/btdm_classic_discovery' into 'master' Jiang Jiang Jian 2017-12-20 13:30:31 +08:00
  • 1be1e747c4 Add support for Makefile.componentbuild files Jeroen Domburg 2017-12-13 15:48:49 +08:00
  • 763406b4cc Component/bt: fix memory leak in SMP zhiweijian 2017-12-19 15:00:01 +08:00
  • 031ab556a9 component/bt: fix memory leak in SMP - fix memory leak in smp - fix log error in config_parse zhiweijian 2017-12-19 17:41:23 +08:00
  • 5cbe950d08 Merge branch 'bugfix/btdm_modify_code_format_and_comments' into 'master' Jiang Jiang Jian 2017-12-19 20:19:00 +08:00
  • 04e1195f41 Merge branch 'bugfix/btdm_send_data_length_req_after_read_feature_complete' into 'master' Jiang Jiang Jian 2017-12-19 20:18:50 +08:00
  • 4837f93968 esp_timer:fix three bugs about timer get and timer alarm where overflow is not correct Jack 2017-11-27 22:10:15 +08:00
  • 0a1f81dc01 esp_timer:fix three bugs about timer get and timer alarm where overflow is not correct Jack 2017-11-27 22:10:15 +08:00
  • 569bfad2e3 Fix the clock subsystem so it doesn't undo the weird condition spiram_psram.c jams the enable/reset bits of SPI3 in when 80MHz mode is selected anymore Jeroen Domburg 2017-12-19 19:12:58 +08:00
  • 5adef5865d example: some modification about iperf example Liu Zhi Fu 2017-11-27 14:34:41 +08:00
  • 717b1697df Merge branch 'bugfix/fix_some_wifi_bugs_v3.0' into 'release/v3.0' Jiang Jiang Jian 2017-12-19 17:42:19 +08:00
  • 709d19f99e Merge branch 'feature/eth_set_mac_addr' into 'master' Jiang Jiang Jian 2017-12-19 17:40:36 +08:00
  • b5942dc400 Merge branch 'bugfix/btdm_send_data_length_req_after_read_feature_complete_for_V3.0' into 'release/v3.0' Jiang Jiang Jian 2017-12-19 17:38:45 +08:00
  • 9c2db2ea7a Merge branch 'bugfix/btdm_optimiz_adv_cb_func' into 'master' Jiang Jiang Jian 2017-12-19 17:35:00 +08:00
  • 956133387d Merge branch 'bugfix/fix_some_wifi_bug' into 'master' Jiang Jiang Jian 2017-12-19 17:31:44 +08:00
  • 9c5435c14a Merge branch 'bugfix/btdm_mem_release' into 'master' Jiang Jiang Jian 2017-12-19 17:31:09 +08:00
  • 72d4de442a Merge branch 'bugfix/btdm_mem_release_for_v3_0' into 'release/v3.0' Jiang Jiang Jian 2017-12-19 17:24:47 +08:00
  • 485e254719 Merge branch 'bugfix/btdm_optimiz_adv_cb_func_for_3_0' into 'release/v3.0' Jiang Jiang Jian 2017-12-19 17:24:09 +08:00
  • 32c0d74cc5 Close socket request will abort tcp write/connect XiaXiaotian 2017-12-19 15:20:50 +08:00
  • f8bda324ec Merge branch 'bugfix/bootloader_v10_backwards_compat' into 'master' Ivan Grokhotkov 2017-12-18 17:20:08 +08:00
  • 361bdcf78c Merge branch 'feature/ringbuf_improvement' into 'master' Jeroen Domburg 2017-12-18 16:52:40 +08:00
  • 5615b9ca2b Add .editorconfig file Tuan PM 2017-12-15 23:37:10 +07:00
  • d2da250353 A workaround for MSYS2 / Windows system to be able to install 'blockdiag' krzychb 2017-12-18 05:31:39 +01:00
  • c69af42b96 esp32: Fix backwards compatibility for pre-v2.1 bootloaders Angus Gratton 2017-12-15 10:32:53 +11:00
  • 496f6d2744 Merge branch 'bugfix/log_tag_variables_static' into 'master' Angus Gratton 2017-12-18 07:06:36 +08:00
  • 661d584ae7 Merge branch 'bugfix/i2c_fixes_pr1180' into 'master' Angus Gratton 2017-12-18 06:44:33 +08:00
  • 0ebae99ab0 Merge branch 'bugfix/windows_10_idf_monitor_redux_v30' into 'release/v3.0' Angus Gratton 2017-12-18 06:43:17 +08:00
  • 25892f2cb7 Merge branch 'bugfix/windows_10_idf_monitor_redux' into 'master' Angus Gratton 2017-12-18 06:42:11 +08:00
  • 1e1db75aaa Fix some wifi bugs XiaXiaotian 2017-12-15 18:17:17 +08:00
  • 7e488b0c6b component/bt: Optimized broadcast callback function, send the callback function to the application after the controller confirms receipt of the broadcast start. Yulong 2017-11-29 01:23:21 -05:00
  • 967ff895e7 component/bt: Optimized broadcast callback function, send the callback function to the application after the controller confirms receipt of the broadcast start. Yulong 2017-11-29 01:23:21 -05:00