This website requires JavaScript.
22a12e3768
Merge branch 'feature/doc_get-started' into 'master'
Angus Gratton
2017-04-28 07:14:12 +08:00
1a19747678
Getting started guides
krzychb
2017-03-27 00:01:52 +02:00
6f0a9f76cd
Merge branch 'feature/ci_minor_fixes' into 'master'
Ivan Grokhotkov
2017-04-28 00:25:13 +08:00
b8c1720736
Merge branch 'bugfix/spi_master_ci_test_fix' into 'master'
Ivan Grokhotkov
2017-04-28 00:24:28 +08:00
5728c8bd2a
Merge branch 'bugfix/freertos_suspend_resume' into 'master'
Jiang Jiang Jian
2017-04-27 21:16:15 +08:00
0759897bfb
Merge branch 'bugfix/btdm_gattc_adv_bug' into 'master'
Jiang Jiang Jian
2017-04-27 21:13:16 +08:00
a21d524ca0
Merge branch 'feature/btdm_ble_bt_separa' into 'master'
Jiang Jiang Jian
2017-04-27 21:12:44 +08:00
899a5d223f
Merge branch 'feature/opt_scan_before_connect' into 'master'
Jiang Jiang Jian
2017-04-27 21:11:13 +08:00
aeecbcc7ee
fix(lwip): fix tcp connect fail when enable LOOPIF
Liu Han
2017-04-27 18:59:47 +08:00
9134c13c73
Fix SPI master CI test
Jeroen Domburg
2017-04-27 14:50:02 +08:00
100d2dd938
optimize scan before station connecting to AP
XiaXiaotian
2017-04-26 11:45:30 +08:00
1c3b40adeb
esp32: select 8M clock as RTC_FAST_CLK on startup
Ivan Grokhotkov
2017-04-27 12:42:56 +08:00
46fa2cfb46
Merge branch 'feature/spi_slave' into 'master'
Jeroen Domburg
2017-04-27 12:28:42 +08:00
04b901e629
SPI: More MR issues fixed, style fixup
Jeroen Domburg
2017-04-27 11:24:44 +08:00
bf0c32364a
SPI: Also check SPI_TRANS_USE_[T|R]XDATA when decifding to turn on MOSI/MISO. Fixes https://github.com/espressif/esp-idf/issues/488
Jeroen Domburg
2017-04-24 16:14:09 +08:00
881a90b8ab
SPI: SPI master clock calculation: n has a minimum of 2 to allow for both a low and a high cycle. Fixes https://github.com/espressif/esp-idf/issues/491
Jeroen Domburg
2017-04-24 16:13:22 +08:00
cecb846450
SPI: Fix comment for 3wire, make GPIO pins GPIO_MODE_INPUT_OUTOUT. Fixes https://github.com/espressif/esp-idf/issues/533
Jeroen Domburg
2017-04-24 16:10:37 +08:00
4c06dca15c
SPI: Small fixes according to MR comments
Jeroen Domburg
2017-04-13 11:14:35 +08:00
e9c372bc2d
SPI: Split common SPI stuff out of master driver; add slave driver; add workaround for DMA issue.
Jeroen Domburg
2017-03-31 15:05:25 +08:00
69bf14360d
ci: Fix the incorrect path
Anton Maklakov
2017-04-25 15:10:32 +08:00
a2332bc18f
ci: A config generator doesn't using anymore
Anton Maklakov
2017-04-26 18:32:30 +08:00
3531af91a1
ci: Delete the unused variable
Anton Maklakov
2017-04-26 18:30:32 +08:00
2ad9cd36e2
ci: Reorder the clauses for more convenience
Anton Maklakov
2017-04-26 18:09:14 +08:00
04bd221867
Merge branch 'bugfix/i2s_driver' of ssh://gitlab.espressif.cn:27227/idf/esp-idf into bugfix/i2s_driver
Tuan PM
2017-04-27 10:00:42 +07:00
fc1ee2666a
I2S: fixed support for 24 and 32-bits, fixed tx/rx at the same time and others in log:
Tuan PM
2017-02-06 13:11:11 +07:00
14859cb0fe
build: Fix warning if the auto.conf does not exist
Anton Maklakov
2017-04-26 18:26:21 +08:00
079b0128de
build: Fix comments and avoid build warning
Anton Maklakov
2017-04-14 12:00:59 +08:00
1324e565fa
Merge branch 'bugfix/esp32_core_dump_sanity_checks' into 'master'
Ivan Grokhotkov
2017-04-27 10:43:58 +08:00
fe695a9af8
Merge branch 'feature/cpu_restart_sequence' into 'master'
Ivan Grokhotkov
2017-04-27 09:30:42 +08:00
98895af68b
esp32: Core dump sanity checks were added
Alexey Gerenkov
2017-04-20 19:38:38 +03:00
54aaeacb32
component/bt:Change the bt Kconfig BT_ACL_CONNECTIONS type from choice to int(range).
Yulong
2017-04-26 05:27:21 -04:00
c31953a005
component/bt:Fixted the bug of HCI comment timeout error.
Yulong
2017-04-26 04:23:45 -04:00
a3717515a2
component/bt: Fix memory leakage, connection fail bugs
island
2017-04-18 15:23:38 +08:00
baeab37560
Debug info removed.
Dmitry Yakovlev
2017-04-26 10:31:05 +03:00
891257b4dd
component/bt:Change the bt Kconfig BT_ACL_CONNECTIONS from int to choice.
Yulong
2017-04-26 02:28:34 -04:00
0fe765a977
Merge branch 'feature/32k_xtal' into 'master'
Ivan Grokhotkov
2017-04-26 14:01:59 +08:00
00aa73c6cf
Restart sequence requires set up for app cpu.
Dmitry Yakovlev
2017-04-26 07:47:37 +03:00
6353bc40d7
Add support for 32k XTAL as RTC_SLOW_CLK source
Ivan Grokhotkov
2017-04-24 18:36:47 +08:00
d5a63fe042
I2S: fixed support for 24 and 32-bits, fixed tx/rx at the same time and others in log:
Tuan PM
2017-02-06 13:11:11 +07:00
32fc0a62b9
Merge branch 'bugfix/secure_boot_enable_image_verify' into 'master'
Angus Gratton
2017-04-26 10:58:55 +08:00
66726ec166
freertos: Enable vTaskSuspend()/vTaskResume() API
Angus Gratton
2017-04-26 12:45:24 +10:00
572e320795
component/bt:change the kconfig.
Yulong
2017-04-25 22:47:16 -04:00
08cfcbb6ea
bootloader: Add some debug logging around OTA selection
Angus Gratton
2017-04-24 17:13:35 +10:00
e2479b46f7
secure boot: Fix bootloader image verification failure
Angus Gratton
2017-04-24 16:21:27 +10:00
a4d9aadeca
component/bt:Merge the new master to this branch
Yulong
2017-04-25 08:14:54 -04:00
09f69fe9ea
Merge branch 'master' of ssh://gitlab.espressif.cn:27227/idf/esp-idf
Yulong
2017-04-25 07:58:24 -04:00
b540322dc1
Merge branch 'feature/wear_levelling' into 'master'
Ivan Grokhotkov
2017-04-25 19:46:11 +08:00
16cdd86579
Merge branch 'bugfix/lwip_makefile_ppp' into 'master'
Ivan Grokhotkov
2017-04-25 18:30:29 +08:00
aaeb2bd110
Assert when a new task is started on a nonexisting CPU
Jeroen Domburg
2017-04-25 17:47:25 +08:00
8d6a03820a
lwip: fix error when building on OS X, only build ppp if enabled
Ivan Grokhotkov
2017-04-25 17:22:09 +08:00
5544f98add
component/bt:separate the SMP, GATT module set the macro output the function.
Yulong
2017-04-25 04:55:29 -04:00
8131c77860
Merge branch 'feature/xtal_freq_autodetect' into 'master'
Ivan Grokhotkov
2017-04-25 16:30:36 +08:00
fdfa7e6cc2
Merge branch 'bugfix/sdmmc_timeout' into 'master'
Ivan Grokhotkov
2017-04-25 16:27:12 +08:00
3f4e917ad6
Merge branch 'feature/ppp_over_serial' into 'master'
Jiang Jiang Jian
2017-04-25 14:02:55 +08:00
937940c989
Merge branch 'bugfix/fatfs_sdmmc_cleanup' into 'master'
Jiang Jiang Jian
2017-04-25 13:48:34 +08:00
775a1fbc6d
Merge branch 'bugfix/remove_unneeded_header_file_including' into 'master'
Jiang Jiang Jian
2017-04-25 13:23:03 +08:00
45999b69d6
component/bt: Set the style to the same, output the macro in the function.
Yulong
2017-04-24 23:46:37 -04:00
90c8bd93e0
Merge branch 'feature/ethernet_lan8720' into 'master'
Jiang Jiang Jian
2017-04-24 17:03:37 +08:00
0c358c37f5
remove unneeded header file including
XiaXiaotian
2017-04-24 16:11:26 +08:00
6b237de909
Add XTAL frequency selection to Kconfig
Ivan Grokhotkov
2017-04-24 15:30:27 +08:00
3323f31cfb
soc: implement XTAL frequency detection
Ivan Grokhotkov
2017-04-24 15:29:30 +08:00
36ed7f507e
Merge branch 'bugfix/gattc_example_strcmp' into 'master'
Jiang Jiang Jian
2017-04-24 13:11:41 +08:00
99e461c676
Merge branch 'bugfix/tw7105_tcp_stable_test_abort_issue' into 'master'
Jiang Jiang Jian
2017-04-24 13:10:21 +08:00
767e38f462
Merge branch 'example/perf_tcp_udp_revision' into 'master'
Jiang Jiang Jian
2017-04-24 13:07:32 +08:00
733e404fcf
Merge branch 'feature/optimize_text_rodata_in_iram_dram' into 'master'
Jiang Jiang Jian
2017-04-24 13:03:07 +08:00
29002a1c83
Merge branch 'feature/add_limit_for_all_dynamic_ebuf' into 'master'
Jiang Jiang Jian
2017-04-24 11:49:50 +08:00
97142bb8db
Merge branch 'feature/support_read_mac_addr_from_customer_efuse' into 'master'
Jiang Jiang Jian
2017-04-24 11:30:55 +08:00
9d8425bd72
put RODATA of libphy.a into DRAM
XiaXiaotian
2017-04-24 11:22:49 +08:00
af6f3bffab
Merge branch 'feature/esp32_wdt_rst_info' into 'master'
Ivan Grokhotkov
2017-04-24 10:32:16 +08:00
77a92e6dcc
esp32: Added dumping info from traceport upon reset by any WDT
Alexey Gerenkov
2017-04-11 22:55:31 +03:00
2cfde4dfd9
compoent/bt:change the code style
Yulong
2017-04-23 05:52:18 -04:00
1016ab1c2a
component/bt:separate the smp_br_connect_callback from the BLE only mode
Yulong
2017-04-23 00:48:23 -04:00
404e89da4d
Merge branch 'bugfix/rtc_reg_fields' into 'master'
Ivan Grokhotkov
2017-04-21 19:40:45 +08:00
8399ed900a
Merge branch 'bugfix/xtal_freq_after_wdt_reset' into 'master'
Ivan Grokhotkov
2017-04-21 19:38:46 +08:00
b238bc691d
Do not put the whole object files into IRAM. Add attributes to the functions called in ISR instead.
XiaXiaotian
2017-04-12 17:42:45 +08:00
5553fbd537
add base MAC address storage choice.
XiaXiaotian
2017-04-19 21:00:00 +08:00
b5989a6b26
component/bt:Recovery the btm_establish_continue when created the acl connection
Yulong
2017-04-21 02:43:35 -04:00
fa3120cb40
PPPoS example: Move pin configuration to menuconfig, add log statement
Angus Gratton
2017-04-21 14:29:16 +10:00
fd3ef4cdfe
Merge branch 'bugfix/github_fixes' into 'master'
Angus Gratton
2017-04-21 12:27:32 +08:00
94a61389ff
Merge branch 'bugfix/driver_const_params' into 'master'
Angus Gratton
2017-04-21 12:25:15 +08:00
2c17b16328
Merge branch 'bugfix/mbedtls_wrong_errno' into 'master'
Angus Gratton
2017-04-21 12:24:59 +08:00
f3a567b65d
PPPoS: Rearrange config items (move TCP/IP stack size to LWIP), mark as experimental/unsupported
Angus Gratton
2017-04-21 11:08:40 +10:00
47c722d674
Enable lwip PPPoS support
Adrian Muzyka
2017-01-20 12:05:38 +01:00
561a1a64f2
esp32: update wifi lib for limitting dynamic wifi buffer
Liu Zhi Fu
2017-04-20 15:01:59 +08:00
6e9d60ef70
rtc_clk_init: handle case when XTAL frequency has already been set
Ivan Grokhotkov
2017-04-21 10:33:58 +08:00
52c378b447
bluedroid: Fix compilation warnings related to aliasing
Angus Gratton
2017-04-21 11:31:40 +10:00
cdc7396f97
Make sure LD -L option is calculated correctly when the project Makefile has specified SRCDIRS components that are not directly below Makefile folder level.
Eyob
2017-04-08 18:18:16 -04:00
e5012bd07e
OTA example readme: [typo]: Worflow to Workflow
rudi ;-)
2017-04-10 05:07:12 +02:00
eeb0aaa09e
spidriver: Display length errors correctly
Michael Kellner
2017-04-13 11:11:13 -07:00
bf82b441ae
Fixed bug in ledc_set_fade_with_step where returned while holding critical section.
Jonathan Kaufmann
2017-04-12 18:23:32 -05:00
a523aa3ef5
mbedtls port: Fix detection of EWOULDBLOCK/EAGAIN with non-blocking sockets
Michael Kellner
2017-04-11 13:08:35 -07:00
bc807a18d1
component/bt:Finish all the separate code from BT & BLE
Yulong
2017-04-20 07:18:05 -04:00
abe58c867e
Ethernet example: Add README, use menuconfig for all example pin assignments
Angus Gratton
2017-03-03 11:06:32 +11:00
453b5ded1d
ethernet: Add convenience functions esp_eth_smi_wait_value() & esp_eth_smi_wait_set()
Angus Gratton
2017-04-19 13:43:25 +10:00
453722ba54
ethernet: Refactor PHY support to be part of ethernet component
Angus Gratton
2017-04-19 12:02:53 +10:00
5d6e6f79b9
examples/ethernet: Add LAN8720 phy support
Robin Cutshaw
2017-02-26 13:27:11 -05:00
793003d0fa
Merge branch 'bugfix/ci_ssc_build_nonverbose' into 'master'
Ivan Grokhotkov
2017-04-20 15:12:38 +08:00
7b0e6e2fc4
ci: Build with V=0
Angus Gratton
2017-04-20 13:43:20 +10:00
67863ec495
component/bt:Added the GATTS_INCLUDED macro to the bta layer
Yulong
2017-04-19 08:06:38 -04:00
ab37f89f55
lwip: fix tcp stable test abort issue
Liu Zhi Fu
2017-04-19 16:18:07 +08:00