Commit Graph

  • 8bd6feedd4 Merge branch 'bugfix/docs_updates' into 'master' Angus Gratton 2017-08-30 09:43:00 +08:00
  • b4eda4c4f7 Merge branch 'feature/disable_rom_console' into 'master' Angus Gratton 2017-08-30 07:56:00 +08:00
  • 8c3169b6be Removed redundant 'Logging to Host' and docs cleaning krzychb 2017-08-25 22:35:33 +02:00
  • 9fa2a9a270 CI: remove build at from CI: He Yin Ling 2017-08-29 23:09:02 +08:00
  • 2b0893d8a8 component/bt: add example for ble spp client xiewenxiang 2017-08-29 21:19:12 +08:00
  • 88b05f9391 esp_adc_cal: Added ADC calibration component Darian Leung 2017-08-07 21:33:01 +08:00
  • 9ec3757349 fix(i2s_dac): fix the disable function which only disables DAC_CHANNEL_1. michael 2017-08-29 15:31:39 +08:00
  • e6f0ff7209 component/bt: add example for ble spp server xiewenxiang 2017-08-28 13:43:48 +08:00
  • 84dec4459b Merge branch 'bugfix/unity_error_codes_as_hex' into 'master' Ivan Grokhotkov 2017-08-29 13:32:48 +08:00
  • 9a764f3108 Merge branch 'bugfix/freertos_xportgetcoreid_iram' into 'master' Ivan Grokhotkov 2017-08-29 13:32:37 +08:00
  • 71fa25c560 Merge branch 'bugfix/vfs_uart_read_write_lock' into 'master' Ivan Grokhotkov 2017-08-29 13:32:24 +08:00
  • 7a18575af8 flash encryption: Also always disable ROM BASIC console when enabling flash encryption Angus Gratton 2017-08-22 15:40:53 +10:00
  • 1e22bcdfde esp32: Add KConfig option to disable ROM Console fallback on first boot Angus Gratton 2017-08-22 14:55:23 +10:00
  • 881aa43b69 Merge branch 'bugfix/struct_h_extern_c' into 'master' Jeroen Domburg 2017-08-29 11:24:34 +08:00
  • edbeee8326 Merge branch 'bugfix/spi_def_typo_lsbfirst' into 'master' Jeroen Domburg 2017-08-29 11:24:31 +08:00
  • 4776f73ca4 Disable some peripheral clocks when cpu starts XiaXiaotian 2017-08-08 16:58:58 +08:00
  • 4da7ee1295 Merge branch 'bugfix/ringbuf_fix_assert_0byte_payload' into 'master' Jeroen Domburg 2017-08-29 11:15:34 +08:00
  • 99a4b6b2db freertos: introduce CONFIG_FREERTOS_INTERRUPT_BACKTRACE Ivan Grokhotkov 2017-08-21 22:32:08 +08:00
  • 3c992f872f Merge branch 'bugfix/secure_boot_enable' into 'master' Angus Gratton 2017-08-29 08:44:13 +08:00
  • 80486240c6 unity: log error codes as hex Ivan Grokhotkov 2017-08-21 22:31:28 +08:00
  • eb1b4f971b freertos: make sure xPortGetCoreID is placed into IRAM Ivan Grokhotkov 2017-08-29 08:25:41 +08:00
  • 13ef3938a6 vfs_uart: fix write operation blocked by a read Ivan Grokhotkov 2017-08-29 08:23:40 +08:00
  • d0bf9e61da Fix an assert that erroneously triggered when popping a zero-byte payload from the end of the ringbuffer Jeroen Domburg 2017-08-28 19:31:26 +08:00
  • c7173e0d08 fix(struct_h): add extern "C" protection to *_struct.h header files. michael 2017-08-28 18:10:46 +08:00
  • 3161854efb Merge branch 'bugfix/spi_hd_rx' into 'master' Ivan Grokhotkov 2017-08-28 17:36:58 +08:00
  • 82763a02af Merge branch 'feature/ets_timer' into 'master' Ivan Grokhotkov 2017-08-28 16:38:11 +08:00
  • cfd95b62cb feat(log): add tags only when no one exist, otherwise refresh linked list and cache. michael 2017-08-25 11:46:55 +08:00
  • 940f5fcb89 refactor(log): replace the tag uncached list with standard SLIST. michael 2017-08-24 20:09:51 +08:00
  • 28c4ba1288 doc(log): document the log macros. michael 2017-08-24 16:53:16 +08:00
  • a589411a3c Place uart_tx_wait_idle in IRAM Jeroen Domburg 2017-08-25 17:46:28 +08:00
  • d8b66e5088 soc: release interrupts which are not reserved by timers any more Ivan Grokhotkov 2017-08-21 22:29:50 +08:00
  • 42e9d49bb1 newlib: implement gettimeofday using of esp_timer Ivan Grokhotkov 2017-08-07 23:28:36 +08:00
  • 857a29872d esp_timer: add high resolution software timer API Ivan Grokhotkov 2017-08-08 04:21:19 +08:00
  • a4fe12cb6d Merge branch 'bugfix/sdmmc_test' into 'master' Ivan Grokhotkov 2017-08-28 11:32:20 +08:00
  • ce03879300 Merge branch 'bugfix/uart_wait_idle_iram' into 'master' Jeroen Domburg 2017-08-28 10:55:58 +08:00
  • b636f81619 Merge branch 'bugfix/spi_command' into 'master' Ivan Grokhotkov 2017-08-28 10:29:56 +08:00
  • 2554f61f05 doc(spi master): documents updated for several limitations. michael 2017-08-21 15:30:24 +08:00
  • 0cb14f1648 fix(spi_dma_rx): add check to avoid using SPI half-duplex mode DMA with both MOSI and MISO phases. michael 2017-08-15 11:00:33 +08:00
  • dd1e6ea296 typo(spi_master): fix the definition of `SPI_DEVICE_BIT_LSBFIRST`. michael 2017-08-25 15:45:04 +08:00
  • 3e4627479b Place uart_tx_wait_idle in IRAM Jeroen Domburg 2017-08-25 17:46:28 +08:00
  • cf185846f5 fix set locked channel typo of smartconfig XiaXiaotian 2017-08-25 16:25:03 +08:00
  • 4654278b1b Merge branch 'bugfix/btdm_controller_hci_fc' into 'master' Jiang Jiang Jian 2017-08-25 16:16:47 +08:00
  • e14509b1ed Component/bt: optimize gatt security server demo - optimize gatt security server demo - change the adv public address to a private address zhiweijian 2017-07-24 15:21:56 +08:00
  • 631f552489 sdmmc: don't use high speed mode with SD over SPI Ivan Grokhotkov 2017-08-24 16:28:37 +08:00
  • 703d143619 hwcrypto: Fix bug with concurrent SHA access Angus Gratton 2017-08-17 15:48:43 +10:00
  • 0ea4cd67dd mbedtls: Remove "unsafe" warning, enable AES by default & make SHA/MPI optional Angus Gratton 2017-08-17 14:19:03 +10:00
  • afb6119504 dport access: Fix WDT bug (permanent locking) in non-pinned tasks Angus Gratton 2017-08-16 16:02:46 +10:00
  • 50e0a54630 esp32 hwcrypto: Use spinlock instead of lock to protect AES Angus Gratton 2017-08-16 09:06:52 +10:00
  • 2624e10055 esp32 hwcrypto: Use AES registers directly Angus Gratton 2017-08-16 08:58:33 +10:00
  • e256fb6d96 hwcrypto: Use DPORT-safe accesses with AES Angus Gratton 2017-08-15 16:45:55 +10:00
  • 99c663a6e9 mbedtls tests: utility tests for APB corruption Angus Gratton 2017-08-15 16:45:40 +10:00
  • d0c300c52d hwcrypto: SHA acceleration using safe DPORT reads Angus Gratton 2017-08-16 12:15:37 +10:00
  • 7be002ec0f hwcrypto bignum/MPI: Batch safe DPORT reads to improve performance Angus Gratton 2017-08-16 12:09:40 +10:00
  • cb31222e8b dport access: Add _DPORT_REG_SET_BIT & _DPORT_REG_CLR_BIT Angus Gratton 2017-08-17 14:16:21 +10:00
  • dc8c33892e dport access: Fix nested calls to DPORT_STALL_OTHER_CPU_START() Angus Gratton 2017-08-15 11:23:35 +10:00
  • 08287852ab esp32: add protection for DPORT registers of RSA Ivan Grokhotkov 2017-06-27 20:28:32 +08:00
  • b3fa390681 component/bt: add example for ble spp client xiewenxiang 2017-08-23 17:40:54 +08:00
  • d532f33bdb component/bt: bugfix for hci acl flow control wangmengyang 2017-08-24 20:59:32 +08:00
  • 791daea835 Merge branch 'bugfix/xtal_freq_40' into 'master' Wu Jian Gang 2017-08-24 20:40:22 +08:00
  • 7138fb0290 Merge branch 'bugfix/xtal_freq_40_2.1' into 'release/v2.1' Wu Jian Gang 2017-08-24 20:40:11 +08:00
  • a66df0826e soc: fix/update definitions related to FRC timers Ivan Grokhotkov 2017-08-08 04:27:10 +08:00
  • bef9896305 Merge branch 'bugfix/xtal_freq_40_2.0' into 'release/v2.0' release/v2.0 Ivan Grokhotkov 2017-08-24 15:48:06 +08:00
  • 0420c4ec82 Merge branch 'feature/multipart_nvs_support' into 'master' Ivan Grokhotkov 2017-08-24 14:42:14 +08:00
  • b9cdbfea87 Merge branch 'test/UT_SDMMC' into 'master' Ivan Grokhotkov 2017-08-24 14:41:39 +08:00
  • 922c584de6 Merge branch 'feature/libsodium_use_mbedtls' into 'master' Ivan Grokhotkov 2017-08-24 14:40:52 +08:00
  • 87a0ec77b5 Merge branch 'bugfix/mbedtls_config_mismatch' into 'master' Ivan Grokhotkov 2017-08-24 14:40:39 +08:00
  • d02e850785 Merge branch 'bugfix/nghttp2_v124' into 'master' Ivan Grokhotkov 2017-08-24 14:40:24 +08:00
  • e0e1c07bd1 Merge branch 'bugfix/console_cmd_register' into 'master' Ivan Grokhotkov 2017-08-24 14:35:29 +08:00
  • 0ead095512 Merge branch 'bugfix/dport_stall_in_esp32_component' into 'master' Ivan Grokhotkov 2017-08-24 14:35:16 +08:00
  • 327f0b6225 Merge branch 'bugfix/menuconfig_phy' into 'master' Ivan Grokhotkov 2017-08-24 14:34:56 +08:00
  • 1862736c3a Merge branch 'bugfix/the_esp-wrover-kit_identity' into 'master' Jeroen Domburg 2017-08-24 14:33:34 +08:00
  • e1846df542 Merge branch 'feature/app_trace_to_host_example' into 'master' Ivan Grokhotkov 2017-08-24 14:30:28 +08:00
  • cc96234bb8 Merge branch 'feature/docs_esp32-wrover_info' into 'master' Ivan Grokhotkov 2017-08-24 14:30:06 +08:00
  • 18dbdd46f4 CI: checkout relative branch of test_script He Yin Ling 2017-08-24 11:38:52 +08:00
  • 72a6b26244 Merge branch 'bugfix/tw14823_lwip_assert_err' into 'master' Jiang Jiang Jian 2017-08-24 11:29:32 +08:00
  • d42208ffe8 Merge branch 'bugfix/ampdu_default_wifi_settings' into 'master' Jiang Jiang Jian 2017-08-24 11:02:54 +08:00
  • 258480822b Merge branch 'bugfix/btdm_config_local_privacy_func' into 'master' Jiang Jiang Jian 2017-08-24 10:48:57 +08:00
  • 8b4229fcd6 Merge branch 'bugfix/btdm_fix_set_rand_addr_func' into 'master' Jiang Jiang Jian 2017-08-24 10:48:20 +08:00
  • f1ecffb46c Merge branch 'bugfix/touch_pad_driver' into 'master' Wang Jia Lin 2017-08-23 19:12:39 +08:00
  • de10032717 Merge branch 'feature/btdm_remove_gki' into 'master' Ivan Grokhotkov 2017-08-23 18:01:54 +08:00
  • 08221589fc component/esp32 : move Phy outof Wifi section Tian Hao 2017-08-23 17:51:31 +08:00
  • 19bf8cef1f Component/bt: bugifx config local privacy zhiweijian 2017-08-22 20:26:21 +08:00
  • 123966deea Also do dport stalling in esp32 component Jeroen Domburg 2017-08-23 16:43:57 +08:00
  • 4184968469 esp32: by default, set 40MHz crystal frequency Ivan Grokhotkov 2017-08-23 16:41:51 +08:00
  • b7f7a92c5d esp32: by default, set 40MHz crystal frequency Ivan Grokhotkov 2017-08-23 16:33:26 +08:00
  • 9a8c0392f5 esp32: by default, set 40MHz crystal frequency Ivan Grokhotkov 2017-08-23 16:33:26 +08:00
  • e4f63819a1 component/bt : remove all GKI reference Tian Hao 2017-08-17 21:13:45 +08:00
  • 7755015f4f secure boot: Fix enabling secure boot on first bootloader boot Angus Gratton 2017-08-18 12:09:41 +10:00
  • 43e231c916 bootloader: Don't unnecessarily test OTA app slots more than once per boot Angus Gratton 2017-08-18 12:08:38 +10:00
  • 83a3241341 wifi: Fix compilation error in WIFI_INIT_CONFIG_DEFAULT() if AMPDU disabled Angus Gratton 2017-08-21 14:41:31 +10:00
  • 173cce2850 docs: Included information about ESP32-WROVER module krzychb 2017-08-11 22:59:34 +02:00
  • 0ed64da963 console: initialize buf_size before calling open_memstream Ivan Grokhotkov 2017-08-23 01:07:03 +08:00
  • 2861f3e88e Merge branch 'bugfix/spi_dma_align' into 'master' Ivan Grokhotkov 2017-08-22 23:39:53 +08:00
  • 842caaab21 driver(touch): fix bug and add more features Wangjialin 2017-07-18 19:57:28 +08:00
  • cf64c7e9a6 unit test: add sd env and spi env for sdmmc houchenyao 2017-08-11 15:25:55 +08:00
  • 61f64e38d9 assert when close a connecting socket zhangyanjiao 2017-08-21 16:32:50 +08:00
  • 6f52cf0f9d Merge branch 'bugfix/ci_fix_getting_sources' into 'master' Ivan Grokhotkov 2017-08-22 20:03:12 +08:00
  • 4f4808445f Merge branch 'feature/sdmmc_highspeed_mode' into 'master' Ivan Grokhotkov 2017-08-22 19:31:10 +08:00
  • 0532d37373 Merge branch 'feature/esptool-v2.1' into 'master' Ivan Grokhotkov 2017-08-22 19:30:48 +08:00
  • 4781f806f4 Merge branch 'feature/kconfig_options_doc' into 'master' Ivan Grokhotkov 2017-08-22 19:30:31 +08:00