www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - ESP32 and ESP8266 support

reply Paulo Pinto <pjmlp progtools.org> writes:
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
next sibling parent kinke <noone nowhere.com> writes:
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 04 2020
prev sibling parent dangbinghoo <dangbinghoo gmail.com> writes:
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
May 05 2020