16 lines
388 B
Markdown
16 lines
388 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.
|