Alexey Lapshin
f297a9d487
Merge branch 'feature/add-picolibc-support' into 'master'
...
Add picolibc support
Closes IDF-11319
See merge request espressif/esp-idf!33601
2024-12-03 13:12:41 +08:00
Roland Dobai
e61653e68e
Merge branch 'contrib/github_pr_14966' into 'master'
...
Tools: Fix a typo in the QEMU documentation (GitHub PR)
Closes IDFGH-14164
See merge request espressif/esp-idf!35355
2024-12-03 02:18:48 +08:00
Alexey Lapshin
888b5f7e8d
feat(newlib): add picolibc support
2024-12-02 21:35:56 +07:00
Jan Tomka
0b67e76715
docs(tools): Fix a typo in the QEMU documentation
2024-12-02 21:48:19 +11:00
Roland Dobai
a2c399c098
Merge branch 'feat/add_idf_path_setting_info' into 'master'
...
feat(tools): Add info message to install/export scripts about IDF_PATH being set/change.
Closes IDF-9355
See merge request espressif/esp-idf!34748
2024-11-25 17:20:55 +08:00
Roland Dobai
4110d14825
Merge branch 'feat/document_idf_version_txt_file' into 'master'
...
docs(tools): Mention idf_version.txt in documentation
Closes IDF-11630
See merge request espressif/esp-idf!34717
2024-11-25 17:19:10 +08:00
Roland Dobai
46e37515b8
Merge branch 'feat/examples_minimal_build' into 'master'
...
switch examples to build just with required components
Closes IDF-11308, IDF-7940, and IDF-11289
See merge request espressif/esp-idf!33825
2024-11-25 16:27:29 +08:00
renpeiying
5182c8031e
docs: Update CN translation for idf-tools.rst
2024-11-25 15:56:16 +08:00
Marek Fiala
cad15b50c4
feat(tools): Inform user about IDF_PATH set/change in install/export scripts
2024-11-25 15:56:16 +08:00
Abhik Roy
e2ae81a101
Merge branch 'examples/getaddrinfo_af_unspec' into 'master'
...
feat(examples): Added wrapper for getaddrinfo to handle AF_UNSPEC
Closes IDFGH-12201
See merge request espressif/esp-idf!33234
2024-11-22 17:58:08 +08:00
Tomas Rohlinek
408ae4c560
Merge branch 'feature/switch_to_new_vfs_api' into 'master'
...
feat(storage): switch to new VFS API
Closes IDF-11473
See merge request espressif/esp-idf!32029
2024-11-22 16:51:46 +08:00
Abhik Roy
d846929dc3
feat(lwip): Added wrapper for getaddrinfo to handle AF_UNSPEC
2024-11-22 13:06:34 +11:00
Tomáš Rohlínek
ae1e8a2ea3
feat(storage/vfs): update docs to new version of API
2024-11-21 07:41:41 +01:00
David Čermák
fc682fc7fb
Merge branch 'fix/wifi_docs_remove_nonexistent_lwip_opt' into 'master'
...
fix(wifi): Remove non-existent LWIP option from docs
See merge request espressif/esp-idf!34055
2024-11-21 14:24:12 +08:00
shenmengjing
ab5bf7291e
docs: Update CN translation for docs in jtag-degugging
2024-11-21 12:11:11 +08:00
Frantisek Hrbata
e0113d81d2
docs(build_system): describe MINIMAL_BUILD build property
...
Include a description of the MINIMAL_BUILD property, which serves as a
shortcut for set(COMPONENTS main). Additionally, add a note to the
relevant components indicating that they must be included in the build
to allow for their configuration.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-20 20:14:40 +01:00
David Cermak
862815f362
fix(wifi): Remove non-existent LWIP option from docs
2024-11-20 15:34:18 +01:00
Alexey Lapshin
2a6e08431b
Merge branch 'feature/move-gdb-options-to_project_description_json' into 'master'
...
feat(debugging): move gdbinit generation to CMake
Closes IDF-11489
See merge request espressif/esp-idf!34779
2024-11-20 14:30:40 +08:00
Alexey Lapshin
48a49c8154
feat(debugging): move gdbinit generation to CMake
...
This feature is useful for 3rd-party software to run GDB with predefined
options that described in project_description.json file
allow to pass custom options to "idf.py gdb":
--gdb-commands: command line arguments for gdb. (without changes)
-ex: pass command to gdb.
-x: pass gdbinit file to gdb. Alias for old --gdbinit command
2024-11-19 16:41:38 +07:00
Xu Si Yu
6e05a9e65b
feat(openthread): support using custom header file
2024-11-15 15:37:54 +08:00
Radek Tandler
8255ba29a6
Merge branch 'feature/storage_nvs_bootloader' into 'master'
...
feat(storage/nvs): NVS bootloader support
See merge request espressif/esp-idf!31753
2024-11-15 00:12:18 +08:00
radek.tandler
c445ec134b
feat(nvs_flash): Implemented basic nvs_flash support for bootloader
2024-11-14 11:56:45 +01:00
Roland Dobai
7fcbdb9c2e
Merge branch 'docs/sbom_tool' into 'master'
...
docs(sbom): add basic description about SBOM for ESP-IDF projects
Closes IDF-11485
See merge request espressif/esp-idf!34853
2024-11-14 17:28:11 +08:00
renpeiying
e4b8712bbc
docs: Update CN translation for idf-tools.rst
2024-11-14 16:09:24 +08:00
Zhang Shuxian
d7bc953d66
docs: Provide CN translation for file system considerations in IDF
2024-11-14 10:09:56 +08:00
Frantisek Hrbata
4e9362a1cb
docs(sbom): add basic description about SBOM for ESP-IDF projects
...
Add a basic description and usage overview of the esp-idf-sbom tool. A
more detailed description is already available on the GitHub pages,
which this documentation refers to.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-13 15:45:19 +01:00
Erhan Kurubas
97b65d7350
Merge branch 'change/disable_stub_bins' into 'master'
...
change(esp_system): do not include openocd stub bins by default
See merge request espressif/esp-idf!34755
2024-11-13 14:30:43 +08:00
Marius Vikhammer
f8ddcee8cd
Merge branch 'refactor/cache_err_panic' into 'master'
...
refactor(panic): refactor and unify cache panic errors
See merge request espressif/esp-idf!34382
2024-11-13 10:19:38 +08:00
Roland Dobai
30b13b132d
Merge branch 'update/deprecate_python38' into 'master'
...
feat: Drop Python 3.8 support
Closes IDF-7579
See merge request espressif/esp-idf!34419
2024-11-13 01:40:58 +08:00
Konstantin Kondrashov
ce72392e2f
Merge branch 'feature/adds_recovery_bootloader_subtype' into 'master'
...
feat(partition_table): Support recovery bootloader subtype
See merge request espressif/esp-idf!34757
2024-11-12 22:54:39 +08:00
Erhan Kurubas
b4f366f56f
change(esp_system): do not include openocd stub bins by default
2024-11-12 14:04:17 +01:00
Lu Wei Ke
bb9a2658a9
Merge branch 'docs/translate_partition_tables' into 'master'
...
docs: Provide CN translation for partition tables
Closes DOC-9274
See merge request espressif/esp-idf!34647
2024-11-12 17:23:40 +08:00
Konstantin Kondrashov
52f14f344d
feat(partition_table): Support recovery bootloader subtype
2024-11-12 17:22:53 +08:00
Frantisek Hrbata
a4acbd2758
feat: Drop Python 3.8 support
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2024-11-12 17:02:26 +08:00
luweike
e7ab36ebbf
docs: Provide CN translation for partition tables
2024-11-12 14:29:30 +08:00
Marek Fiala
d7d8828824
docs(tools): Mention idf_version.txt and ESP_IDF_VERSION in documentation
2024-11-11 16:08:47 +01:00
Jan Beran
06508329c8
Merge branch 'docs/edit_kconfig_docs' into 'master'
...
docs(kconfiglib): Make a detailed docs section about Kconfig
See merge request espressif/esp-idf!32995
2024-11-11 16:06:40 +08:00
David Čermák
5e056de1e7
Merge branch 'fix/lwip_docs_thread_safe_socks' into 'master'
...
fix(lwip): Document that not all sock operations are thread safe
See merge request espressif/esp-idf!34333
2024-11-07 15:41:12 +08:00
Marius Vikhammer
9c5dde5536
refactor(panic): refactor and unify cache panic errors
2024-11-07 11:39:40 +08:00
Jan Beran
dbc6be3138
fix(docs): Fix links pointing to esp-idf-kconfig Documentation
2024-11-06 15:51:13 +01:00
David Cermak
e8c5992a57
fix(lwip): Document that not all sock operations are thread safe
2024-11-06 08:24:45 +01:00
Shen Meng Jing
67169f8efd
Merge branch 'docs/update_cn_translation' into 'master'
...
docs: Sync CN and EN files
Closes DOC-9182
See merge request espressif/esp-idf!34249
2024-11-05 19:18:36 +08:00
shenmengjing
6f86f70f0a
docs: Sync CN and EN files
2024-11-05 18:03:42 +08:00
Omar Chebib
569222488e
Merge branch 'feature/bootloader_extra_dir' into 'master'
...
feat(bootloader): add the possibility to specify extra components directories
See merge request espressif/esp-idf!33433
2024-11-01 16:58:01 +08:00
Omar Chebib
729c55b790
docs: changed bootloader extra component to a property in build-system.rst
2024-11-01 13:52:01 +08:00
renpeiying
a1df6b8185
docs: Update CN translation for api-guides/build-system.rst
2024-11-01 13:52:01 +08:00
Omar Chebib
775c65a6b7
feat(bootloader): add the possibility to specify extra components directories
2024-11-01 13:52:01 +08:00
Konstantin Kondrashov
8c4f576f99
feat(partition_table): Support primary subtypes partitions
2024-10-31 13:16:01 +02:00
shenmengjing
7cea2a78cc
docs: Update CN translation for build-system.rst and freertos.rst
2024-10-31 16:03:19 +08:00
Shen Meng Jing
e2e4a36577
Merge branch 'docs/update_cn_lf_pt' into 'master'
...
docs: Update CN translation for libs-framework.rst and partition-table.rst
Closes DOC-9097 and DOC-9116
See merge request espressif/esp-idf!34091
2024-10-30 15:20:05 +08:00