Is it possible to use Kotlin Native for ESP32 or s...
# kotlin-native
i
Is it possible to use Kotlin Native for ESP32 or similar chips?
m
AFAIK there is no clang/llvm for ESP32.
o
Nope, no LLVM backend for Extensa so far: https://www.esp32.com/viewtopic.php?t=499
i
As I understand even in not so far future it's likely not possible to write in Kotlin Native for Extensa?
m
K/N based on LLVM, no LLVM - no K/N. We use in production Blackfin processors - GCC only too...
i
Okay, got it.
Thanks!
404 Views