diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-25 21:25:12 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-04-26 19:33:48 -0700 |
| commit | 4c37ccc63d37ff0a4382f6812060d3c5fd4b6cfb (patch) | |
| tree | 5c473dee1a7f0487fa36844815929a492363d1b7 /src/fox1ihu/Makefile | |
| parent | f517aa5e042af8dd7fd36be47e4b196f212e79b0 (diff) | |
altos/fox: Add MRAM and SD card drivers
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/fox1ihu/Makefile')
| -rw-r--r-- | src/fox1ihu/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/fox1ihu/Makefile b/src/fox1ihu/Makefile index d702cca8..aa5c6b4a 100644 --- a/src/fox1ihu/Makefile +++ b/src/fox1ihu/Makefile @@ -15,6 +15,9 @@ INC = \ ao_storage.h \ ao_task.h \ stm32l.h \ + ao_sdcard.h \ + ao_bufio.h \ + ao_fat.h \ Makefile #PROFILE=ao_profile.c @@ -45,7 +48,10 @@ ALTOS_SRC = \ ao_adc_stm.c \ ao_data.c \ ao_storage.c \ - ao_m25.c \ + ao_mr25.c \ + ao_sdcard.c \ + ao_bufio.c \ + ao_fat.c \ ao_watchdog.c PRODUCT=Fox1IHU-v1 |
