X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Ftemplates%2Fsam3x-ek_empty%2Fcfg%2Fcfg_sd.h;h=ac2abb1d39ffd67ac2567ac79f9555b68961485d;hb=0d00055c8a2fdb1cf747b9640082cd3c1b301f13;hp=8c40f827113d4abca74f04d5aae8c2cae601c211;hpb=059709cc35dbe6cfd47c6b18e1177034a8fccbf6;p=bertos.git diff --git a/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_sd.h b/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_sd.h index 8c40f827..ac2abb1d 100644 --- a/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_sd.h +++ b/boards/sam3x-ek/templates/sam3x-ek_empty/cfg/cfg_sd.h @@ -63,6 +63,14 @@ */ #define CONFIG_SD_AUTOASSIGN_FAT 1 +/** + * SD bus mode. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "sd_mode" + */ +#define CONFIG_SD_MODE SD_SPI_MODE + /** * Enable backward compatibility for sd_init(). * If enabled, sd_init() will allocate internally an Sd context,