Changeset 216 for soft/giet_vm/xml


Ignore:
Timestamp:
Sep 18, 2012, 6:38:49 PM (12 years ago)
Author:
karaoui
Message:
  • updating irq_handler.c/drivers.c to support the nex affectations of timers
  • When using an xicu the number of timer is set to 32
File:
1 edited

Legend:

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

    r215 r216  
    11291129            if(icu_base_offset == 0xFFFFFFFF)
    11301130                icu_base_offset = pseg[ periph[periph_index]->psegid ]->base;
     1131
     1132            if(nb_timer_channel_max == 0)
     1133                nb_timer_channel_max = 32;
    11311134        }
    11321135        else if ( strcmp( str, "DMA" ) == 0 )
Note: See TracChangeset for help on using the changeset viewer.