Thread overview
ESP32 and ESP8266 support
May 04, 2020
Paulo Pinto
May 04, 2020
kinke
May 06, 2020
dangbinghoo
May 04, 2020
Hi,

thanks to a discussion thread on the Rust forums, I just discovered that Espressif is adding LLVM support for their chipsets.

https://github.com/espressif/llvm-project

This might eventually become an interesting target for D as well.

Regards,
Paulo
May 04, 2020
People have already been experimenting (with an old LLVM 6 fork at the time IIRC), see https://forum.dlang.org/post/xoobjmmowreaepzwnphp@forum.dlang.org.
May 06, 2020
On Monday, 4 May 2020 at 18:39:01 UTC, Paulo Pinto wrote:
> Hi,
>
> thanks to a discussion thread on the Rust forums, I just discovered that Espressif is adding LLVM support for their chipsets.
>
> https://github.com/espressif/llvm-project
>
> This might eventually become an interesting target for D as well.
>
> Regards,
> Paulo

please see: https://wiki.dlang.org/D_on_esp32/esp8266(llvm-xtensa%2Bldc)_and_how_to_get_started

llvm for xtensa target maybe just updated, so feel free to update that wiki tutorial.


thanks!
----
binghoo dang