cortexelf-v1: Use new memory map to access all flash and ram. Add fat.
[fw/altos] / src / cortexelf-v1 / ao_cortexelf.c
index 776530e0c9a9a28c5ee82402656dd0c156d34160..0c6852d96a88c2f98cde2889cda268773c7fd1f5 100644 (file)
@@ -25,6 +25,8 @@
 #include <ao_ps2.h>
 #include <ao_vga.h>
 #include <ao_console.h>
+#include <ao_sdcard.h>
+#include <ao_fat.h>
 
 struct ao_task ball_task;
 
@@ -205,6 +207,9 @@ main(void)
        ao_dma_init();
        ao_exti_init();
 
+       ao_sdcard_init();
+       ao_fat_init();
+
        ao_ps2_init();
        ao_vga_init();
        ao_console_init();