W600 pico?

Hi,
what about this tiny puppy? https://www.wemos.cc/en/latest/w600/w600_pico.html Is it supported by WLED?

It also has only 1 MB of flash memory like some supported devices but doesn’t seem to be programable using this WLED_0.x.x_ESP8266_512k.bin image.

Has anyone successfully managed this? Thanks for any hints.

Only ESP8266/32 so far.

Has anyone configured the Arduino environment so it can compile native to the W600 Pico like they have for ESP8266/ESP32?

Interesting little board!
Has more RAM than ESP8266 and should be able to address LEDs.
However, most examples only tell you how to use it with a separate MCU and AT commands (just like the ESP8266 in 2014 :joy: can you imagine not running application code on ESP natively today?)
There is also already a (Chinese and apparently quite unmaintained) Arduino core availabe for that chip.
Hardware wise this is definitely feasible but until this chip gets some more love from the Arduino community I’d imagine it would be quite hard to port all libraries required by WLED to work with the W600.