uint8_t check_filesystem()	//Need to write stuff here,decided on 10-12-10.
{
	bad_sector_test();	// Does bad sector testing need to write
	read_write_test();	//Does the read write test of higher address of SD, need to write (SA)
	fat_mat_check(); 	//
	// Do reset controller register's checking for loading FAT MAT from file or init them
	return 0;
}
Example #2
0
void
test (void)
{
  read_write_test ();
  lseek_test ();
  truncate_test03 ();
  truncate_to_zero ();
  block_read_and_write ();
  write_until_no_space_is_left ();
}