Fu Hanxi
91feda824b
ci: generate new report if old one failed to be updated
2024-11-13 20:46:01 +01:00
WanqQixiang
20ee7e18f4
fix(tools/esp_prov): Fix hostname resolving for IPv6-only host
2024-11-05 17:44:46 +08:00
Jiang Jiang Jian
e6fcf6632c
Merge branch 'fix/gdbstub_runtime_test_requiers_elf_file_v5.3' into 'release/v5.3'
...
fix(gdbstub_runtime): fix test gdbstub_runtime which requiers elf file (v5.3)
See merge request espressif/esp-idf!33815
2024-10-28 12:12:32 +08:00
Jiang Jiang Jian
8d41e65110
Merge branch 'fix/kconfig-option-orphan_sections_warning_v5.3' into 'release/v5.3'
...
fix(build): fix orphan sections warning kconfig variable (v5.3)
See merge request espressif/esp-idf!33941
2024-10-28 11:53:16 +08:00
Rodrigo Silva
c52114bb0b
change: bump max sockets in lwip Kconfig
...
Tested under ESP32S3, running 50 tasks, each with a client, and a server
listening to one client, totalizing 150 sockets/files open, forwarding
data from PPP to Ethernet and vice versa.
Reasoning for 255 total sockets/files is VFS local_fd_t being a uint8_t.
Since FD_SETSIZE is defined at tool level, a CMakeLists user definition
is needed in cases above 64 (the default value).
Merges https://github.com/espressif/esp-idf/pull/13866
2024-10-25 17:50:10 +08:00
Jiang Jiang Jian
817495b1ff
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20241016_v5.3' into 'release/v5.3'
...
feat(tools): update openocd version to v0.12.0-esp32-20241016 (v5.3)
See merge request espressif/esp-idf!34393
2024-10-24 11:21:28 +08:00
Alexey Gerenkov
854dfb45d4
feat(tools): update openocd version to v0.12.0-esp32-20241016
2024-10-23 10:04:56 +02:00
Roland Dobai
431cf92fed
fix(tools): Print message about GDBGUI being not supported with Python 3.13
2024-10-22 16:00:42 +02:00
Martin Vychodil
5510aa6f08
Merge branch 'bugfix/nvs_entry_sanity_check_v5.3' into 'release/v5.3'
...
Bugfix/added nvs entry header sanity checks (v5.3)
See merge request espressif/esp-idf!34289
2024-10-22 19:51:53 +08:00
Aditya Patwardhan
9b6d574c95
Merge branch 'feature/add_compiler_no_merge_constants_v5.3' into 'release/v5.3'
...
feat: add compiler config for not merging const sections (v5.3)
See merge request espressif/esp-idf!34086
2024-10-18 18:37:03 +08:00
radek.tandler
7668a321db
fix(storage/nvs): Fixed hadling of inconsistent values in NVS entry header
...
feat(storage/nvs): Added test cases for damaged entries with correct CRC
2024-10-18 10:48:24 +02:00
Marek Fiala
2bfcfda7d4
feat(tools): Exclude modified folders by rebuild
2024-10-16 15:05:52 +08:00
Marek Fiala
02d90f2784
feat(tools): Update tools: cmake, ninja, ccache
...
cmake v3.24.0 -> v3.30.2
ninja v1.11.1 -> v1.12.1
ccache v4.8 -> v4.10.2
Closes https://github.com/espressif/esp-idf/pull/14376
2024-10-16 15:05:52 +08:00
Mahavir Jain
bfd037e87e
feat: add compiler config for not merging const sections
...
Probably GCC-13.x and on-wards uses "-fmerge-constants" to merge
the const section (string/floating-point) across compilation units.
This makes it difficult to properly analyze the size output of rodata
section across libraries, the merged section (big in size) is showed
across a single library.
The config option added here can help to disable this compiler behavior
and help to provide better size analysis. It can be used during
development phase only as it increases rodata section size.
2024-10-15 13:35:35 +08:00
Roland Dobai
3f62cc4af8
Merge branch 'fix/ldgen_sort_v5.3' into 'release/v5.3'
...
fix(ldgen): enable default name SORT in linker fragment (v5.3)
See merge request espressif/esp-idf!34074
2024-10-14 15:20:19 +08:00
Frantisek Hrbata
e32914f972
fix(ldgen): enable default name SORT in linker fragment
...
Currently, the `SORT` flag mandates the inclusion of at least the
`sort_by_first` argument in the grammar, despite the documentation[1]
indicating that `SORT` can be utilized without any arguments, defaulting
to sorting input sections by name. Fix this by modifying the grammar
to allow a default `SORT` and update a test accordingly.
[1] https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/
linker-script-generation.html
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-10-10 09:12:27 +02:00
Alexey Lapshin
2f8f397d6b
fix(test): reduce gdb_loadable_elf binary size
2024-10-10 10:12:31 +08:00
Roland Dobai
90ca8e7cb7
Merge branch 'fix/idfpy_uf2_fail_v5.3' into 'release/v5.3'
...
fix(uf2): Ignore ESPBAUD, ESPPORT when calling idf.py uf2[-app] (v5.3)
See merge request espressif/esp-idf!33948
2024-10-02 20:32:11 +08:00
Jan Beran
519322de5f
fix(uf2): Ignore ESPBAUD, ESPPORT when calling idf.py uf2[-app]
2024-10-01 13:37:17 +02:00
Erhan Kurubas
67e49f542a
test(esp-coredump): add test for the soft sha config
2024-10-01 10:07:04 +02:00
Alexey Lapshin
40d7068a95
fix(build): fix orphan sections warning kconfig variable
2024-10-01 12:18:56 +07:00
Chen Jichang
84f024478c
fix(ci): rerun pre-commit to fix readme files
2024-09-27 11:12:55 +08:00
Alexey Lapshin
9d3cdebddb
fix(gdbstub_runtime): fix test gdbstub_runtime which requiers elf file
2024-09-25 15:34:50 +07:00
morris
81d0122ede
Merge branch 'ci/remove_c5_build' into 'release/v5.3'
...
ci(esp32c5,esp32c61): stop building c5 and c61 on 5.3
See merge request espressif/esp-idf!33525
2024-09-23 13:16:36 +08:00
Konstantin Kondrashov
da77828786
fix(examples): Increases partition table offset for SBV2+FE test
2024-09-18 09:58:10 +03:00
Chen Jichang
c9430ed953
ci(esp32c5,esp32c61): stop building c5 and c61 on 5.3
2024-09-13 19:39:29 +08:00
Alexey Gerenkov
b1f17b69b6
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20240821_v5.3' into 'release/v5.3'
...
feat(tools): update openocd version to v0.12.0-esp32-20240821 (v5.3)
See merge request espressif/esp-idf!33170
2024-09-05 18:18:16 +08:00
Alexey Gerenkov
e74ca2811a
Merge branch 'coredump_fixes_v5.3' into 'release/v5.3'
...
Coredump fixes v5.3
See merge request espressif/esp-idf!31104
2024-09-05 17:49:00 +08:00
morris
d77148bb33
Merge branch 'bugfix/i2s_dma_buf_saturation_on_p4_v5.3' into 'release/v5.3'
...
fix(i2s): fixed alignment of max DMA buffer length on P4 (v5.3)
See merge request espressif/esp-idf!33221
2024-09-05 10:41:50 +08:00
Jiang Jiang Jian
038a86fc5f
Merge branch 'task/add_ldgen_exception_for_freertos_v5.3' into 'release/v5.3'
...
fix(freertos): Added freertos and ringbuf fragments to the exception list of ldgen mapping checks (v5.3)
See merge request espressif/esp-idf!33215
2024-09-05 10:35:36 +08:00
Jiang Jiang Jian
6bca576f99
Merge branch 'bugfix/ldgen_file_single_entry_v5.3' into 'release/v5.3'
...
fix(ldgen): fix linker script generation from a single-entry fragment file (backport v5.3)
See merge request espressif/esp-idf!33099
2024-09-04 13:58:25 +08:00
morris
a9aa97391d
Merge branch 'fix/mmu_multicore_app_bl_v5.3' into 'release/v5.3'
...
fix(MMU): fixed mmap deadlock when using multicore app with unicore bootloader (v5.3)
See merge request espressif/esp-idf!32889
2024-09-04 11:31:41 +08:00
Marius Vikhammer
c8fc5f643b
change(version): Update version to 5.3.1
2024-09-03 09:37:24 +08:00
laokaiyao
c518c281dd
change(i2s): add warning for inaccurate sample rate
2024-08-30 15:56:28 +08:00
Sudeep Mohanty
c3a79c301d
test(freertos): Added build test for function in flash with -Os optimation
...
This commit adds a build test for when FreeRTOS and esp_ringbuf functions
are placed in flash and the compiler optimizes for code size.
2024-08-30 09:15:15 +02:00
Sudeep Mohanty
99b18665a4
fix(freertos): Added freertos fragments to the exception list of ldgen mapping checks
...
This commit adds freertos and esp_ringbuf linker fragment sections
to the exception list of the ldgen mappings checker script.
2024-08-30 09:15:15 +02:00
Alexey Gerenkov
6adb58833f
feat(tools): update openocd version to v0.12.0-esp32-20240821
2024-08-28 13:18:15 +03:00
Omar Chebib
99b30023f8
fix(ldgen): fix linker script generation from a single-entry fragment file
2024-08-27 11:41:07 +08:00
Erhan Kurubas
d72b765404
fix(coredump): fix buffer overflow inside esp_core_dump_get_summary
...
Closes https://github.com/espressif/esp-idf/issues/13754
2024-08-26 12:17:25 +03:00
Erhan Kurubas
8dd40eeeda
ci(panic): add flash encrypted coredump tests
2024-08-26 12:17:18 +03:00
Xiao Xufeng
a26af847b7
ci(mmu): add unicore test
2024-08-16 11:51:58 +08:00
Ivan Grokhotkov
6568f8c553
Merge branch 'feature/update-qemu-to-esp_develop_9.0.0_20240606_v5.3' into 'release/v5.3'
...
feat(tools): update qemu version to esp_develop_9.0.0_20240606 (v5.3)
See merge request espressif/esp-idf!31526
2024-08-05 22:50:57 +08:00
Frantisek Hrbata
4c90790cd2
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:30:11 +02:00
Marius Vikhammer
68bdc86b65
Merge branch 'feature/print_panic_while_cache_fail_v5.3' into 'release/v5.3'
...
feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU (v5.3)
See merge request espressif/esp-idf!31129
2024-08-01 14:47:04 +08:00
Jiang Jiang Jian
0df2bb24e7
Merge branch 'fix/fix_some_wifi_bugs_07_29_v5.3' into 'release/v5.3'
...
fix(wifi): fix some wifi bugs (v5.3)
See merge request espressif/esp-idf!32451
2024-08-01 11:22:53 +08:00
xuxiao
4cc7eecf4f
fix(wifi): fix some wifi bugs (v5.3)
2024-07-31 20:35:47 +08:00
Song Ruo Jing
8b8bb72ad4
feat(uart): support uart module sleep retention on c6/h2/p4
2024-07-31 15:15:11 +08:00
Ivan Grokhotkov
acb201e5b2
feat(tools): enable idf.py qemu integration for ESP32-S3
2024-07-30 19:37:32 +08:00
Ivan Grokhotkov
ae0a230843
feat(tools): update qemu version to esp_develop_9.0.0_20240606
2024-07-30 19:37:32 +08:00
Konstantin Kondrashov
3f82f6e93b
feat(esp_system): Print backtrace for both CPUs when cache error does not determine CPU
2024-07-30 19:35:35 +08:00