kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
648 stars 37 forks source link

RP2040(4, 8, 16 Mb flash) #521

Open vrz opened 2 years ago

vrz commented 2 years ago

It would be great if you support the Chinese version of RP2040 (4, 8, 16 Mb flash) global.board.USRKEY = 24; global.board.WS2812 = 23;

https://aliexpress.com/item/1005004096147070.html

UrielCh commented 2 years ago

So that why it did not works for me.

I only have USB-C versions in stock.

JohnAZoidberg commented 1 year ago

It's rather easy to do that, just edit the board.h file and rebuild.

ZIMkaRU commented 1 year ago

it would be good to have already prepared builds for these volumes of memory or Dockerfile for easily configurable build