Jiang Jiang Jian
c143e68c9f
Merge branch 'feature/update-qemu-to-esp_develop_9.0.0_20240606_v5.2' into 'release/v5.2'
...
feat(tools): update qemu version to esp_develop_9.0.0_20240606 (v5.2)
See merge request espressif/esp-idf!31527
2024-08-29 11:46:07 +08:00
Alexey Gerenkov
3f83210435
feat(tools): update openocd version to v0.12.0-esp32-20240821
2024-08-28 13:20:09 +03:00
Ivan Grokhotkov
b357121ec6
feat(tools): update qemu version to esp_develop_9.0.0_20240606
2024-08-28 13:51:53 +08:00
Omar Chebib
063fbc872d
fix(ldgen): fix linker script generation from a single-entry fragment file
2024-08-27 11:41:15 +08:00
Jiang Jiang Jian
f2f31efa26
Merge branch 'feature/print_panic_while_cache_fail_v5.2' into 'release/v5.2'
...
feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU (v5.2)
See merge request espressif/esp-idf!31131
2024-08-23 14:34:25 +08:00
Jiang Jiang Jian
a54dfc3912
Merge branch 'contrib/github_pr_13578_v5.2' into 'release/v5.2'
...
Make FreeRTOS configUSE_TIMERS optional in KConfig (GitHub PR) (v5.2)
See merge request espressif/esp-idf!32808
2024-08-23 13:45:34 +08:00
Xiao Xufeng
197c750067
ci(mmu): add unicore test
2024-08-16 18:09:30 +08:00
Marius Vikhammer
251b8cd860
fix(freertos): split idf_additions.c event groups to separate file
2024-08-13 10:15:40 +08:00
Konstantin Kondrashov
271c611485
feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU
2024-08-07 19:17:52 +08:00
Alexey Gerenkov
3689649c63
feat(tools): update openocd version to v0.12.0-esp32-20240726
2024-08-05 22:38:42 +02:00
Frantisek Hrbata
0ff3e483cf
fix: ensure the constraint file is followed also for setuptools
...
Currently, when the venv is installed or updated, we attempt to
automatically update pip and setuptools within the venv. Unfortunately,
the setuptools package is installed or updated without adhering to the
constraints file, which restricts the setuptools version due to
https://github.com/pypa/setuptools/issues/4480 . Resolve this issue by
applying the constraints file to the installation and update of both pip
and setuptools.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-08-02 09:34:37 +02:00
Rahul Tank
59aa45ad23
fix(wifi_prov): Added API to set random address
2024-07-24 20:56:35 +05:30
Island
1491b579a8
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.2' into 'release/v5.2'
...
Fixed some BLE bugs 240620 (backport v5.2)
See merge request espressif/esp-idf!31647
2024-06-26 20:33:19 +08:00
Mahavir Jain
a1a05fe9c3
Merge branch 'fix/incorrect_console_input_decoding_wifi_prov_mgr_v5.2' into 'release/v5.2'
...
fix(tools/esp_prov): Fix incorrect input decoding when using console transport (v5.2)
See merge request espressif/esp-idf!31690
2024-06-25 16:24:42 +08:00
chenjianhua
8334a10f6d
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(eca46a0)
...
- Fixed adv data buffer free after restart adv
- Fixed BLE interrupt allocation using esp API
2024-06-25 00:04:14 +08:00
harshal.patil
5aa74ed001
fix(tools/esp_prov): Fix incorrect input decoding when using console transport
...
- Closes https://github.com/espressif/esp-idf/issues/14013
2024-06-24 12:28:44 +05:30
morris
8e79afe7c8
fix(i2c_lcd): using function overloading to keep esp_lcd_new_panel_io_i2c
...
becuase _Generic is not available in C++
Closes https://github.com/espressif/esp-idf/issues/14037
2024-06-24 11:57:40 +08:00
morris
4e7dd0ce2b
fix(lcd): build errors with deprecated lcd types in cpp
...
Closes https://github.com/espressif/esp-idf/issues/14029
2024-06-24 11:57:40 +08:00
Roland Dobai
c50c61e0c7
fix(tools/idf_tools.py): Improve the warning message about the environment
2024-06-14 10:01:16 +02:00
Roland Dobai
e5ffb3c57d
Merge branch 'refactor/avoid_using_git_v5.2' into 'release/v5.2'
...
fix(tools): Avoiding crashing when Git is not present in system when acquiring IDF version (v5.2)
See merge request espressif/esp-idf!31433
2024-06-12 20:03:21 +08:00
Jakub Kocka
1d5621bca2
fix(tools): Avoid crashing when Git is used to acquire IDF version
...
Closes https://github.com/espressif/esp-idf/issues/13345
2024-06-11 09:39:30 +02:00
Fu Hanxi
c77c218b86
fix: component manager load all component dirs even set(COMPONENTS ...)
2024-06-10 17:41:06 +08:00
Fu Hanxi
a805000945
test: improve test_dependency_lock test case
2024-06-10 17:41:06 +08:00
Roland Dobai
14c94faac5
Merge branch 'fix/stray_sections_v5.2' into 'release/v5.2'
...
fix(system): print warning if stray section is found while linking (v5.2)
See merge request espressif/esp-idf!30955
2024-06-06 18:05:07 +08:00
Erhan Kurubas
db8d2bc27f
change(gdbinit): set remote timeout for the gdb connection
2024-06-05 21:39:55 +08:00
Fu Hanxi
a3e742818e
ci: improve pytest build system tests
...
- remove temp dirs
- remove idf-component-manager unit test
2024-06-05 10:41:41 +02:00
Fu Hanxi
0615ddbd79
ci: always cleanup idf copy in ci
2024-06-05 10:40:31 +02:00
Fu Hanxi
05872cfc2d
Merge branch 'fix/pytest_session_dir_v5.2' into 'release/v5.2'
...
ci: apply new fix in pytest-embedded 1.10 (v5.2)
See merge request espressif/esp-idf!30677
2024-06-05 16:22:44 +08:00
Alexey Gerenkov
f387ada008
Merge branch 'doc_update_esp32p4_jtag_v5.2' into 'release/v5.2'
...
Update esp32p4 jtag debugging guide (v5.2)
See merge request espressif/esp-idf!30436
2024-06-04 21:25:59 +08:00
Alexey Gerenkov
3068ae65fc
Merge branch 'fix_coredump_build_error_v5.2' into 'release/v5.2'
...
Fix coredump build error (v5.2)
See merge request espressif/esp-idf!30463
2024-06-04 21:25:26 +08:00
Roland Dobai
278c9dc6fd
Merge branch 'fix/gdbgui_version_check_v5.2' into 'release/v5.2'
...
fix(tools): Use GDGBUI arguments based on its version (v5.2)
See merge request espressif/esp-idf!31038
2024-06-04 17:26:42 +08:00
Marius Vikhammer
bea6dc43cb
Merge branch 'refactor/cpu_interrupt_table_v5.2' into 'release/v5.2'
...
fix(esp_hw_support): refactor and clear reserved interrupts that are unused or not applicable anymore (backport v5.2)
See merge request espressif/esp-idf!31184
2024-06-04 16:38:15 +08:00
Aditya Patwardhan
3b8741b172
change(version): Update version to 5.2.2
2024-05-31 21:48:23 +05:50
Omar Chebib
742b3a1814
fix(esp_hw_support): clear reserved interrupts that are not applicable for each target
2024-05-30 12:12:44 +08:00
Roland Dobai
85b9f7612c
fix(tools): Use GDGBUI arguments based on its version
...
Closes https://github.com/espressif/esp-idf/issues/13665
2024-05-23 07:37:59 +02:00
Fu Hanxi
120a15b83f
ci: move log dir from pytest_embedded_log to pytest-embedded
2024-05-22 16:59:01 +08:00
Fu Hanxi
9f21460e10
ci: update mypy check for python 3.12, check under python 3.8 rules
2024-05-22 16:59:01 +08:00
Alexey Lapshin
5320ec20f9
fix(system): place idf's stray sections while linking
2024-05-20 14:07:06 +04:00
Erhan Kurubas
38b9e8789f
ci(coredump): enable custom stack tests for riscv chips
2024-04-24 15:09:22 +03:00
Alexey Lapshin
d2e5b33e2c
feat(tools): update gdb version to 14.2_20240403
2024-04-23 22:32:39 +04:00
Erhan Kurubas
fca47d4385
doc(jtag): update esp32p4 jtag debugging guide
2024-04-23 20:52:11 +03:00
Frantisek Hrbata
4bc2985aa3
fix: exit gracefully when process started via asyncio is terminated
...
Currently when process is started through asyncio Runner and it is termited
e.g. with SIGINT(ctrl+c) a traceback is printed instead of gracefully
exit.
Exception ignored in: <function BaseSubprocessTransport.__del__ at 0x7fe980970900>
Traceback (most recent call last):
File "/usr/lib64/python3.12/asyncio/base_subprocess.py", line 129, in __del__
self.close()
File "/usr/lib64/python3.12/asyncio/base_subprocess.py", line 107, in close
proto.pipe.close()
File "/usr/lib64/python3.12/asyncio/unix_events.py", line 568, in close
self._close(None)
File "/usr/lib64/python3.12/asyncio/unix_events.py", line 592, in _close
self._loop.call_soon(self._call_connection_lost, exc)
File "/usr/lib64/python3.12/asyncio/base_events.py", line 793, in call_soon
self._check_closed()
File "/usr/lib64/python3.12/asyncio/base_events.py", line 540, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
This is caused because asyncio Runner context in asyncio.run is closing the event
loop and if exception is unhandled in coroutine(run_command) the transport is not
closed before the even loop is closed and we get RuntimeError: Event loop is closed
in the transport __del__ function because it's trying to use the closed
even loop.
Let's catch asyncio.CancelledError in case the process we are trying to
read from is terminated, print message, let the asyncio finish and exit
gracefully.
Closes https://github.com/espressif/esp-idf/issues/13418
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-04-22 11:25:51 +02:00
morris
9582b3cead
Merge branch 'feat/add_example_usj_v5.2' into 'release/v5.2'
...
change(usb_serial_jtag): Add example for usb serial jtag echo (backport v5.2)
See merge request espressif/esp-idf!30019
2024-04-07 16:07:36 +08:00
Alexey Gerenkov
9a6b151c41
feat(tools): update openocd version to v0.12.0-esp32-20240318
2024-04-04 22:41:19 +03:00
Laukik Hase
17ffe58051
fix(esp_hw_support): Fix the flash I/DROM region PMP protection
2024-04-03 15:48:46 +05:30
Cao Sen Miao
3bd63654c8
change(usb_serial_jtag): Add a usb_serial_jtag echo example for how to use usb_serial_jtag APIs,
...
Closes https://github.com/espressif/esp-idf/issues/12620 ,
Closes https://github.com/espressif/esp-idf/issues/12605
2024-04-03 17:10:03 +08:00
Anton Maklakov
cf7b9bed4c
Merge branch 'update/qemu_release_versions_v5.2' into 'release/v5.2'
...
Update QEMU release versions (v5.2)
See merge request espressif/esp-idf!29756
2024-03-21 21:01:58 +08:00
Mahavir Jain
3c8b37087b
Merge branch 'bugfix/esp_app_format_missing' into 'release/v5.2'
...
fix(esp_system): Fix build when ANTI_ROLLBACK=y and PANIC_SILENT_REBOOT=y
See merge request espressif/esp-idf!29770
2024-03-21 13:51:16 +08:00
Konstantin Kondrashov
00f2e33008
fix(esp_system): Fix build when ANTI_ROLLBACK=y and PANIC_SILENT_REBOOT=y
...
Fix a case when two options are set as
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=y
CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT=y
Closes https://github.com/espressif/esp-idf/issues/13417
2024-03-20 22:08:47 +02:00
Espressif BOT
84f4548b98
change(tools/qemu): Update QEMU release versions
2024-03-20 13:15:49 +05:30