Ignore:
Timestamp:
Apr 13, 2015, 5:32:14 PM (10 years ago)
Author:
alain
Message:

Introducing support for MWMR coprocessors.

File:
1 edited

Legend:

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

    r548 r559  
    10891089            else if (strcmp(subtype, "DCT") == 0)
    10901090            periph[periph_index]->subtype = MWR_SUBTYPE_DCT;
     1091            else if (strcmp(subtype, "CPY") == 0)
     1092            periph[periph_index]->subtype = MWR_SUBTYPE_CPY;
    10911093        }
    10921094        else
Note: See TracChangeset for help on using the changeset viewer.