summaryrefslogtreecommitdiff
path: root/src/avr/ao_pins.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-07-16 14:44:40 -0700
committerKeith Packard <keithp@keithp.com>2012-07-16 14:44:40 -0700
commit84d5e00d417af4924594908d19346bb965089cdd (patch)
tree82f3b4e5030f1d3b67cf99372480b4315b80a2f6 /src/avr/ao_pins.h
parent2a23030031c31267fc4f14accd9220f285c03b61 (diff)
src: Add driver for AVR internal eeprom. Use for telepyro config.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/avr/ao_pins.h')
-rw-r--r--src/avr/ao_pins.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/avr/ao_pins.h b/src/avr/ao_pins.h
index 850a08ec..3c9010a8 100644
--- a/src/avr/ao_pins.h
+++ b/src/avr/ao_pins.h
@@ -72,6 +72,12 @@
#define HAS_ADC 1
#define PACKET_HAS_SLAVE 0
#define HAS_BEEP 0
+ #define HAS_EEPROM 1
+ #define USE_INTERNAL_FLASH 1
+ #define DISABLE_HELP 1
+ #define HAS_STORAGE_DEBUG 0
+ #define IS_COMPANION 1
+ #define ao_storage_pos_t uint16_t
#define AVR_VCC_5V 0
#define AVR_VCC_3V3 1