Ignore:
Timestamp:
May 16, 2013, 3:01:37 PM (11 years ago)
Author:
cfuguet
Message:

Modifications in tsar/trunk/softs/tsar_boot:

  • Improving the boot_ioc_read when using a SD card in FPGA platform.
  • Adding some instrumentation on the SD card driver (under preprocessor conditional directives).
  • Including Doxyfile for generate documentation using doxygen.
  • Improving the Makefile to include doc generation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/include/boot_ioc.h

    r347 r388  
    33
    44#ifndef SOCLIB_IOC
    5     #include <sdcard.h>
    6     #include <spi.h>
     5#include <sdcard.h>
     6#include <spi.h>
    77#else
    8     #include <block_device.h>
     8#include <block_device.h>
    99#endif
    1010
Note: See TracChangeset for help on using the changeset viewer.