berry-lang / berry

A ultra-lightweight embedded scripting language optimized for microcontrollers.
https://berry-lang.github.io
MIT License
829 stars 97 forks source link

Is there a version of berry script for the rp2040/rp2350? #453

Open shreeve opened 4 days ago

shreeve commented 4 days ago

I would love to have a version of Berry Script for the Raspberry Pi Pico/W boards (rp2040 or rp2350).

It would be wonderful to have a simple UF2 file to flash to a board and immediately be able to connect and run code similar to: micropython, picoruby, KalumaJS, etc.

If this hasn't been done yet, how hard would it be to add support?

s-hadinger commented 3 days ago

Not to my knowledge. Volunteers accepted !

Porting Berry in itself should be very simple, then you need to think about the environment around: just a simple REPL, or something more elaborate