Initial release of nano text editor cross-compiled for reCamera devices.
Features:
- Cross-compiled for RISC-V architecture with musl libc
- Statically linked binary (571KB)
- Full ncurses support with Unicode
- Complete syntax highlighting support
- Ready to run on reCamera devices
Installation:
- Download and extract the binary
- Copy to reCamera:
scp nano-recamera-v6.4 [email protected]:~/bin/nano - Make executable:
chmod +x ~/bin/nano
For build instructions, see README-RECAMERA.md