Renz Christian Bagaporo
|
e6ad330018
|
ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation
Otherwise IRAM usage is too high in this example.
|
2019-11-28 09:20:00 +08:00 |
|
houwenxiang
|
f27ae9b0e2
|
feature: Add uart hal support.
|
2019-11-26 20:01:50 +08:00 |
|
Angus Gratton
|
b7b4cd3418
|
Merge branch 'bugfix/timer_group_reset_ut' into 'master'
timer: remove check for POWERON_RESET in the test case, add esp_reset_reason API for s2beta
See merge request espressif/esp-idf!6747
|
2019-11-23 14:04:41 +08:00 |
|
Angus Gratton
|
0e0994092e
|
Merge branch 'feature/esp32s2beta_fix_rtc_peripheral_driver' into 'master'
Driver: fix touch driver and deep sleep example
See merge request espressif/esp-idf!6476
|
2019-11-22 11:39:41 +08:00 |
|
Angus Gratton
|
dc00c360ab
|
Merge branch 'bugfix/esp32s2beta_crtbegin' into 'master'
esp32s2beta: fix crash at startup due to toolchain crtbegin being linked
See merge request espressif/esp-idf!6783
|
2019-11-22 07:01:32 +08:00 |
|
Ivan Grokhotkov
|
477e66103c
|
Merge branch 'feature/esp32s2beta_apptrace_port' into 'master'
esp32s2: Adds apptrace support
Closes IDF-510 and IDF-1032
See merge request espressif/esp-idf!5610
|
2019-11-22 05:33:35 +08:00 |
|
Ivan Grokhotkov
|
ea99137e62
|
esp32s2beta: implement esp_reset_reason API
|
2019-11-21 20:03:26 +01:00 |
|
Ivan Grokhotkov
|
096dc8fc2b
|
esp32s2beta: rename output linker script
|
2019-11-21 15:29:00 +01:00 |
|
fuzhibo
|
246242dbd5
|
driver: fix sens_struct.h ;
driver: fix timer wakeup dsleep;
example: fix EXT1 wakeup dsleep;
example: fix touch pad wakeup dsleep;
|
2019-11-21 20:31:34 +08:00 |
|
Mahavir Jain
|
43411da465
|
Merge branch 'bugfix/freertos_critical_section_compliance' into 'master'
Changes in uart and esp_timer for critical section compliance with vanilla FreeRTOS
See merge request espressif/esp-idf!6733
|
2019-11-21 19:25:14 +08:00 |
|
Ivan Grokhotkov
|
04324e4c3c
|
esp32s2beta: re-enable entering the debugger on panic
|
2019-11-21 11:52:10 +01:00 |
|
Ivan Grokhotkov
|
f21261d39c
|
esp32s2beta: don't use crtbegin from the toolchain
Similar to 22514c1dd9 for esp32
|
2019-11-21 11:52:10 +01:00 |
|
fuzhibo
|
0c2bf7c8bc
|
rtcio: add hal for driver
|
2019-11-21 10:40:49 +08:00 |
|
Ivan Grokhotkov
|
a74988ae3b
|
Merge branch 'bugfix/cpp_extern' into 'master'
Add extern C header guards to some files
Closes IDFGH-2025 and IDFGH-2093
See merge request espressif/esp-idf!6611
|
2019-11-19 19:01:29 +08:00 |
|
Mahavir Jain
|
62a0659368
|
Merge branch 'bugfix/warning_fix_latest_freertos' into 'master'
Fixed warnings for components driver, esp32 and mbedtls
See merge request espressif/esp-idf!6673
|
2019-11-19 16:48:54 +08:00 |
|
wanglei
|
8bea8dacbc
|
esp32s2beta: fix some macro and add flash wrap size condition
|
2019-11-15 15:59:07 +00:00 |
|
Mahavir Jain
|
d0a37704a3
|
esp_timer: use freertos critical section compliant APIs
Some modules use esp_timer from interrupt context and hence
with vanilla FreeRTOS it should use correct critical section
API
|
2019-11-15 15:57:55 +05:30 |
|
Shubham Kulkarni
|
c741dd0535
|
Fixed warnings for components driver, esp32 and mbedtls
|
2019-11-15 08:51:16 +00:00 |
|
Alexey Gerenkov
|
30ff7198b8
|
apptrace: Renames Kconfig options
|
2019-11-13 15:24:01 +03:00 |
|
Alexey Gerenkov
|
5909d3676c
|
esp32s2: Adds apptrace support
Closes IDF-510.
Closes IDF-1032.
|
2019-11-13 15:24:01 +03:00 |
|
xiehang
|
5e7f43f3d1
|
esp_wifi: Put some rx code to iram
|
2019-11-13 11:44:23 +00:00 |
|
Ivan Grokhotkov
|
2026340752
|
clk.h: add extern C guards
Closes https://github.com/espressif/esp-idf/issues/4215
|
2019-11-05 14:56:16 +01:00 |
|
Angus Gratton
|
b7c2c93ecc
|
Merge branch 'bugfix/wifi_internal_memory' into 'master'
wifi: Include DMA reserved pool when allocating internal-only memory
Closes WIFI-883
See merge request espressif/esp-idf!6545
|
2019-11-04 13:55:49 +08:00 |
|
Ivan Grokhotkov
|
28b10e633d
|
Merge branch 'bugfix/esp32s2beta_uxTopUsedPriority' into 'master'
freertos: fix defining uxTopUsedPriority for esp32s2beta
See merge request espressif/esp-idf!6378
|
2019-11-01 18:51:00 +08:00 |
|
Angus Gratton
|
592946a2cd
|
Merge branch 'bugfix/esp32s2beta_vfs_uart' into 'master'
Fix VFS UART unit tests for esp32s2beta
Closes IDF-1018
See merge request espressif/esp-idf!6301
|
2019-11-01 13:39:16 +08:00 |
|
Ivan Grokhotkov
|
a29d996191
|
Merge branch 'bugfix/system_api' into 'master'
system api: Refactor to esp_common, small fixes
Closes IDFGH-2096
See merge request espressif/esp-idf!6544
|
2019-10-31 15:40:33 +08:00 |
|
Roland Dobai
|
2a0285fdb4
|
Fix VFS UART unit tests for esp32s2beta
|
2019-10-30 13:45:12 +00:00 |
|
Angus Gratton
|
f48285de10
|
wifi: Include DMA reserved pool when allocating internal-only memory
Fix for root cause of https://github.com/espressif/esp-idf/issues/3592
|
2019-10-30 15:57:17 +11:00 |
|
Angus Gratton
|
4827723d76
|
system api: Move common parts into esp_common component
Also mark esp_base_mac_addr_set argument as 'const *'
|
2019-10-30 14:19:22 +11:00 |
|
Angus Gratton
|
912bd03a5c
|
system api: Check if Base MAC is a unicast MAC before setting
Closes https://github.com/espressif/esp-idf/issues/4263
Closes IDFGH-2096
|
2019-10-30 13:52:41 +11:00 |
|
Ivan Grokhotkov
|
faa219acdb
|
freertos: fix defining uxTopUsedPriority for esp32s2beta
|
2019-10-29 16:38:48 +01:00 |
|
Roland Dobai
|
01887f71e7
|
Update kconfiglib to upstream version and replace mconf-idf
Special thanks to @ulfalizer for the helpful suggestions regarding
kconfiglib.
"rsource" option is available for relative path includes
Closes https://github.com/espressif/esp-idf/issues/4064
|
2019-10-29 10:40:04 +01:00 |
|
Angus Gratton
|
c6d22c9d65
|
esp32s2beta: Change default version to "A"
Fixes CI, and most customers should have version "A".
|
2019-10-28 18:58:05 +11:00 |
|
Angus Gratton
|
1f62d4be74
|
esp32s2beta: Updated the beta chip version config to match the markings
|
2019-10-28 18:58:05 +11:00 |
|
Xia Xiaotian
|
5ffb42b4dd
|
esp_wifi: support esp32s2beta A, B and marlin3 chip
|
2019-10-28 18:58:05 +11:00 |
|
Angus Gratton
|
f5238d5e42
|
Merge branch 'feature/esp32s2beta' into feature/esp32s2beta_merge
|
2019-10-15 15:03:45 +11:00 |
|
KonstantinKondrashov
|
c4da959fa7
|
soc: Fix setting timeout for RTC_WDT
|
2019-09-23 14:57:26 +08:00 |
|
KonstantinKondrashov
|
d06b2a3598
|
esp32s2beta: Add support esp32s2beta
Added reading MAC address
Closes: IDF-756
|
2019-09-20 16:57:27 +10:00 |
|
Angus Gratton
|
83680bd96b
|
Merge branch 'feature/esp32s2beta' into feature/esp32s2beta_merge
|
2019-09-19 21:08:20 +10:00 |
|
Angus Gratton
|
bcaaaa1632
|
Merge branch 'feature/esp32s2beta_wdt' into 'feature/esp32s2beta'
esp32s2beta: Re-enable interrupt WDT, RTC_WDT, Task wdt
See merge request espressif/esp-idf!5786
|
2019-09-19 11:10:58 +08:00 |
|
Angus Gratton
|
438d513a95
|
Merge branch 'master' into feature/esp32s2beta_merge
|
2019-09-16 16:18:48 +10:00 |
|
KonstantinKondrashov
|
d1173c8f09
|
esp32s2beta: task_wdt
Closes: IDF-753
|
2019-09-13 00:06:22 +08:00 |
|
KonstantinKondrashov
|
2644ddc3e1
|
esp32s2beta: Using rtc_wdt API
|
2019-09-13 00:06:22 +08:00 |
|
KonstantinKondrashov
|
d3637cd06b
|
rtc_wdt: re-enable RTC_WDT
|
2019-09-13 00:03:52 +08:00 |
|
KonstantinKondrashov
|
3ffa33c84d
|
esp32s2beta: re-enable int_wdt
|
2019-09-13 00:03:52 +08:00 |
|
Michael (XIAO Xufeng)
|
df27a50866
|
app_update: re-enable elf-sha256
|
2019-09-11 18:29:11 +08:00 |
|
Jiang Jiang Jian
|
32f216441f
|
Merge branch 'bugfix/esp32s2beta_cache_interrupt_panic' into 'feature/esp32s2beta'
cache_err_int: Add cache error interrupt panic
See merge request espressif/esp-idf!5559
|
2019-09-11 12:48:12 +08:00 |
|
michael
|
213f8cf7ef
|
ci: forbid esp32s2beta tests from being built in make
|
2019-09-11 09:31:47 +08:00 |
|
Li Shuai
|
d48aac96a1
|
util-test: Fix the conflict target of esp32_test_logo between esp32s2beta and esp32
|
2019-09-10 20:49:36 +08:00 |
|
Li Shuai
|
d5a9b1a240
|
util-test: The cache and spi_flash tests passed
|
2019-09-09 16:59:29 +08:00 |
|