Tomas Sebestik
|
c9f710ea2c
|
Update mypy_ignore_list
Add missing records mostly in /examples dir
|
2021-03-01 07:41:37 +01:00 |
|
baohongde
|
2e7405e8aa
|
components/bt: Fix crash in Bluetooth when esp_restart
|
2021-03-01 14:39:35 +08:00 |
|
Renz Bagaporo
|
10c5226095
|
ldgen: use uppercase keywords for flags
|
2021-03-01 14:19:34 +08:00 |
|
Renz Bagaporo
|
7af3d65868
|
ldgen: surround always pre and post
|
2021-03-01 14:19:34 +08:00 |
|
Renz Bagaporo
|
dbdc17cced
|
ldgen: rename emit to surround
|
2021-03-01 14:19:34 +08:00 |
|
Renz Bagaporo
|
c6f0d47758
|
esp32: move bt linker script placements to ldgen
|
2021-03-01 14:19:34 +08:00 |
|
Renz Bagaporo
|
115b6ac0ac
|
esp32: transfer coredump linker script blocks to ldgen
|
2021-03-01 14:19:34 +08:00 |
|
Renz Bagaporo
|
633ead5dcb
|
esp32: move coredump sections and schemes to espcoredump
|
2021-03-01 14:19:34 +08:00 |
|
Renz Bagaporo
|
4bf07ae7d9
|
esp32: move wifi related sections and schemes to esp_wifi
|
2021-03-01 14:19:34 +08:00 |
|
Renz Bagaporo
|
03fe1d6af2
|
lwip: fix multiple section mapping
|
2021-03-01 14:19:34 +08:00 |
|
Renz Bagaporo
|
1fa2308e52
|
ci: update ldgen_test test_app to test flags
|
2021-03-01 14:19:34 +08:00 |
|
Renz Bagaporo
|
b99777066f
|
ldgen: implement flags support
Implement support for KEEP, ALIGN, emitting symbols and SORT.
Add appropriate tests
Defines default mapping in linker fragment file
|
2021-03-01 14:19:34 +08:00 |
|
Cao Sen Miao
|
6fbf61493c
|
ota: fix ota with flash encryption
|
2021-03-01 14:11:55 +08:00 |
|
fuzhibo
|
cfe59031a5
|
fix: clear interrupt in touch sensor initialization
|
2021-03-01 03:57:01 +00:00 |
|
Michael (XIAO Xufeng)
|
48cda62bcf
|
Merge branch 'feature/touch_sense_example' into 'master'
touch_element: add touch element lib examples
Closes IDF-2665
See merge request espressif/esp-idf!11826
|
2021-03-01 02:41:41 +00:00 |
|
Angus Gratton
|
e3045d9a63
|
Merge branch 'bugfix/git_describe_cmake' into 'master'
build system: fix NOTFOUND git version error
See merge request espressif/esp-idf!12526
|
2021-02-28 23:29:07 +00:00 |
|
Kang Zuoling
|
cd8e874c8d
|
touch_element: add touch element lib example
|
2021-02-28 17:33:50 +08:00 |
|
David Čermák
|
1a53bd39a4
|
Merge branch 'bugfix/pppos_client_7600_powerdown' into 'master'
esp_modem: Add specific power-down command for SIM7600
See merge request espressif/esp-idf!12478
|
2021-02-26 18:33:53 +00:00 |
|
David Cermak
|
3748b4ac57
|
esp_modem: Add specific power-down command for SIM7600
|
2021-02-26 17:16:28 +01:00 |
|
David Čermák
|
00432fa2c3
|
Merge branch 'feature/update_mqtt_test_url' into 'master'
Feature/update mqtt test url
See merge request espressif/esp-idf!12473
|
2021-02-26 16:09:38 +00:00 |
|
Darian Leung
|
424e1e1886
|
Add USB HCD
This commit adds the USB HCD (Host Controller Driver) and accompanying unit tests.
|
2021-02-26 23:13:42 +08:00 |
|
Jiang Jiang Jian
|
bf0c05064c
|
Merge branch 'bugfix/add_encrypt_option_for_esptouch_v1' into 'master'
esp_wifi: Add encrypt option for ESPTouch v1
Closes WIFI-3235 and WIFI-3408
See merge request espressif/esp-idf!12533
|
2021-02-26 13:33:42 +00:00 |
|
gengyuchao
|
0d1eb8a331
|
Fix IRAM_ATTR missing
|
2021-02-26 20:31:47 +08:00 |
|
Jiang Jiang Jian
|
41ffe31cbd
|
Merge branch 'bugfix/btdm_fix_spp_acceptor_cancle_pair_crash' into 'master'
BT: fix crash caused by spp pairing cancel
Closes IDFGH-4685
See merge request espressif/esp-idf!12410
|
2021-02-26 12:17:55 +00:00 |
|
zhangyanjiao
|
c803b37315
|
esp_wifi:
1. Added encrypt option for ESPTouch v1
2. Fixed issue of reason code change from 15 to 200 when provide wrong password
|
2021-02-26 20:17:43 +08:00 |
|
Renz Bagaporo
|
d920aa52be
|
xtensa: simplify build script
|
2021-02-26 19:45:48 +08:00 |
|
Renz Bagaporo
|
1efdcd69d9
|
xtensa: move out trax
|
2021-02-26 19:45:48 +08:00 |
|
Renz Bagaporo
|
b1027005df
|
arch: move stdatomic
|
2021-02-26 18:40:00 +08:00 |
|
Jiang Jiang Jian
|
53cd589bcc
|
Merge branch 'bugfix/wifi_phy_register_backup' into 'master'
esp_wifi: store PHY digital registers before disabling PHY and load them after enabling PHY
See merge request espressif/esp-idf!12059
|
2021-02-26 10:01:52 +00:00 |
|
Angus Gratton
|
56048b8428
|
Merge branch 'bugfix/ds_invalidate_assert' into 'master'
esp32s2 ds: Fix invalidating Digital Signature key from HMAC peripheral if assertions are disabled
See merge request espressif/esp-idf!12459
|
2021-02-26 08:16:49 +00:00 |
|
Michael (XIAO Xufeng)
|
60dfb09122
|
Merge branch 'bugfix/freemodbus_fix_zero_based_reg_address_in_iterator' into 'master'
freemodbus: fix mb zero based reg address
See merge request espressif/esp-idf!12422
|
2021-02-26 08:13:59 +00:00 |
|
Fu Hanxi
|
77935e2c02
|
Merge branch 'bugfix/check_submodule_sync_block_ci' into 'master'
ci: bugfix: check submodule sync block ci
See merge request espressif/esp-idf!12534
|
2021-02-26 07:57:11 +00:00 |
|
Michael (XIAO Xufeng)
|
eca301e196
|
Merge branch 'feature/bringup_deepsleep_wakeup_esp32c3' into 'master'
esp_system: support gpio wakeup from deep sleep on esp32c3
Closes IDF-2688, IDF-2511, and IDF-2407
See merge request espressif/esp-idf!12297
|
2021-02-26 07:49:15 +00:00 |
|
Fu Hanxi
|
bbf2e86c06
|
fix(ci): check_submodule_sync now will not block ci run
|
2021-02-26 15:16:55 +08:00 |
|
Roland Dobai
|
7be1d2287c
|
tools: Don't count BSS into the total image size
|
2021-02-26 06:49:35 +00:00 |
|
No One
|
8416e724c0
|
build system: fix NOTFOUND git version error
CMake would fail to find the git version of the IDF repo due to
not being able to parse the whitespace in the git describe command
|
2021-02-26 14:39:23 +08:00 |
|
Renz Bagaporo
|
0f03f450ff
|
esp_hw_support: create esp_cpu
Create a esp_cpu header that contains CPU-related functions and
utilities.
|
2021-02-26 13:34:29 +08:00 |
|
Renz Bagaporo
|
7e0e91bf76
|
arch: move debug helpers
|
2021-02-26 13:34:29 +08:00 |
|
Renz Bagaporo
|
6f7072fc03
|
arch: move esp_attr.h to esp_common
|
2021-02-26 13:34:29 +08:00 |
|
Renz Bagaporo
|
91a5770fd2
|
arch: move shared stack implementation to esp_system
|
2021-02-26 13:34:29 +08:00 |
|
Renz Bagaporo
|
e5b3824f61
|
ci: add example test for ulp_riscv example
|
2021-02-26 13:34:09 +08:00 |
|
Cao Sen Miao
|
a8343bc470
|
esp_system: support gpio wakeup from deep sleep on esp32c3
|
2021-02-26 12:26:49 +08:00 |
|
Xia Xiaotian
|
ce8b996ca0
|
esp_wifi: synchronize Wi-Fi adapter between different chips
Support preferring to allocate Wi-Fi memory from PSRAM on ESP32-S3
Support Wi-Fi TX cache buffer on ESP32-S3
|
2021-02-26 11:29:50 +08:00 |
|
Xia Xiaotian
|
f53c0c5b87
|
esp_wifi: store PHY digital registers before disabling PHY and load
them after enabling PHY
|
2021-02-26 11:29:50 +08:00 |
|
Jiang Jiang Jian
|
e417960838
|
Merge branch 'feature/support_disable_11b_rate' into 'master'
esp_wifi: optimize wifi rate.
See merge request espressif/esp-idf!11782
|
2021-02-26 03:21:48 +00:00 |
|
Angus Gratton
|
15f48d8a2c
|
Merge branch 'bugfix/esp_efuse_rtc_calib_inc_fix' into 'master'
temp_sensor: fix broken include path
See merge request espressif/esp-idf!12521
|
2021-02-26 03:13:38 +00:00 |
|
Anton Maklakov
|
3a629afb06
|
Merge branch 'feature/type_checking_python' into 'master'
CI:Type checking of Python scripts
Closes IDF-2413
See merge request espressif/esp-idf!12287
|
2021-02-26 03:06:37 +00:00 |
|
Wang Fang
|
776684fa84
|
docs: provide the link to pcb layout for ethernet board v1.2 and fix a typo in freetos/task
|
2021-02-26 10:35:21 +08:00 |
|
Marius Vikhammer
|
06abe3413f
|
temp_sensor: fix broken include path
|
2021-02-26 10:25:05 +08:00 |
|
Angus Gratton
|
b4612a2f14
|
Merge branch 'feature/coredump_refactor_riscv_support' into 'master'
espcoredump: code refactoring and add support for RISC-V implementation
Closes ESP-1758
See merge request espressif/esp-idf!11850
|
2021-02-25 22:41:27 +00:00 |
|