dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.07k stars 1.56k forks source link

Can Dart support Arduino ESP32 or Raspberry Pi? #52105

Closed fangjunai closed 1 year ago

fangjunai commented 1 year ago

Can Dart support Arduino ESP32 or Raspberry Pi?

julemand101 commented 1 year ago

What do you exactly mean by Raspberry Pi? There are lot of models and since you are asking also for Arduino ESP32 I have a guess that what you actually mean is Raspberry Pi Pico?

fangjunai commented 1 year ago

I mainly use it for IoT, If Arduino ESP32 can be implemented, it would be better and cheaper

mraleph commented 1 year ago

We have no current plans of porting and supporting Dart on ESP32. We experimented with this space before, but discontinued out efforts to avoid spreading ourselves too thin.

krispypen commented 3 months ago

looks like Swift is adding support for ESP32 with RISC-V https://www.swift.org/blog/embedded-swift-examples/