Sometimes the SD card takes 'a while' to go into idle mode at first
power up. Just hang around waiting for a long time.
Signed-off-by: Keith Packard <keithp@keithp.com>
#define SDCARD_DATA_RES_ACCEPTED 0x05
#define SDCARD_CMD_TIMEOUT 100
-#define SDCARD_IDLE_WAIT 100
+#define SDCARD_IDLE_WAIT 1000
#define SDCARD_BLOCK_TIMEOUT 100
-#define SDCARD_IDLE_TIMEOUT 10000
+#define SDCARD_IDLE_TIMEOUT 1000
enum ao_sdtype {
ao_sdtype_unknown,
ao_cc115l.h \
ao_fec.h \
stm32l.h \
+ ao_sdcard.h \
+ ao_bufio.h \
+ ao_fat.h \
Makefile
+
#PROFILE=ao_profile.c
#PROFILE_DEF=-DAO_PROFILE=1