Add no_std Xtensa targets support

This commit is contained in:
Sergio Gasquez
2024-05-14 17:16:59 +02:00
committed by Scott Mabin
parent e823288c35
commit 11f70d78f5
11 changed files with 138 additions and 2 deletions

View File

@@ -1766,6 +1766,10 @@ supported_targets! {
("nvptx64-nvidia-cuda", nvptx64_nvidia_cuda),
("xtensa-esp32-none-elf", xtensa_esp32_none_elf),
("xtensa-esp32s2-none-elf", xtensa_esp32s2_none_elf),
("xtensa-esp32s3-none-elf", xtensa_esp32s3_none_elf),
("i686-wrs-vxworks", i686_wrs_vxworks),
("x86_64-wrs-vxworks", x86_64_wrs_vxworks),
("armv7-wrs-vxworks-eabihf", armv7_wrs_vxworks_eabihf),