This website requires JavaScript.
7a186ba1b0
Merge branch 'feature/freertos_kconfig' into 'master'
Ivan Grokhotkov
2017-03-03 11:29:05 +08:00
8911e666a0
Merge branch 'feature/docs_partition_ota_flash' into 'master'
Ivan Grokhotkov
2017-03-03 11:27:01 +08:00
848494b20f
Merge branch 'feature/enable_qio_directly' into 'master'
Ivan Grokhotkov
2017-03-03 11:25:52 +08:00
c62ae777c2
Merge branch 'feature/tw10306_menuconfig_adds_some_wifi_options' into 'master'
Jiang Jiang Jian
2017-03-02 19:46:29 +08:00
65b7b22c09
esp32: update io_mux_reg.h to latest version
Ivan Grokhotkov
2017-03-02 19:35:28 +08:00
abdd8feebb
esp32: menuconfig adds some WiFi options
Liu Zhi Fu
2017-02-21 14:52:25 +08:00
3b8c9a407f
Merge branch 'feature/add_user_set_mac' into 'master'
Jiang Jiang Jian
2017-03-02 17:34:14 +08:00
6451c57e52
Merge branch 'bugfix/tw10169_dhcp_release_cause_tcp_abort' into 'master'
Jiang Jiang Jian
2017-03-02 17:28:11 +08:00
432b25f755
Merge branch 'feature/in_isr_context' into 'master'
Jeroen Domburg
2017-03-02 17:17:23 +08:00
6739d5b99f
Add xPortInIsrContext function + unit test. This function returns true when the current CPU runs in an interrupt handler context.
Jeroen Domburg
2017-02-27 16:34:19 +08:00
b0e99a56cb
component/bt: modify headers btif_av_api.h, btif_av_co.h
wangmengyang
2017-03-02 16:08:24 +08:00
d3eede2110
mac address: add the number of MAC address generated from efuse for user to choose
XiaXiaotian
2017-03-02 14:57:45 +08:00
8c84bcba72
component/bt: transport btif_media_task, btif_avrc
wangmengyang
2017-03-02 11:47:59 +08:00
ecbe5a66f2
Merge branch 'bugfix/rng_disabled_wifi_stop_2' into 'master'
Ivan Grokhotkov
2017-03-02 10:51:30 +08:00
4e5e154603
Merge branch 'bugfix/fix_some_default_lwip_bool_options' into 'master'
Jiang Jiang Jian
2017-03-01 22:03:57 +08:00
6d061ec903
component/bt: modify the bluetooth read_efuse_mac interface
wangmengyang
2017-03-01 21:04:12 +08:00
fabe0493c2
mac address: add user set mac address
XiaXiaotian
2017-03-01 20:42:46 +08:00
66199b1efe
Check DHCP rebind timer before checking dhcp release timer in cause they have the same value.
Liu Zhi Fu
2017-03-01 14:48:27 +08:00
23f933a78d
mac address: add user set mac address
XiaXiaotian
2017-03-01 20:42:46 +08:00
e8464e0f61
component/bt: transport btif_sm module
wangmengyang
2017-03-01 17:37:39 +08:00
79ed36495b
component/bt: transplant btif_rc module and program works.
wangmengyang
2017-03-01 16:18:08 +08:00
b74eb56710
component/bt: transport btif_avk module
wangmengyang
2017-03-01 13:49:26 +08:00
3b3c3210a6
lwip: fix bool options default value wrong issue
Liu Zhi Fu
2017-03-01 13:37:36 +08:00
ae09a46cb8
Merge branch 'master' of ssh://gitlab.espressif.cn:27227/idf/esp-idf
Liu Zhi Fu
2017-03-01 13:32:04 +08:00
bf7f0bf52c
make: look for TEST_COMPONENTS in all component directories
Ivan Grokhotkov
2017-03-01 11:12:10 +08:00
4d67a2ba8b
esp32 phy_init: Move DPORT Wifi clock masks to macro values
Angus Gratton
2017-03-01 12:02:04 +11:00
98f8594151
esp32 dport_reg.h: Fix typo in register bit names
Angus Gratton
2017-03-01 12:01:07 +11:00
c025dfbfa7
Merge branch 'bugfix/mmap_instr' into 'master'
Ivan Grokhotkov
2017-02-28 17:14:38 +08:00
a25cb988bb
component/bt: transport btif_profile_queue.c/h to btc_profile_queue.c/h
wangmengyang
2017-02-28 17:06:11 +08:00
acab9e7ae4
fix btc_dm.c/h and replace the functions which are originally in btif_core.c and btif_dm.c
wangmengyang
2017-02-28 15:43:02 +08:00
f3687f7177
spi_flash: fix memory leak when spi_flash_mmap arguments are invalid
Ivan Grokhotkov
2017-02-28 15:11:54 +08:00
8f43567a68
Merge branch 'bugfix/esp_get_random_return_zero' into 'master'
Wu Jian Gang
2017-02-28 14:35:22 +08:00
2230b2c8bc
freertos tests: Enable test_freertos_task_delete
Angus Gratton
2017-02-28 15:31:40 +11:00
8de26e434c
freertos: Schedule tasks immediately when they are created on opposite core
Angus Gratton
2017-02-28 15:13:30 +11:00
8f65322a84
component/bt: modify the enable/disable function
wangmengyang
2017-02-28 11:47:04 +08:00
20212ee823
freertos: Fix cross-core usage of event groups
Angus Gratton
2017-02-28 12:06:36 +11:00
d0f8fb9b93
freertos Kconfig: Thread local storage pointer feature required for WiFi or Ethernet
Angus Gratton
2017-02-28 10:59:23 +11:00
f36c909528
update phy and rtc lib
XiaXiaotian
2017-02-27 19:54:22 +08:00
cd83bfb31c
Merge branch 'master' of ssh://gitlab.espressif.cn:27227/idf/esp-idf
Liu Zhi Fu
2017-02-27 17:22:47 +08:00
c6420792f2
1. Do not disable clock for generating random number.
XiaXiaotian
2017-02-27 16:48:04 +08:00
03ea45046d
lwip: Change max number of open sockets
Liu Han
2017-02-27 14:47:48 +08:00
290c40a4ab
Merge branch 'bugfix/sdmmc_fail_no_card' into 'master'
Ivan Grokhotkov
2017-02-27 10:00:55 +08:00
47a5851d45
freertos: Move the "set debug watchpoint as stack overflow check" out of debugging internals
Angus Gratton
2017-02-27 11:49:46 +11:00
3050f06a8d
FreeRTOS: Support setting task name max length
Angus Gratton
2017-02-27 11:46:16 +11:00
13dfb5568d
Merge branch 'bugfix/set_channel_fail_before_enable_sniffer' into 'master'
Jiang Jiang Jian
2017-02-24 22:23:06 +08:00
d9c649d26e
wifi: fix issue in setting channel API
qiyueixa
2017-02-24 22:08:54 +08:00
75115e1d83
spi_flash: fix mmap not working for SPI_FLASH_MMAP_INST
Ivan Grokhotkov
2017-02-24 21:50:05 +08:00
c17e05040a
vfs_fat_sdmmc: if card init fails, fail cleanly
Ivan Grokhotkov
2017-02-24 21:04:22 +08:00
667ac172df
component/bt: modify the init/deinit function
wangmengyang
2017-02-24 20:39:41 +08:00
c7dac035ae
component/bt: add module btc_gap_bt and port function esp_bt_gap_set_scan_mode
wangmengyang
2017-02-24 17:28:33 +08:00
63e0140ae6
Merge branch 'bugfix/btdm_adv_scan_enable_report' into 'master'
Jiang Jiang Jian
2017-02-24 16:24:22 +08:00
1671879b7a
Merge branch 'bugfix/set_channel_fail_before_enable_sniffer' into 'master'
Ivan Grokhotkov
2017-02-24 16:15:39 +08:00
ff81e17504
wifi: fix issue in setting channel before sniffer is enabled
qiyueixa
2017-02-24 15:19:31 +08:00
708539c559
Merge branch 'bugfix/btdm_gatts_write_desc_error' into 'master'
Ivan Grokhotkov
2017-02-24 15:11:18 +08:00
fd0edae75a
ethernet example: Disable WiFi, enable Ethernet in default config
Angus Gratton
2017-02-24 14:56:29 +11:00
d9252b3645
wifi event_default_handlers/tcpip_adapter: Support disabling WiFi, keeping Ethernet
Angus Gratton
2017-02-24 14:46:23 +11:00
eb1fbaabce
lwip: Refactor support for L2 pbuf free notification into each driver
Angus Gratton
2017-02-24 14:45:17 +11:00
36b3963efb
Merge branch 'feature/btdm_ram_config' into 'master'
Ivan Grokhotkov
2017-02-23 18:21:16 +08:00
b582697889
component/bt : add adv/scan start complete event
Tian Hao
2017-02-23 17:32:46 +08:00
41070f6768
Merge branch 'master' into feature/btdm_avrc
wangmengyang
2017-02-23 15:10:25 +08:00
118131109e
component/bt: modification to a2dp API to support reconnection
wangmengyang
2017-02-23 14:30:08 +08:00
80cdfc9e0a
componentbt: work around the crashing issue after a2dp is connected to Android Phone but before audio stream starts to play
wangmengyang
2017-02-23 11:59:47 +08:00
1d98c9849e
component/bt: remove the A2DP decoding timer and instead trigger decoding directly upon data arrival
wangmengyang
2017-02-23 11:56:38 +08:00
7dfb1c2e97
Merge branch 'bugfix/app_tasks_start_on_wrong_cpu' into 'master'
Jeroen Domburg
2017-02-23 11:19:37 +08:00
4af5f572f4
add deep sleep wake up example
Ivan Grokhotkov
2017-01-28 00:00:31 +08:00
c057f067c7
Merge branch 'bugfix/spi_master_length' into 'master'
Jeroen Domburg
2017-02-22 17:11:00 +08:00
e96d653c9e
ulp: make sure I_WAKE instruction works with ULP timer disabled
Ivan Grokhotkov
2017-02-22 17:04:11 +08:00
ce7d0a7015
Fixed a small bug where a task could initially be scheduled on a wrong CPU, and a much bigger bug where a yield was performed with a held mux.
Jeroen Domburg
2017-02-22 17:04:51 +08:00
5cab04075e
ulp: rename I_SLEEP, redefine I_WAKE, add I_ADC, add tests
Ivan Grokhotkov
2017-02-22 14:59:15 +08:00
0465528431
ulp: don’t override SENS_SLEEP_CYCLES_S0
Ivan Grokhotkov
2017-02-21 12:11:51 +08:00
0fcc8918dd
ulp: add I_WR_REG_BIT convenience macro
Ivan Grokhotkov
2017-02-20 15:40:21 +08:00
cdf122baa0
ulp: add I_WR_REG instruction test
Ivan Grokhotkov
2017-02-20 15:37:39 +08:00
7df75c00c7
ulp: fix a bug that ULP may not be restarted correctly
Ivan Grokhotkov
2017-02-20 15:25:16 +08:00
d0d2c4cb49
esp32,ulp: add tests for TSENS
Ivan Grokhotkov
2017-02-20 15:44:49 +08:00
dbf60eb922
rtc: fix typo in RTC_CNTL_SLOWCLK_FREQ macro name
Ivan Grokhotkov
2017-01-27 23:48:50 +08:00
a64181f14f
deep sleep: add functions to check wakeup cause
Ivan Grokhotkov
2017-01-27 23:48:00 +08:00
07ff47f103
deep sleep: clarify compatibility issues between wakeup sources
Ivan Grokhotkov
2017-01-27 23:36:52 +08:00
611e510c49
ulp: add I_SLEEP instruction and improve comments
Ivan Grokhotkov
2017-02-20 15:44:29 +08:00
0483548a39
ulp: fix I_{RD,WR}_REG definitions
Ivan Grokhotkov
2017-01-26 11:50:04 +08:00
fb261c0bd5
1. deal with conflicting wakeup triggers 2. modify deep_sleep.rst, add description of touch wakeup.
Wangjialin
2017-01-24 15:53:59 +08:00
cc13b0ea05
deep sleep: allow wakeup from touch sensor interrupt
Wangjialin
2017-01-24 12:32:30 +08:00
d772e1489b
Merge branch 'bugfix/bootloader_disable_sar_test_mux' into 'master'
Ivan Grokhotkov
2017-02-22 14:32:32 +08:00
dca0377e19
Merge branch 'bugfix/flash_write_single_core' into 'master'
Ivan Grokhotkov
2017-02-22 14:17:40 +08:00
cbb71baca9
spi_flash: protect spi_flash_unlock
Ivan Grokhotkov
2017-02-22 12:51:16 +08:00
045307ea0f
Merge branch 'bugfix/make_config_problems' into 'master'
Angus Gratton
2017-02-22 10:10:34 +08:00
f29768c404
Build system: Add new BATCH_BUILD flag to disable interactive parts of the build
Angus Gratton
2017-02-10 17:38:24 +11:00
c0f155f6ff
kconfig: Ignore Windows host-compiled executables
Angus Gratton
2017-02-07 14:28:23 +11:00
8dede8f8a4
Eclipse: Process Windows paths correctly using cygpath
Angus Gratton
2017-02-07 14:21:58 +11:00
d28ee9a25e
build system: Account for Windows behaviour of make wildcard for some dirs
Angus Gratton
2017-01-04 12:36:59 +11:00
c3544dc090
Build system: Fix error if librtc submodule not available to bootloader
Angus Gratton
2017-02-06 17:12:16 +11:00
3c90032369
build system: Fix parallel & double menuconfig issues when sdkconfig missing
Angus Gratton
2017-02-06 17:02:07 +11:00
e91d436e45
build system: Probable fix for errors due to bad config bypassing components
Angus Gratton
2017-02-03 16:02:22 +11:00
c3d5f8e766
app_update: fix logic error when update ota info
Tian Zhong Xing
2017-02-20 18:09:32 +08:00
080350a745
ota ops: Rewrite esp_ota_get_next_update_partition() to be more predictable, add unit tests
Angus Gratton
2017-02-21 14:08:09 +11:00
f687725e97
unit tests: Use a unit test app partition table, configure spi_flash to use data partition
Angus Gratton
2017-02-21 13:40:42 +11:00
4170b8c32e
partition iterator: Free iterator when reaching end of linked list
Angus Gratton
2017-02-20 16:02:45 +11:00
902382f622
ota ops: Verify partition argument passed to esp_ota_begin()
Angus Gratton
2017-02-20 16:02:29 +11:00
25f739c183
ota ops: Add new functions esp_ota_get_next_update_partition / esp_ota_get_running_partition
Angus Gratton
2017-02-20 14:02:39 +11:00
6a2d152086
spi_flash tests: Refactor mmap tests to be run in any order
Angus Gratton
2017-02-20 14:24:08 +11:00
093dd98101
spi_flash: Add new phys2cache & cache2phys functions to query flash cache mappings
Angus Gratton
2017-02-17 18:26:43 +11:00