diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-12 15:27:26 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-12 15:27:26 -0800 |
commit | 09ea349f5b37e257e8ca23ead493ba1694395530 (patch) | |
tree | eca7e5f06fa5091ce6cf8cc7a3c06066aa8cc9eb /src/lambdakey-v1.0/ao_pins.h | |
parent | d8c9024f3829dc3f241b16869f165f3ee01764f3 (diff) |
altos/lambdakey-v1.0: Get this building again
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>
Diffstat (limited to 'src/lambdakey-v1.0/ao_pins.h')
-rw-r--r-- | src/lambdakey-v1.0/ao_pins.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lambdakey-v1.0/ao_pins.h b/src/lambdakey-v1.0/ao_pins.h index 2ba79c01..cb1c4aa7 100644 --- a/src/lambdakey-v1.0/ao_pins.h +++ b/src/lambdakey-v1.0/ao_pins.h @@ -19,6 +19,8 @@ #ifndef _AO_PINS_H_ #define _AO_PINS_H_ +#define HAS_TASK 0 + #define LED_PORT_ENABLE STM_RCC_AHBENR_IOPBEN #define LED_PORT (&stm_gpiob) #define LED_PIN_RED 4 |