Peter Dragun
|
3fc633e326
|
fix(tools/hints): add guide to fix error with unsupported asyncio
Closes https://github.com/espressif/esp-idf/issues/11732
|
2023-07-11 10:53:29 +02:00 |
|
Roland Dobai
|
7db5541c9f
|
Merge branch 'docs/add_Chinese_translation_for_api-guides/tools/idf-py_backport_v5.1' into 'release/v5.1'
docs: add CN translation for api-guides/tools/idf-py.rst (backport v5.1)
See merge request espressif/esp-idf!24190
|
2023-07-11 16:34:23 +08:00 |
|
Cai Xin Ying
|
6f253e2d37
|
docs: add CN translation for api-guides/tools/idf-py.rst (backport v5.1)
|
2023-07-11 16:34:23 +08:00 |
|
Zim Kalinowski
|
7e3463768f
|
Merge branch 'bugfix/saving-esp-idf-env-as-utf8-v5.1' into 'release/v5.1'
build system: fix init.bat crash in windows when folder contains unicode characters (v5.1)
See merge request espressif/esp-idf!24666
|
2023-07-11 16:00:15 +08:00 |
|
Omar Chebib
|
3603611af1
|
freertos: add a unit test for FPU context switch
|
2023-07-11 15:55:40 +08:00 |
|
Omar Chebib
|
f002aeae3d
|
Xtensa: fix a bug that altered CPU registers in FPU exception handlers
* Fixes https://github.com/espressif/esp-idf/issues/11690
|
2023-07-11 15:55:35 +08:00 |
|
wangjialiang
|
573755a8d2
|
feat(ble_mesh: stack: esp32c6/h2): update Kconfig file to support duplicate scan.
|
2023-07-11 15:54:48 +08:00 |
|
wangjialiang
|
e5e25c89e7
|
feat(ble_mesh: example: esp32c6/h2): update config file to support duplicate scan.
|
2023-07-11 15:54:41 +08:00 |
|
IhorNehrutsa
|
1d158ddd10
|
fix(ledc): fix frequency calculation
ledc.c: Fix frequency calculation.
Round int instead of truncate.
Merges https://github.com/espressif/esp-idf/pull/11810
|
2023-07-11 15:22:34 +08:00 |
|
Lou Tianhao
|
af5a2fe4fd
|
bugfix: update pm trace io num for esp32h2
|
2023-07-11 15:06:01 +08:00 |
|
Marius Vikhammer
|
28cdaa58bb
|
docs: updated misc docs with H2 specific information.
|
2023-07-11 07:05:53 +00:00 |
|
Marius Vikhammer
|
efc9761ff0
|
Merge branch 'fix/heap-test-h2_v5.1' into 'release/v5.1'
heap: remove exclusion of esp32h2 as a target for heap pytest (v5.1)
See merge request espressif/esp-idf!24567
|
2023-07-11 15:05:07 +08:00 |
|
Lou Tianhao
|
ee299b2d53
|
bugfix: set FORCE_INLINE_ATTR for resume_uart
|
2023-07-11 15:04:19 +08:00 |
|
Hanno
|
c2b8a1d95c
|
i2c: introduce chip specific cmd register number
Merges https://github.com/espressif/esp-idf/pull/10811
|
2023-07-11 14:55:46 +08:00 |
|
Lou Tianhao
|
d191b0c540
|
Power Management: fix hp xtal wait bug for esp32h2 and esp32c6
|
2023-07-11 14:53:43 +08:00 |
|
Lou Tianhao
|
60a3e5053e
|
Power Management: support pu xtal in light sleep for esp32h2
|
2023-07-11 14:53:15 +08:00 |
|
Lou Tianhao
|
7599d07c3f
|
bugfix: remove the workaround implemented in MR 22773 about the lp_timer
|
2023-07-11 14:53:02 +08:00 |
|
Lou Tianhao
|
6e15f589cc
|
Power Management: move lp_timer_hal.c to upper hal layer for esp32h2 and esp32c6
|
2023-07-11 14:52:46 +08:00 |
|
Lou Tianhao
|
8aaa256aa9
|
Power Management: support RC32K or Crystal32K powered down
|
2023-07-11 14:52:35 +08:00 |
|
Lou Tianhao
|
c15c8664ca
|
codeclean: fix prefix to LP_AON and add LP_AON_STORE8_REG
|
2023-07-11 14:52:24 +08:00 |
|
Cao Sen Miao
|
f44e8a8a8f
|
brownout: Disable the hardware BOD when BOD interrupt is enabled
|
2023-07-11 14:32:40 +08:00 |
|
xiaqilin
|
bdc49fbff4
|
ieee802154: update test code
|
2023-07-11 14:28:54 +08:00 |
|
xiaqilin
|
91d17e0073
|
ieee802154: support ieee802154 test
|
2023-07-11 14:28:54 +08:00 |
|
xiaqilin
|
c80ee99c6a
|
ieee802154: add a patch for ieee802154 test
|
2023-07-11 14:28:54 +08:00 |
|
xiaqilin
|
bba902cc46
|
ieee802154: add CONFIG_IEEE802154_TEST for supporting ieee802154 test
|
2023-07-11 14:28:54 +08:00 |
|
zhangwenxu
|
e88adc3401
|
IEEE802154: match C6 max txpower value with datasheet
|
2023-07-11 14:28:54 +08:00 |
|
xiaqilin
|
b135270e68
|
ieee802154: add modem reset and fix ieee802154 test app reg command error
|
2023-07-11 14:28:54 +08:00 |
|
WanqQixiang
|
181ed29c3a
|
feat(openthread): Add event post for thread role changed and integrate all the thread state change callbacks
|
2023-07-11 14:27:05 +08:00 |
|
zhangwenxu
|
bcd99bb58d
|
fix(openthread): fix ot settings out of range issue
|
2023-07-11 14:21:19 +08:00 |
|
Rahul Tank
|
a125e8f7ed
|
Merge branch 'feature/services_proximity_v5.1' into 'release/v5.1'
NimBLE : Added proximity sensor as a service (v5.1)
See merge request espressif/esp-idf!24649
|
2023-07-11 14:04:31 +08:00 |
|
Lou Tianhao
|
2c9a2a76f7
|
example: bringup light sleep example for esp32h2
|
2023-07-11 13:58:08 +08:00 |
|
Lou Tianhao
|
2abfeb19c8
|
Power Management: change the IO hold interface for esp32c6
|
2023-07-11 12:04:20 +08:00 |
|
Lou Tianhao
|
8ef8459c0d
|
Power Management: update pmu init and sleep parameter
|
2023-07-11 12:04:09 +08:00 |
|
Lou Tianhao
|
3b40ce4d9b
|
Power Management: fix REGDMA clock issue when wake up form light sleep
|
2023-07-11 12:03:59 +08:00 |
|
Lou Tianhao
|
e5e0a0918a
|
Power Management: support MODEM domain powered down in light sleep for esp32h2
|
2023-07-11 12:03:46 +08:00 |
|
Lou Tianhao
|
c39a0cc0b5
|
Power Management: fix REGDMA power issue when TOP domain powered down during light sleep for esp32h2
|
2023-07-11 12:03:36 +08:00 |
|
Lou Tianhao
|
113366820b
|
Power Management: support TOP domain powered down in light sleep for esp32h2
|
2023-07-11 12:03:25 +08:00 |
|
Lou Tianhao
|
24486dd069
|
Power Management: support PAU REGDMA feature for esp32h2
|
2023-07-11 12:03:13 +08:00 |
|
Lou Tianhao
|
c12d7f5463
|
Power Management: support CPU powered down in light sleep for esp32h2
|
2023-07-11 12:03:02 +08:00 |
|
Lou Tianhao
|
356fa3ab4b
|
Power Management: support DFS and PMU feature for esp32h2
|
2023-07-11 12:02:39 +08:00 |
|
Marius Vikhammer
|
62b20b5518
|
Merge branch 'bugfix/esp_event_err_docs_v5.1' into 'release/v5.1'
fix(core-system/esp event): Fixed missing error return documentation for... (v5.1)
See merge request espressif/esp-idf!24573
|
2023-07-11 11:46:43 +08:00 |
|
zhangwenxu
|
2bee46a354
|
esp_phy: phy track pll logic refactor
|
2023-07-11 10:50:29 +08:00 |
|
Shu Chen
|
244be856b2
|
openthread: enable HW AES in ot_cli example
|
2023-07-11 10:39:34 +08:00 |
|
zhangwenxu
|
72cc92578d
|
Openthread: fix dead lock related to ot and lwip
|
2023-07-11 10:39:34 +08:00 |
|
zhangwenxu
|
26c0a23598
|
openthread: change partition table to nvs flash
|
2023-07-11 10:39:34 +08:00 |
|
Shu Chen
|
d4dd3dfa2b
|
openthread: introduce the auto start API
|
2023-07-11 10:39:34 +08:00 |
|
zhangwenxu
|
f3924e5aa8
|
openthread: add source address selection hook
|
2023-07-11 10:39:34 +08:00 |
|
zhangwenxu
|
bcb9e6b5eb
|
lwip: add a hook for ip6 source address selection
|
2023-07-11 10:39:34 +08:00 |
|
Mahavir Jain
|
e9a8456279
|
Merge branch 'fix/mbedtls_ecdsa_veriy_restartable_v5.1' into 'release/v5.1'
mbedtls: update submodule (v5.1)
See merge request espressif/esp-idf!24636
|
2023-07-11 10:18:27 +08:00 |
|
Jiang Jiang Jian
|
87426b8fbd
|
Merge branch 'fix/esp32s3_sysview_trace_corrupt_v5.1' into 'release/v5.1'
fix(app_trace): Fix apptrace data corruption on ESP32-S3 (v5.1)
See merge request espressif/esp-idf!24680
|
2023-07-11 08:37:55 +08:00 |
|