ulisp-picocalc/PICOCALC.md

19 lines
548 B
Markdown

# PICOCALC NOTES
This code runs on a PicoCalc with a Pico 2W.
In order to build this, copy the libraries (in the `libraries` directory)
to `${ARDUINO_HOME}/libraries`.
Future work:
- Fix autorestore: currently, the image must be `(load-image)`'d
once boot is complete.
- Load "boot.lisp" on startup.
- Clean up code and error messages.
- Lots of formatting fixes.
- Support an RTC.
- Improve error handling - instead of hanging, print error message
and return to top-level.
- Note: appears to return control to serial, not kbd/display.