-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Labels
Description
Describe
Support for the Raspberry Pi Pico as a target environment.
Why do you think this feature would be useful?
This feature seems similar to other microcontroller support and would benefit the Raspberry Pi Pico community by providing an alternative to Micro/Circuit Python.
Describe alternatives you've considered
Several alternatives were looked into: muJS and Qjs. MuJS unfortunately is only ES5 compatible and does not have embedded support. Qjs provides ES2020 support, but also does not have embedded support. Moddable has ES2020 support with embedded support and has been implemented for other similar microcontrollers.
Reactions are currently unavailable