harshal.patil
ab229a34b3
feat(cpu_region_protect): Enable basic memory protection for SPIRAM
2025-04-29 11:48:27 +05:30
Mahavir Jain
74eff52e2e
fix: build regression in the test application
...
Regression from bb6da46ccd . Disabling
relevant config until further debug.
2025-04-28 20:59:22 +05:30
Yin Qing Zhao
7141b9558b
Merge branch 'feat/chip_esp32c5_eco2_support_wifi' into 'master'
...
feat/chip esp32c5 eco2 support wifi
Closes IDF-10602, IDF-10616, IDF-10592, IDF-10590, IDF-10605, IDF-10604, IDF-10618, IDF-10617, IDF-10588, IDF-10598, IDF-10609, IDF-10610, IDF-10600, IDF-10589, IDF-10607, IDF-10608, IDF-10596, IDF-12857, IDF-11002, IDF-10601, IDF-10579, IDF-8641, IDF-8640, IDF-8639, IDF-8638, PM-403, AX-1139, AX-1151, AX-1153, AX-1155, WIFIBUG-1159, and WIFIBUG-1146
See merge request espressif/esp-idf!38566
2025-04-28 21:06:18 +08:00
Michael (XIAO Xufeng)
1f74bebdda
Merge branch 'feat/add_default_config_supsend' into 'master'
...
system: add config for suspend test app
See merge request espressif/esp-idf!38695
2025-04-28 20:20:43 +08:00
Erhan Kurubas
dc91d32f94
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250422' into 'master'
...
feat(tools): update openocd version to v0.12.0-esp32-20250422
See merge request espressif/esp-idf!38723
2025-04-28 17:45:19 +08:00
yinqingzhao
dd9f8bfcbc
feat(wifi): chip esp32c5 eco2 support wifi
2025-04-28 10:52:55 +08:00
nilesh.kale
c65858287a
feat: enabled secure boot support esp32h21
2025-04-25 17:48:25 +05:30
Alexey Gerenkov
6e2af8f042
feat(tools): update openocd version to v0.12.0-esp32-20250422
2025-04-25 16:56:42 +08:00
Xiao Xufeng
bb6da46ccd
system: add config for suspend test app
2025-04-24 21:36:58 +08:00
Peter Marcisovsky
a57ce1372e
Merge branch 'feat/usb_host_cmock_individual_usb_layer_mocking' into 'master'
...
feat(usb_host): Cmock, individual USB layers mocking
Closes IDF-12001
See merge request espressif/esp-idf!34584
2025-04-23 23:43:47 +08:00
peter.marcisovsky
18ae6c38a9
feat(usb_host): Individual USB Host stack layers mocking
...
- Individual CMocks for separate USB Host layers
- Allowing to test USB Host layers separately
- Mocks: Full USB stack, USB Host, USBH
2025-04-23 11:50:22 +02:00
Konstantin Kondrashov
204046e799
feat(log): Add binary logging support
2025-04-23 15:46:34 +08:00
Li Shuai
a5b1468ba0
change(esp_hw_support): modify to resolve some review threads
2025-04-17 22:06:21 +08:00
Kevin (Lao Kaiyao)
16d79103aa
Merge branch 'feature/support_c5_eco2_rom' into 'master'
...
feat(rom): update rom for c5 eco2
See merge request espressif/esp-idf!38297
2025-04-16 20:36:07 +08:00
Ivan Grokhotkov
34afa1948f
Merge branch 'bugfix/ldgen_cmake_interface_libs' into 'master'
...
fix(build): query correct property for interface libraries
See merge request espressif/esp-idf!38401
2025-04-16 19:44:15 +08:00
Marek Fiala
995c0777f8
Merge branch 'fix/failing_custom_cmake_host_win' into 'master'
...
fix(Tools): failing test_build_custom_cmake_project (Win, MacOS runners)
Closes IDF-12682
See merge request espressif/esp-idf!37932
2025-04-16 16:01:23 +08:00
laokaiyao
1c5d48e2bc
ci: disable target tests for c5 eco2
2025-04-16 11:01:39 +08:00
laokaiyao
9a88effab8
ci: disabled RF soc caps for c5 eco2
...
Disable the RF soc caps to bypass the build of un-supported RF examples
2025-04-16 11:01:39 +08:00
Alexey Gerenkov
0181d1b1ce
Merge branch 'feat/add_esp_clang_libs_tool' into 'master'
...
Add support for esp-clang-libs to IDF tools
Closes IDFGH-15043
See merge request espressif/esp-idf!36391
2025-04-15 22:29:19 +08:00
Marek Fiala
1507ec7466
fix(test): Proper cleanup after build_custom_cmake pytest
...
The test create build folder in current directory which
in this case is defined by (test_app_copy).
It also creates sdkconfig file in cmake source directory, which
is defined as $IDF_PATH/examples/build_system/cmake/idf_as_lib
The fixtures ensures proper cleanup even when test fails.
2025-04-15 15:09:27 +02:00
Marek Fiala
58b3c60f59
fix(tools): Update ruff-format changes
2025-04-15 15:09:27 +02:00
Marek Fiala
87a118361f
test(tools): skip custom cmake project test for host on Win
2025-04-15 15:09:27 +02:00
Ivan Grokhotkov
977d841229
fix(build): query correct property for interface libraries
...
431ee5c058 has changed the way ldgen works by introducing the
recursive lookup of component libraries reachable from the executable.
The implementation incorrectly queried LINK_LIBRARIES instead of the
INTERFACE_LINK_LIBRARIES property for INTERFACE targets.
2025-04-15 10:23:20 +02:00
C.S.M
03ae34e3f9
Merge branch 'refactor/add_flash_list_check' into 'master'
...
refactor(spi_flash): Add spi_flash driver list linked check
See merge request espressif/esp-idf!38343
2025-04-15 13:59:41 +08:00
Alexey Gerenkov
0cb7eb0465
fix(tools): Fix linter errors in 'idf_tools.py'
2025-04-14 17:10:55 +03:00
Alexey Gerenkov
e7423ebbcc
feat(tools): Add standalone Clang libraries to tools.json
2025-04-14 17:10:55 +03:00
Alexey Gerenkov
9768b86095
feat(tools): Update Clang version to esp-19.1.2_20250312
...
Closes https://github.com/espressif/esp-idf/issues/15731
2025-04-14 17:10:46 +03:00
Ivan Grokhotkov
431ee5c058
refactor(cmake): collect libraries from ELF, don't depend on idf_build_target
2025-04-11 14:00:56 +02:00
C.S.M
15fa7843ae
refactor(spi_flash): Add spi_flash driver list linked check
2025-04-10 15:36:11 +08:00
Alexey Lapshin
4bfb897556
Merge branch 'feature/update-gdb-to-16.2_20250324' into 'master'
...
feat(tools): update gdb version to 16.2_20250324
See merge request espressif/esp-idf!38014
2025-04-08 12:29:05 +08:00
Jiang Jiang Jian
410e138db4
Merge branch 'feature/wifi_support_regdomain' into 'master'
...
feat(wifi):wifi support regdomain
See merge request espressif/esp-idf!31441
2025-04-07 20:21:10 +08:00
Martin Vychodil
d69378cdd5
Merge branch 'update/nvs_example' into 'master'
...
refactor(nvs_examples): refactor nvs storage examples and add nvs_console example
See merge request espressif/esp-idf!37978
2025-04-07 16:27:06 +08:00
yinqingzhao
cceb2c49b1
feat(wifi): wifi support regdomain for both 2.4G and 5G
2025-04-07 15:27:40 +08:00
sonika.rathi
e4e56a4687
refactor(examples/storage): move all the nvs examples to 'examples/storeage/nvs' directory
2025-04-03 12:39:20 +02:00
harshal.patil
9221c4eecd
fix(examples): Example CA certs must contain the Key Usage parameter
...
- Example CA certificates that are used for self-signed client certificates
need to include the Key Usage parameter.
- Python3.13 changed the default context of the SSL context that is
generated using ssl.create_default_context() by enabling the VERIFY_X509_STRICT
flag by default
2025-04-03 09:20:35 +05:30
Mahavir Jain
5c51472e82
Merge branch 'bugfix/linux_cert_bundle_build_warn' into 'master'
...
fix(tools): suppress GNU bin-utils warning about executable stack
Closes IDFCI-2819
See merge request espressif/esp-idf!38109
2025-04-01 23:56:43 +08:00
Chen Ji Chang
c3a3cc8657
Merge branch 'feat/h4_enable_ci_build' into 'master'
...
feat(esp32h4): enable ESP32H4 ci build
Closes IDF-12332
See merge request espressif/esp-idf!37921
2025-03-31 23:49:48 +08:00
Mahavir Jain
32875d5a66
fix(tools): suppress GNU bin-utils warning about executable stack
...
Newer GNU bin-utils version 2.39 has started emitting a warning
about an executable stack region for Linux target build:
/usr/bin/ld: warning: x509_crt_bundle.S.o: missing .note.GNU-stack section implies executable stack
Fix the issue by adding appropriate "noexecute" attribute for stack
section.
2025-03-31 19:15:36 +05:30
Peter Dragun
201e4f3eb3
Merge branch 'ci/ruff' into 'master'
...
Enable ruff for all python files
Closes IDF-9084
See merge request espressif/esp-idf!38044
2025-03-31 20:41:37 +08:00
Peter Macko
c5b741ea5f
Merge branch 'ci/update_esp-env-v5.5_to_ubuntu_24.04_fixed' into 'master'
...
5.5: Update ubuntu base image for esp-env-v5.5 to 24.04, with fixed pipelines
Closes RDT-993
See merge request espressif/esp-idf!37959
2025-03-31 20:11:57 +08:00
Peter Macko
4a1ea4b725
5.5: Update ubuntu base image for esp-env-v5.5 to 24.04, with fixed pipelines
2025-03-31 20:11:57 +08:00
Lu Ai Jun
e2f50bea42
Merge branch 'ci/add_test_for_ecos_wifi_enterprise' into 'master'
...
CI: add C3 eco7 and C2 eco4 tests for wifi
See merge request espressif/esp-idf!37759
2025-03-31 10:10:56 +08:00
Martin Vychodil
decbd36008
Merge branch 'contrib/github_pr_15656' into 'master'
...
fix(nvs_flash): removed usage of 'using namepsace std' in a header file (GitHub PR)
Closes IDFGH-14947
See merge request espressif/esp-idf!38086
2025-03-28 22:02:19 +08:00
Tomáš Rohlínek
be6e24370f
fix(storage/nvf_flash): fixup additions from PR
2025-03-28 12:57:33 +01:00
Chen Jichang
c34b4eb882
feat(esp32h4): enable ESP32H4 ci build
2025-03-28 14:41:28 +08:00
Peter Dragun
806c93e08e
change: fix issues reported by ruff
2025-03-27 12:30:23 +01:00
Peter Dragun
de6206ed3a
ci: use ruff for formatting and linting all python files
2025-03-27 10:44:27 +01:00
Sudeep Mohanty
5ba12ea922
Merge branch 'feat/freertos_move_funcs_to_flash' into 'master'
...
feat(freertos): Add config to move additional functions into flash
Closes IDF-11428
See merge request espressif/esp-idf!37555
2025-03-27 17:10:00 +08:00
Alexey Lapshin
a31f487760
Merge branch 'feat/newlib-optimized-misaligned-memory' into 'master'
...
feat(newlib): riscv: add CONFIG_LIBC_OPTIMIZED_MISALIGNED_ACCESS config option
See merge request espressif/esp-idf!36704
2025-03-27 16:32:01 +08:00
Marius Vikhammer
7605727233
Merge branch 'feature/esp_log_flash' into 'master'
...
feat(log): added option for placing log api in flash
Closes IDF-12522
See merge request espressif/esp-idf!37941
2025-03-27 10:49:32 +08:00