directory move

This commit is contained in:
2025-04-10 23:12:01 -07:00
parent 25199750cf
commit 8ecbfeab1e
604 changed files with 0 additions and 0 deletions

18
picocalc/PICOCALC.md Normal file
View File

@@ -0,0 +1,18 @@
# 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.