CirnOS icon indicating copy to clipboard operation
CirnOS copied to clipboard

Bringing the workflow of Arduino to the Raspberry Pi

Results 9 CirnOS issues
Sort by recently updated
recently updated
newest added

wasn't sure if this project is dead or not, its a bit unclear what it can and cant do tried building it but i only have a pi2 to test...

CirnOS currently can only run on the Pi Zero family and the original Raspberry Pi, which only makes up a fraction of the total Raspberry Pi users. It should be...

good first issue

I know this is a pretty large task, but, if this thing could do networking, it could be a lot more powerful

enhancement

Added test repo Cleaned up imports Improved build and deploy scripts Shifted around build directory to make more sense and to have a place for everything (lib directory for libs,...

Currently CirnOS lacks the ability to connect to devices over USB. Adding support would mean users could interface with keyboards and mice, or any number of other peripherals.

enhancement

A hardcoded /dev/sdb1 is pretty eww as well as sudoing. You should make people sudo deploy.sh. Also, perhaps a unique name for the mounting folder. Maybe even a temporary.

bug

Currently `README.md` only covers building CirnOS on two operating systems -- Arch Linux and Fedora. It would be helpful for future developers if they could find instructions for building CirnOS...

help wanted
good first issue

Right now, my attention has been put into adding features to CirnOS to give the user enough power to complete full projects using this operating system. I have not tested...

good first issue

Currently userspace Lua code can only read/write to the SD Card, print to the screen, and read/write GPIO pins digitally. CirnOS users would be able to accomplish much more if...

enhancement