This website requires JavaScript.
b2d41a3506
component/bt : update libbtadm_app.a (easing syncerr to fix RX packet losing bug)
Tian Hao
2017-07-20 11:51:28 +08:00
b88c8d19fd
Merge branch 'bugfix/project_makefile_recompile' into 'master'
Angus Gratton
2017-07-20 10:10:00 +08:00
e468cdee1d
Merge branch 'feature/boot_time_optimisation' into 'master'
Angus Gratton
2017-07-20 10:00:19 +08:00
871ba41a09
bootloader: Remove unnecessary KEEP on data/bss sections, save static RAM
Angus Gratton
2017-07-17 14:37:06 +10:00
d1b66a08c1
bootloader: Add option to build with Link Time Optimisation enabled
Angus Gratton
2017-06-30 17:14:50 +10:00
17adb40ca8
bootloader: Calculate SHA256 hash of image on every boot
Angus Gratton
2017-06-28 16:46:34 +10:00
caaa29c676
esp_image_format: ESP32 additional header does not contain an encrypt flag
Angus Gratton
2017-06-27 17:25:44 +10:00
43b99edf2b
bootloader: Calculate SHA-256 of image while loading/verifying
Angus Gratton
2017-06-27 17:25:30 +10:00
8f6134dd96
bootloader: Obfuscate loaded memory until verification is complete
Angus Gratton
2017-06-21 17:39:15 +10:00
0c8888d68f
bootloader: Combine loading from flash & verifying to save boot time
Angus Gratton
2017-06-16 16:30:21 +10:00
105c4b7386
Merge branch 'feature/esptool_image_padding' into 'master'
Angus Gratton
2017-07-19 15:52:22 +08:00
2d9770fd00
linker script: Add some comments about significance of 0x18 byte offset
Angus Gratton
2017-07-19 17:38:05 +10:00
0feb40833a
heap_caps: Allow for possibility a region is too small to register a heap
Angus Gratton
2017-07-19 17:10:33 +10:00
c230e4280c
linker scripts: Limit DROM/IROM section lengths correctly
Angus Gratton
2017-07-19 16:33:48 +10:00
d92c541b1a
esptool: Optimise generated image size by using RAM-loaded data for padding
Angus Gratton
2017-07-18 09:56:23 +10:00
5d1ec0da02
Fix the bug that scan assert in non sleep mode.
XiaXiaotian
2017-07-19 14:12:14 +08:00
fa7d53e700
Merge branch 'feature/flash_qio_wp_pin' into 'master'
Angus Gratton
2017-07-19 13:55:05 +08:00
ec64fa3416
bootloader flash QIO mode: Restore DIO/DOUT mode if enabling quad fails
Angus Gratton
2017-06-20 10:56:29 +10:00
0715d1f8c1
bootloader: When customising SPI flash pins in efuse, set WP pin in menuconfig
Angus Gratton
2017-06-20 10:47:46 +10:00
d436331faf
Merge branch 'feature/component_include_order' into 'master'
Angus Gratton
2017-07-19 12:58:50 +08:00
c30149e4bd
feature(gpio): add APIs to set and get pad drive capability. RTC pads use RTC registers to contol drive capability.
Wangjialin
2017-07-17 15:38:19 +08:00
d998bfc7d6
Merge branch 'feature/component_discovery' into 'master'
Angus Gratton
2017-07-19 07:28:15 +08:00
8d42fe3953
build system: Don't error out if an already-build project or IDF directory has moved
Angus Gratton
2017-07-14 16:23:56 +08:00
d664e32394
build system: Use component.mk for all components, refactor bootloader build
Angus Gratton
2017-06-23 14:08:01 +10:00
5492ba759a
build system docs: Add some notes about project-level variables
Angus Gratton
2017-06-21 15:13:15 +10:00
2571e66a29
build system: Make component searching more explicit, obsolete SRCDIRS
Angus Gratton
2017-06-21 14:41:04 +10:00
2c1fe6663d
build system: Add list-components target for debugging component discovery
Angus Gratton
2017-06-21 15:09:24 +10:00
c0cd79c9a9
Changed adc GPIO pin 32, that is not broken out on header in ESP-WROVER-KIT, to 34
krzychb
2017-07-18 21:10:06 +02:00
006a90e075
component/bt : add ble tx power && fix controller deinit mem leak
Tian Hao
2017-07-11 21:46:17 +08:00
6a9e9759ea
Merge branch 'bugfix/l2cap_disc_tmo' into 'release/v2.1'
Jiang Jiang Jian
2017-07-18 19:49:05 +08:00
aef5e90cce
Merge branch 'feature/mmap_unordered_flash_pages' into 'master'
Ivan Grokhotkov
2017-07-18 10:49:12 +08:00
0ae916d555
Merge branch 'feature/high_level_interrupts' into 'master'
Ivan Grokhotkov
2017-07-18 10:42:31 +08:00
4029ed1df4
Merge branch 'bugfix/rom_gpio_typo' into 'master'
Angus Gratton
2017-07-18 06:53:30 +08:00
0de622e4f6
component/bt: fix a bug for L2CAP state machine to access lcb after it is released
wangmengyang
2017-07-17 21:30:40 +08:00
979fce0df5
bt: call nvs_flash_init in examples, show error if NVS is not initialized
Ivan Grokhotkov
2017-07-13 23:46:19 +08:00
bff9616e91
Merge branch 'bugfix/rom_doc_toc' into 'master'
Ivan Grokhotkov
2017-07-17 21:19:06 +08:00
fc67a8b1b9
Merge branch 'cherry-pick-5d736f7eca' into 'release/v2.1'
Ivan Grokhotkov
2017-07-17 21:18:32 +08:00
41f43164e2
Merge branch 'cherry-pick-0c28b3bc' into 'release/v2.1'
Jiang Jiang Jian
2017-07-17 21:10:54 +08:00
2236ab7bd4
Merge branch 'cherry-pick-5ac0503c' into 'release/v2.1'
Jiang Jiang Jian
2017-07-17 21:10:30 +08:00
a281359db0
Merge branch 'cherry-pick-4ec2abbf' into 'release/v2.1'
Jiang Jiang Jian
2017-07-17 21:10:04 +08:00
fd2d53fca6
Merge branch 'bugfix/wl_write' into 'master'
Ivan Grokhotkov
2017-07-17 18:31:27 +08:00
b36e580756
wear_levelling: fix write and read length for single access was wrong.
Dmitry Yakovlev
2017-07-13 08:24:15 +03:00
10340d718f
bugfix(typo): fix typo in rom/gpio.h
Wangjialin
2017-07-17 15:41:02 +08:00
c2e6e10dcc
Merge branch 'bugfix/nghttp2_build_submodules' into 'master'
Angus Gratton
2017-07-17 14:14:28 +08:00
e50870c2dc
Merge branch 'bugfix/bootloader_stack_smash' into 'master'
Angus Gratton
2017-07-17 14:11:35 +08:00
f824829a13
Merge branch 'bugfix/dont_link_unused_data_sections' into 'master'
Angus Gratton
2017-07-17 14:10:12 +08:00
d3788b0db1
Add a note what is different about ESP-WROVER-KIT RVB
krzychb
2017-07-17 07:16:31 +02:00
1fb777cc49
Merge branch 'feature/some_refactor_for_tcpip_adapter' into 'master'
Jiang Jiang Jian
2017-07-13 22:16:00 +08:00
4ec2abbf23
Merge branch 'feature/some_refactor_for_tcpip_adapter' into 'master'
Jiang Jiang Jian
2017-07-13 22:16:00 +08:00
92facb6884
Merge branch 'bugfix/btdm_modify_BTA_GATTC_KNOWN_SR_MAX_for_Multi-connection' into 'master'
Jiang Jiang Jian
2017-07-13 21:55:24 +08:00
5ac0503ce7
Merge branch 'bugfix/btdm_modify_BTA_GATTC_KNOWN_SR_MAX_for_Multi-connection' into 'master'
Jiang Jiang Jian
2017-07-13 21:55:24 +08:00
d724cc23d2
tcpip_adapter: not free netif when tcpip adapter is stopped
Liu Zhi Fu
2017-06-30 16:49:42 +08:00
399ec29a68
Merge branch 'feature/silent_assertions' into 'master'
Angus Gratton
2017-07-13 17:21:09 +08:00
ca3bf570cd
Component/bt: modify BTA_GATTC_KNOWN_SR_MAX for Multi-connection bug
zhiweijian
2017-07-13 11:19:54 +08:00
eb38883217
Merge branch 'bugfix/btdm_update_connect_params_for_gattc' into 'master'
Ivan Grokhotkov
2017-07-13 14:32:20 +08:00
5d736f7eca
mbedtls: Fix memory leak in initial ECDH exchange if OOM/failure occurs
Angus Gratton
2017-07-12 16:34:26 +08:00
1ed4eadfab
Merge branch 'bugfix/mbedtls_ecp_failure_memory_leak' into 'master'
Angus Gratton
2017-07-13 15:39:40 +08:00
b71f47670f
doc: Move romconsole doc sub-headings to sub-headings
Angus Gratton
2017-07-13 14:33:29 +08:00
0c28b3bc4c
Merge branch 'bugfix/btdm_update_connect_params_for_gattc' into 'master'
Ivan Grokhotkov
2017-07-13 14:32:20 +08:00
fc4d3df890
Merge branch 'bugfix/tw13744_make_low_rate_work' into 'master'
Jiang Jiang Jian
2017-07-13 14:26:02 +08:00
7fc25f18d2
Merge branch 'feature/enable_brownout_detector' into 'master'
Ivan Grokhotkov
2017-07-13 11:40:37 +08:00
b7fc16a408
build system: Updating project Makefile should trigger a full rebuild
Angus Gratton
2017-07-13 10:51:24 +08:00
bdc499aea7
Merge branch 'cherry-pick-94877972' into 'release/v2.1'
Ivan Grokhotkov
2017-07-12 22:39:12 +08:00
c46e2edcae
Merge branch 'bugfix/make_size_windows' into 'master'
Angus Gratton
2017-07-12 17:31:49 +08:00
8cd03c84d0
Merge branch 'feature/ip_route_base_on_source_ip' into 'master'
Angus Gratton
2017-07-12 17:31:24 +08:00
7b565e4b25
assertions: Add "silent" option
Angus Gratton
2017-07-12 12:57:44 +08:00
d8d2933bde
Merge branch 'bugfix/gdbstub_handler_noreturn' into 'master'
Angus Gratton
2017-07-12 17:23:59 +08:00
ffefeef5ea
mbedtls: Fix memory leak in initial ECDH exchange if OOM/failure occurs
Angus Gratton
2017-07-12 16:34:26 +08:00
cfbb1a652b
Merge branch 'doc/esp_random' into 'master'
Angus Gratton
2017-07-12 16:18:43 +08:00
2243bb00f6
Merge branch 'bugfix/freertos_malloc_regression' into 'master'
Angus Gratton
2017-07-12 16:18:12 +08:00
99fe61716c
startup: Add assertion checks around various initialisation sequences
Angus Gratton
2017-07-12 11:33:51 +08:00
2b0f623259
bootloader/early boot: Error out if >192KB of static DRAM is allocated (temporary fix)
Angus Gratton
2017-07-12 10:25:13 +08:00
187b5fb888
ld: Remove unused .data sections at link time
Angus Gratton
2017-07-12 13:04:07 +08:00
083f7d667b
nghttp2: Add submodule to COMPONENT_SUBMODULES, update to release v1.24
Angus Gratton
2017-07-11 11:49:55 +08:00
d601bedb85
pvPortMalloc: Fix regression when changing to new heap implementation
Angus Gratton
2017-07-12 11:10:11 +08:00
7ae93f271c
Merge branch 'feature/multi_heap' into 'master'
Angus Gratton
2017-07-12 10:53:37 +08:00
99dbfb3539
Merge branch 'bugfix/minimal_stack_size' into 'master'
Angus Gratton
2017-07-11 21:08:52 +08:00
9487797273
Merge branch 'bugfix/minimal_stack_size' into 'master'
Angus Gratton
2017-07-11 21:08:52 +08:00
3ad163e644
freertos: Bump idle stack size to 1KB, min stack to 768 bytes, make configurable
Angus Gratton
2017-07-11 12:02:09 +08:00
3bb90bab97
esp_random: Add some documentation about using before RF subsystem is on
Angus Gratton
2017-07-11 11:23:33 +08:00
8460f1a972
Component/bt: bugfix update connect params for gattc
zhiweijian
2017-07-11 11:27:36 +08:00
c049cd55a6
gdbstub: Mark the panic handler entry as noreturn
Angus Gratton
2017-07-11 10:18:08 +08:00
ad60c30de0
heap: Rename memory "tags" to "types" to avoid confusion w/ old tag allocator API
Angus Gratton
2017-07-04 12:46:39 +08:00
ee28fafcdf
gitignore: Add gcov files
Angus Gratton
2017-05-04 13:31:28 +10:00
8d7074ed5c
soc: Move esp_ptr_dma_capable() function to soc_memory_layout.h
Angus Gratton
2017-05-05 14:16:02 +10:00
71c70cb15c
heap: Refactor heap regions/capabilities out of FreeRTOS
Angus Gratton
2017-05-03 18:03:28 +10:00
5ee49fd311
heap: Add new multi_heap heap implementation to replace FreeRTOS-based tagged heaps
Angus Gratton
2017-04-28 14:08:58 +10:00
01b185977c
brownout detector: enable by default
Ivan Grokhotkov
2017-06-02 17:50:19 +08:00
780569c04a
esp32: fix RTC watchdog configuration in esp_restart
Ivan Grokhotkov
2017-07-10 16:36:56 +08:00
cbe23147bf
driver/rtc: add support for attaching handlers to RTC_CNTL interrupts
Ivan Grokhotkov
2017-06-02 17:47:23 +08:00
f01c6eb96c
component/bt : comment out set_key_dec for res cfb128(software crypt)
Tian Hao
2017-07-08 21:47:01 +08:00
8d3e1a2a79
Merge branch 'bugfix/btdm_blufi_aes_cfb128_for_v2.1' into 'release/v2.1'
Jiang Jiang Jian
2017-07-09 11:52:23 +08:00
f33b0fd4c9
Merge branch 'bugfix/btdm_update_lib_for_v2.1' into 'release/v2.1'
Jiang Jiang Jian
2017-07-08 23:29:37 +08:00
b99551b48f
component/bt : update lib for fix register reg(follow V2.1 RC)
Tian Hao
2017-07-08 21:38:56 +08:00
6c04e3ee6a
component/bt : comment out set_key_dec for res cfb128(software crypt)
Tian Hao
2017-07-08 21:47:01 +08:00
6878c4e329
Merge branch 'cherry-pick-7a79d31d' into 'release/v2.1'
Jiang Jiang Jian
2017-07-08 15:46:58 +08:00
9b30f66fac
Merge branch 'bugfix/reg_op' into 'master'
Jiang Jiang Jian
2017-07-08 12:59:12 +08:00
f54a656932
Merge branch 'bugfix/make_low_rate_work' into 'release/v2.1'
Jiang Jiang Jian
2017-07-08 01:11:26 +08:00
305564cd59
esp32: udpate wifi lib to make low rate work
Liu Zhi Fu
2017-07-07 22:47:39 +08:00
6bceb41bf7
fix reg operation missing
Tian Hao
2017-07-07 19:10:02 +08:00