zhangyanjiao
8639f69ed7
fix(wifi): fix the tx issue when mesh packet lifetime remain equal to zero
2024-05-20 11:42:34 +08:00
morris
19ab395364
Merge branch 'feat/csi_dsi_example_v5.3' into 'release/v5.3'
...
example: csi dsi example and isp af dsi example(v5.3)
See merge request espressif/esp-idf!30913
2024-05-20 11:12:30 +08:00
Jiang Jiang Jian
a7266400be
Merge branch 'fix/freertos_scheduler_suspend_crit_v5.3' into 'release/v5.3'
...
fix(freertos/idf): Add missing critical sections to vTaskSuspendAll() (v5.3)
See merge request espressif/esp-idf!30922
2024-05-20 10:53:35 +08:00
Michael (XIAO Xufeng)
1847e53909
Merge branch 'bugfix/fix_isp_input_data_type_limit_v5.3' into 'release/v5.3'
...
fix(isp): updated to only support input data type as raw8 (v5.3)
See merge request espressif/esp-idf!30857
2024-05-20 10:15:21 +08:00
Mahavir Jain
285ba1fcf2
Merge branch 'fix/reduce-binary-size_v5.3' into 'release/v5.3'
...
Reduce binary size (v5.3)
See merge request espressif/esp-idf!30654
2024-05-20 01:09:17 +08:00
Mahavir Jain
5c9392d177
Merge branch 'bugfix/free_memory_if_failed_to_strart_http_server_v5.3' into 'release/v5.3'
...
fix(esp_https_server): fix memory leak during configuring http server (v5.3)
See merge request espressif/esp-idf!30662
2024-05-20 01:08:21 +08:00
Mahavir Jain
6a92c1485a
Merge branch 'fix/pytest_server_start_command_failed_v5.3' into 'release/v5.3'
...
fix: Refactored script for initiating Python-based HTTPS server (v5.3)
See merge request espressif/esp-idf!30667
2024-05-20 01:07:55 +08:00
Michael (XIAO Xufeng)
c91bdda9f3
Merge branch 'refactor/isp_af_interrupt_and_callback_v5.3' into 'release/v5.3'
...
refactor(isp): refactor the interrupt and callback solution (v5.3)
See merge request espressif/esp-idf!30565
2024-05-20 00:51:38 +08:00
Michael (XIAO Xufeng)
f63e544dc3
Merge branch 'feature/support_chip912_cpll_spll_eco1_v5.3' into 'release/v5.3'
...
feat: support(esp32p4_eco1): modify cpll and spll config (v5.3)
See merge request espressif/esp-idf!30783
2024-05-20 00:48:27 +08:00
Michael (XIAO Xufeng)
0680af1269
Merge branch 'feature/usj_support_p4_v5.3' into 'release/v5.3'
...
feature(usb_serial_jtag): add usb serial jtag support for esp32p4 (backport v5.3)
See merge request espressif/esp-idf!30793
2024-05-20 00:48:22 +08:00
Mahavir Jain
2decfbc007
Merge branch 'fix/hello_world_linux_target_on_macos_v5.3' into 'release/v5.3'
...
fix(esp-tls): Fix compilation for linux target on macos (v5.3)
See merge request espressif/esp-idf!30808
2024-05-20 00:48:11 +08:00
Aditya Patwardhan
3640c1ecba
fix(bootloader_support): Fix flash encryption for esp32p4
2024-05-17 21:19:14 +05:30
Darian Leung
cbb43bb4c4
refactor(freertos/idf): Add critical section requirements to function description
...
This commit adds a note regarding the critical section calling requires of some
internal functions.
2024-05-17 22:43:35 +08:00
Darian Leung
0dc29caf4a
fix(freertos/idf): Add missing critical sections to vTaskSuspendAll()
...
vTaskSuspendAll() requires critical sections when building for SMP. Otherwise,
it is possible for a task to switch cores in between getting the core ID and
before incremented uxSchedulerSuspended.
2024-05-17 22:43:34 +08:00
Armando
5f07f64802
example(isp): added isp af example
2024-05-17 15:29:17 +08:00
Armando
e4f1c01197
fix(csi): fixed wrong assert when there's new transaction
2024-05-17 15:26:58 +08:00
Armando
2ed780b686
fix(isp): fixed af environment detector lack of configuration issue
2024-05-17 15:26:46 +08:00
Armando
a9383cb433
example(camera): added new camera dsi example
2024-05-17 15:26:39 +08:00
Erhan Kurubas
5e817df25f
fix(coredump): don't allow mapping of non-encrypted coredump partition
2024-05-16 21:31:40 +02:00
Erhan Kurubas
bd8d7ea76a
fix(coredump): increase sanity check before get summary
...
Closes https://github.com/espressif/esp-idf/issues/13594
2024-05-16 21:17:24 +02:00
zwl
352ee6fc26
ble: fixed some issues on ESP32C6 and ESP32H2
2024-05-16 17:46:07 +08:00
gaoxu
7403b8d68d
feat(rom): update c5 mp verison rom ld file
2024-05-16 15:03:21 +08:00
gaoxu
f27e117b5b
feat(gpio): update gpio docs on ESP32C5 MP version
2024-05-16 15:02:55 +08:00
gaoxu
a621402e1f
feat(pm): add SOC_PM_SUPPORTED in soc caps
2024-05-16 15:00:22 +08:00
gaoxu
a08558a853
feat(coredump): replace fun sel function
2024-05-16 14:58:52 +08:00
gaoxu
2cad39aee5
feat(gpio): add gpio support on ESP32C5 MP version
2024-05-16 14:54:27 +08:00
Armando
8472467721
fix(isp): updated to only support input data type as raw8
2024-05-16 10:40:26 +08:00
Rahul Tank
2f6fb59b6b
docs(nimble): Added chip information in ble_enc_adv README file
2024-05-15 15:35:33 +05:30
Marius Vikhammer
f324e75c64
fix(interrupt): fixed interrupt thresholds not working on C5
2024-05-15 16:02:48 +08:00
Marius Vikhammer
1a1a708699
fix(brownout): fixed brownout isr crashing if cache disabled
...
If a brownout ISR was triggered while cache was disabled the system would panic.
This was due to a print accessing a string stored in flash
2024-05-15 09:13:53 +08:00
Harshit Malpani
24e5e3aef1
feat: Enable app_update test app for ESP32P4
2024-05-14 10:27:32 +05:30
Jin Cheng
d8bc05c5d0
fix(bt/controller): Parse out the correct packet types from Host parameters
...
- For HCI command HCI_Enhanced_Setup_Synchronous_Connection
2024-05-14 11:52:58 +08:00
gongyantao
bfa95cdd75
fix(bt/ble): fix some issues in bluetooth controller
...
1: fix assert 1024 issue when bt tx and wifi coexist on esp32
2: fix ble scan backoff
3: parse out the correct packet types from host parameters for
hci command hci_enhanced_setup_synchronous_connection
2024-05-14 10:09:37 +08:00
Sudeep Mohanty
199dc389cc
fix(esp-tls): Fix compilation for linux target on macos
...
This commit fixes compilation errors for the esp-tls component for the
linux target on a MacOS system.
2024-05-13 13:44:25 +02:00
Erhan Kurubas
b400a8cd72
change(gdbinit): set remote timeout for the gdb connection
2024-05-13 13:34:13 +02:00
C.S.M
4dc565b7d0
feature(usb_serial_jtag): add usb serial jtag support for esp32p4
2024-05-13 12:19:14 +08:00
Xiao Xufeng
cbcd346171
feat(esp32p4): add eco1 revision config option
2024-05-11 11:46:08 +08:00
chaijie@espressif.com
f1d1dfd1ef
feat(esp32p4_eco1): modify cpll and spll config
2024-05-11 11:43:24 +08:00
laokaiyao
dd20d1f2b5
refactor(isp): refactor the interrupt and callback solution
...
- Added async API
- Replaced the polling API
- Supported one more callback and event data
2024-05-11 11:11:49 +08:00
Fu Hanxi
4e850f158e
ci: move log dir from pytest_embedded_log to pytest-embedded
2024-05-10 10:29:21 +02:00
Marius Vikhammer
ea010f84ef
Merge branch 'fix/freertos_vtasklist_param_order_v5.3' into 'release/v5.3'
...
fix(freertos): Fix vTaskList() parameter print order (v5.3)
See merge request espressif/esp-idf!30476
2024-05-09 16:48:24 +08:00
Jiang Jiang Jian
68a9c09c49
Merge branch 'bugfix/gcmp_mr_regression_v5.3' into 'release/v5.3'
...
fix(wifi): Fix issue of wrong Rx control information of espnow packets (Backport v5.3)
See merge request espressif/esp-idf!30739
2024-05-09 16:37:30 +08:00
Jiang Jiang Jian
53c4c08283
Merge branch 'bugfix/libphy_chips_20240430_v5.3' into 'release/v5.3'
...
update c3 s3 c6 libphy fix coex reset and bug
See merge request espressif/esp-idf!30725
2024-05-09 15:55:08 +08:00
Rahul Tank
89a612aea0
fix(nimble): Free controller memory if init fails
2024-05-09 12:20:11 +05:30
Sarvesh Bodakhe
a9dcc3964d
fix(wifi): Fix issue of wrong Rx control information of espnow packets
...
Only for esp32 and esp32s2
2024-05-09 13:57:12 +08:00
Mahavir Jain
8503709d85
Merge branch 'feature/update_mbedtls_to_3.6.0_v5.3' into 'release/v5.3'
...
feat(mbedtls): updated mbedtls version from 3.5.2 to 3.6.0 (v5.3)
See merge request espressif/esp-idf!30668
2024-05-09 12:16:22 +08:00
liuning
4eacfd6ee1
update c3 s3 c6 libphy fix coex reset and bug
2024-05-09 11:57:56 +08:00
xiongweichao
9eb61ef5a7
docs: Update the process of Bluetooth entering sleep in the sleep_modes.rst
2024-05-09 11:01:31 +08:00
morris
7165a3bdbb
Merge branch 'feat/mipi_dsi_draw_pixel_round_boundary_v5.3' into 'release/v5.3'
...
feat(mipi_dsi): round to boundary when draw pixel (v5.3)
See merge request espressif/esp-idf!30694
2024-05-09 09:44:21 +08:00
Roland Dobai
1b331d24b3
Merge branch 'fix/idf_size_python_compat_v5.3' into 'release/v5.3'
...
fix: make idf_size.py compatible with python3.8 (v5.3)
See merge request espressif/esp-idf!30727
2024-05-09 02:01:36 +08:00