This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 30a567453cf tools/espressif: Add risc-v compiler info dump for Espressif devices 30a567453cf is described below commit 30a567453cf283a3ab978947fa3adc40cf63fe7b Author: Eren Terzioglu <eren.terzio...@espressif.com> AuthorDate: Wed Jul 9 11:07:36 2025 +0200 tools/espressif: Add risc-v compiler info dump for Espressif devices Add xpack risc-v compiler info on diagnostic tool Signed-off-by: Eren Terzioglu <eren.terzio...@espressif.com> --- tools/espressif/chip_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/espressif/chip_info.py b/tools/espressif/chip_info.py index 5a671158814..e170e4de3d2 100644 --- a/tools/espressif/chip_info.py +++ b/tools/espressif/chip_info.py @@ -213,6 +213,7 @@ def get_espressif_toolchain_version(): "xtensa-esp32-elf-gcc", "xtensa-esp32s2-elf-gcc", "xtensa-esp32s3-elf-gcc", + "riscv-none-elf-gcc", "riscv32-esp-elf-gcc", "riscv64-unknown-elf-gcc", ]