suda-morris
|
61ce868396
|
make bootloader_support support esp32s2beta
|
2019-06-11 13:07:02 +08:00 |
|
suda-morris
|
b146104885
|
add esp32s2beta component
|
2019-06-11 13:06:32 +08:00 |
|
suda-morris
|
91508ca27f
|
add esp32s2beta in soc component
|
2019-06-11 13:06:32 +08:00 |
|
suda-morris
|
cc98b9ef60
|
add rom for esp32s2beta
|
2019-06-11 13:06:32 +08:00 |
|
suda-morris
|
f14a6cf51b
|
Ethernet peripheral will depend on IDF_TARGET
esp32 has EMAC controller, but esp32s2 doesn't
|
2019-06-11 13:06:32 +08:00 |
|
suda-morris
|
12f00d9a5e
|
make bootloader support esp32s2beta
|
2019-06-11 13:06:32 +08:00 |
|
suda-morris
|
2f4c5c51f4
|
update esp32 component
|
2019-06-11 13:06:32 +08:00 |
|
suda-morris
|
b82e0d49a8
|
make app_trace support esp32c
|
2019-06-11 13:06:32 +08:00 |
|
Angus Gratton
|
02f1e9fc20
|
Merge branch 'feature/prov_mgr' into 'master'
Wi-Fi Provisioning Manager
See merge request idf/esp-idf!4805
|
2019-06-11 09:46:50 +08:00 |
|
Angus Gratton
|
2331597ed2
|
Merge branch 'bugfix/ticks_to_wait_for_uart_and_i2c' into 'master'
driver: Fix ticks_to_wait for uart and i2c
Closes IDFGH-964
See merge request idf/esp-idf!5021
|
2019-06-11 08:41:44 +08:00 |
|
Angus Gratton
|
406979e74f
|
Merge branch 'feature/console_nvs_iterators' into 'master'
Feature/nvs iterators
Closes IDF-92
See merge request idf/esp-idf!3846
|
2019-06-11 08:36:13 +08:00 |
|
Angus Gratton
|
c9bf3a3b17
|
Merge branch 'bugfix/remove_secure_boot_test_mode' into 'master'
remove secure boot test mode
See merge request idf/esp-idf!5059
|
2019-06-11 07:25:07 +08:00 |
|
MartinValik
|
5268960235
|
Added support for NVS iterators
Closes https://github.com/espressif/esp-idf/issues/129
|
2019-06-10 16:42:39 +02:00 |
|
David Cermak
|
c34de4cba6
|
mdns: fix static analysis warnings
|
2019-06-10 13:21:07 +00:00 |
|
David Cermak
|
bd537083d9
|
esp_event: fix possible malloc free issues found by static analyzer
|
2019-06-10 13:10:34 +00:00 |
|
David Cermak
|
243e0b229f
|
tcp_transport: fix minor memory leak found by static analyzer
Closes https://github.com/espressif/esp-idf/issues/3602
|
2019-06-10 14:28:42 +02:00 |
|
Renz Christian Bagaporo
|
af3a2f3aba
|
esp_event: fix placement issue when building with make
The CMake build uses the linker fragment file to place functions in IRAM
on certain configurations. This commit does that for Make as well.
|
2019-06-10 19:38:55 +08:00 |
|
Anurag Kar
|
4ef6c85f0c
|
wifi_provisioning : Wi-Fi Provisioning Manager added
|
2019-06-10 15:13:50 +05:30 |
|
baohongde
|
f3aab7d536
|
components/bt: Fix assert due to alloc LMP TX buffer failed
|
2019-06-10 15:14:23 +08:00 |
|
Mahavir Jain
|
bb4ca8c508
|
Merge branch 'feature/config_option_for_mbedtls_debug_level' into 'master'
mbedtls: add config option for setting debug level
See merge request idf/esp-idf!5154
|
2019-06-10 11:44:40 +08:00 |
|
Mahavir Jain
|
e701f96bf5
|
Merge branch 'bugfix/stack_protection_crash_due_to_incorrect_cflag' into 'master'
esp_common: fix stack protection crash due to incorrect CFLAG
See merge request idf/esp-idf!5155
|
2019-06-10 11:43:31 +08:00 |
|
Angus Gratton
|
a0382de0ea
|
Merge branch 'bugfix/psram_io_struct_uninitialized' into 'master'
Make sure the psram_io struct is initialized
See merge request idf/esp-idf!5147
|
2019-06-07 07:36:16 +08:00 |
|
Mahavir Jain
|
f80cce7bb9
|
esp_common: fix stack protection crash due to incorrect CFLAG
|
2019-06-06 18:52:32 +05:30 |
|
Mahavir Jain
|
0a5dfd3717
|
mbedtls: add config option for setting debug level
Closes https://github.com/espressif/esp-idf/issues/3521
|
2019-06-06 18:28:19 +05:30 |
|
Angus Gratton
|
345748b7bb
|
Merge branch 'feature/fixed_static_dram_size_pr3222' into 'master'
esp32: Allow fixed static RAM size and DRAM heap size
Closes IDFGH-780
See merge request idf/esp-idf!5043
|
2019-06-06 17:11:46 +08:00 |
|
Jeroen Domburg
|
2b7da2a245
|
Make unknown psram package version more obvious
|
2019-06-06 16:57:01 +08:00 |
|
Gautier Seidel
|
542e544faa
|
esp32: Allow fixed static RAM size and DRAM heap size
Merges https://github.com/espressif/esp-idf/pull/3222
|
2019-06-06 18:23:04 +10:00 |
|
Angus Gratton
|
19f176eb71
|
Merge branch 'feature/net_test_suite' into 'master'
execute net test suite for esp32 network stack in ci as weekend tests
Closes IDF-210
See merge request idf/esp-idf!3439
|
2019-06-06 15:25:03 +08:00 |
|
xiehang
|
2503af2464
|
wps: add overlap event
modify some header files to be consistent with vnc
|
2019-06-06 13:16:20 +08:00 |
|
Jeroen Domburg
|
ed17cbbb8a
|
Make sure the psram_io struct is initialized
Closes https://github.com/espressif/esp-idf/issues/3591
|
2019-06-06 09:05:49 +08:00 |
|
Jiang Jiang Jian
|
3d2b11347d
|
Merge branch 'bugfix/support_tcp_window_scale' into 'master'
esp_wifi/tcpip: support TCP window scale
See merge request idf/esp-idf!5102
|
2019-06-05 20:08:18 +08:00 |
|
Jiang Jiang Jian
|
d95cedd782
|
Merge branch 'bugfix/keep_sco_data_path_on_hci_reset' into 'master'
Bugfix/keep_sco_data_path_on_hci_reset
See merge request idf/esp-idf!4949
|
2019-06-05 17:10:21 +08:00 |
|
Michael (XIAO Xufeng)
|
c8d967417c
|
bootloader: remove duplicate region overlap logic
(MINOR CHANGE)
|
2019-06-05 14:43:23 +08:00 |
|
Angus Gratton
|
826ff7186a
|
Merge branch 'feature/mqtt_support_event_loop' into 'master'
MQTT: Support for esp event loop
See merge request idf/esp-idf!4815
|
2019-06-05 11:04:16 +08:00 |
|
Konstantin Kondrashov
|
ed22949847
|
driver: Add uart and i2c UTs to check ticks_to_wait in some functions
|
2019-06-05 10:38:23 +08:00 |
|
baohongde
|
48e32113de
|
component/bt: Allow configuration of default SCO_DATA_PATH in bluetooth controller
|
2019-06-04 16:31:21 +08:00 |
|
Jiang Jiang Jian
|
5274739fff
|
Merge branch 'bugfix/btdm_a2dp_src_pkt_overflow' into 'master'
component/bt: fix some performance issues in A2DP source data flow control
See merge request idf/esp-idf!4932
|
2019-06-04 16:07:31 +08:00 |
|
David Cermak
|
684514b3d6
|
ci: added standard set of network suite for lwip as a part of weekend test
|
2019-06-04 08:27:53 +02:00 |
|
liu zhifu
|
d1e7d04f9b
|
esp_wifi/lwip: support TCP window scale
Support enable/disable TCP Window scale feature via menuconfig
|
2019-06-04 14:09:04 +08:00 |
|
David Cermak
|
1ae0dfe7ef
|
mqtt: added support for esp event loop, updating examples to register and use event loop handler
|
2019-06-04 07:41:27 +02:00 |
|
Angus Gratton
|
9dd1b2ffb6
|
Merge branch 'bugfix/httpd_open_fn' into 'master'
HTTP Server : Close new session immediately if `open_fn` fails
Closes IDFGH-1165
See merge request idf/esp-idf!5019
|
2019-06-04 13:29:14 +08:00 |
|
Angus Gratton
|
045aaf6fb0
|
Merge branch 'feature/add_xxx_periph_h' into 'master'
soc: Add xxx_periph.h for all modules
Closes IDF-192
See merge request idf/esp-idf!4952
|
2019-06-04 13:24:14 +08:00 |
|
Angus Gratton
|
c338cbceb1
|
Merge branch 'bugfix/cmake_wifi_ut_md5' into 'master'
esp_wifi: fix MD5 unit tests with CMake
See merge request idf/esp-idf!5090
|
2019-06-04 13:23:06 +08:00 |
|
Angus Gratton
|
7f0ac87033
|
Merge branch 'bugfix/set_default_eth_handler' into 'master'
esp_event: fix bug in set_default_eth_handler
See merge request idf/esp-idf!5103
|
2019-06-04 13:06:55 +08:00 |
|
Konstantin Kondrashov
|
355f209dba
|
uart: Fix ticks_to_wait when 0 or expired
Closes: https://github.com/espressif/esp-idf/issues/3301
Closes: IDFGH-964
|
2019-06-04 11:50:54 +08:00 |
|
Konstantin Kondrashov
|
22a30e2740
|
i2c: Fix ticks_to_wait when 0 or time expired
Closes: https://github.com/espressif/esp-idf/issues/3301
Closes: IDFGH-964
|
2019-06-04 11:50:54 +08:00 |
|
Angus Gratton
|
db6a30b446
|
Merge branch 'bugfix/libgcc_fpu_functions' into 'master'
esp32: Use FPU for floating point divide, power, complex multiplications
See merge request idf/esp-idf!5005
|
2019-06-04 08:41:58 +08:00 |
|
Ivan Grokhotkov
|
0dc6e869c6
|
Merge branch 'bugfix/event_minor_leak' into 'master'
esp_event: fix minor memory leak when overwriting already registered handler
See merge request idf/esp-idf!5108
|
2019-06-03 22:37:06 +08:00 |
|
Jiang Jiang Jian
|
34b308eb79
|
Merge branch 'bugfix/wpa2_ent_vulnerability' into 'master'
esp_wifi: wpa2 enterprise vulnerability
See merge request idf/esp-idf!4992
|
2019-06-03 21:57:59 +08:00 |
|
baohongde
|
89e2b48a18
|
components/bt: Add API to config EIR data
|
2019-06-03 19:29:54 +08:00 |
|