Changeset 567


Ignore:
Timestamp:
May 18, 2015, 7:02:01 PM (9 years ago)
Author:
alain
Message:

Introduce support for the IOC_SUBTYPE_SDC.

Location:
soft/giet_vm/giet_xml
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_xml/xml_driver.c

    r559 r567  
    9999        "HBA",
    100100        "SDC",
     101        "SPI",
    101102    };
    102103
  • soft/giet_vm/giet_xml/xml_parser.c

    r559 r567  
    10641064            else if (strcmp(subtype, "SDC") == 0)
    10651065            periph[periph_index]->subtype = IOC_SUBTYPE_SDC;
     1066            else if (strcmp(subtype, "SPI") == 0)
     1067            periph[periph_index]->subtype = IOC_SUBTYPE_SPI;
    10661068        }
    10671069        else
Note: See TracChangeset for help on using the changeset viewer.