Thanks for asking
. That's what I'm trying to work out.
Low power has a lot to do with it. And there is a huge nostalgic element. Add a dash of PDP-11 envy, and a desire to get down to the bare metal in a relatively painless way. Once the system is installed and running, many complications are eliminated - No toolchains, complicated development environments, heck, a dumb ASCII terminal allows me to get into the hardware with ... no laptop as a host. The feel of the thing is ... hard to describe.
The idea of running Linux on RP2040 isn't really practical (Fuzix is part way there I suppose). So this is the next best minimalist kind of self hosting operating system. If RP2040 can be considered "embedded", then this environment would be like the leap from Basic in ROM systems to something like UCSD Pascal.
I should mention a few shortcomings.
No C pre-processor. No linker. One flat source file. But, access to the Pico SDK.
LittleFS file system, small relative to Linux capable systems.
At this stage, no SD Card support, or VFAT on a card. So upload/download of files using XModem.
Anyway, if you are at all interested in this kind of thing, give it a whirl. If nothing else, it is a lot of fun.