Hello everybody out there using rp2040 -
I'm doing a (free) operating system for microcontrollers (just a hobby, won't be big and professional), for starters for rp2040 based boards. It's been brewing since 2022 and is starting to come together. I'd love any feedback on what people like/dislike. My OS is a bit like CP/M or PC DOS. Filesystem is in flash and on SD card instead of floppies.
I've currently ported fatfs and created a simple shell with a dynamic loader and everything seems to be working. This means that this approach may become practical eventually. So I would like to know what features most people would like. Any suggestions are welcome, but I can't promise to implement them.![😀]()
Sources on Github: https://github.com/fp-m/fpm-embedded
Pre-compiled binaries are available for download in the Release section: https://github.com/fp-m/fpm-embedded/releases/tag/v0.1
--Serge V.
I'm doing a (free) operating system for microcontrollers (just a hobby, won't be big and professional), for starters for rp2040 based boards. It's been brewing since 2022 and is starting to come together. I'd love any feedback on what people like/dislike. My OS is a bit like CP/M or PC DOS. Filesystem is in flash and on SD card instead of floppies.
I've currently ported fatfs and created a simple shell with a dynamic loader and everything seems to be working. This means that this approach may become practical eventually. So I would like to know what features most people would like. Any suggestions are welcome, but I can't promise to implement them.
Sources on Github: https://github.com/fp-m/fpm-embedded
Pre-compiled binaries are available for download in the Release section: https://github.com/fp-m/fpm-embedded/releases/tag/v0.1
--Serge V.
Statistics: Posted by Serge_V — Tue Jan 21, 2025 1:39 am — Replies 0 — Views 18