summaryrefslogtreecommitdiff
path: root/src/lambdakey-v1.0/lambda.ld
Commit message (Collapse)AuthorAge
* altos/lambdakey-v1.0: Make stack largerKeith Packard2017-12-12
| | | | | | scheme doesn't like to run with less than a 1kB stack. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/lambdakey-v1.0: Get this building againKeith Packard2017-12-12
| | | | | | | | | | The lambdakey can't hold a full implementation of the scheme interpreter, so use only a subset, removing floats, bigints and vectors. Also reduce the pre-loaded lisp code as well. It's pretty spare at this point; but it does fill the ROM. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/lambdakey: Get save/restore workingKeith Packard2017-02-20
Need the HSI clock running for the flash hardware to work. Signed-off-by: Keith Packard <keithp@keithp.com>