diff options
| author | Keith Packard <keithp@keithp.com> | 2013-03-21 10:16:35 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-02-08 22:03:04 -0800 |
| commit | 32199c778da71e94c7d620de07609dd8c8cf5c18 (patch) | |
| tree | 08e70ac6098cb4819385a98747667263f29d34cd /src/fox1ihu/Makefile | |
| parent | e55f075ece22108d2ab4f0c46378c00756dda722 (diff) | |
altos/fox: Enable M25 driver for MRAM.
The M25 driver can also talk to the MRAM chip, with a few adjustments
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/fox1ihu/Makefile')
| -rw-r--r-- | src/fox1ihu/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fox1ihu/Makefile b/src/fox1ihu/Makefile index 94315e79..d702cca8 100644 --- a/src/fox1ihu/Makefile +++ b/src/fox1ihu/Makefile @@ -11,6 +11,8 @@ INC = \ ao_arch_funcs.h \ ao_pins.h \ ao_product.h \ + ao_watchdog.h \ + ao_storage.h \ ao_task.h \ stm32l.h \ Makefile @@ -42,6 +44,8 @@ ALTOS_SRC = \ ao_exti_stm.c \ ao_adc_stm.c \ ao_data.c \ + ao_storage.c \ + ao_m25.c \ ao_watchdog.c PRODUCT=Fox1IHU-v1 |
