Ignore:
Timestamp:
Aug 14, 2013, 11:19:29 PM (11 years ago)
Author:
alain
Message:

1/ introducing support to display images on the frame buffer
with the vci_chbuf_dma (in stdio.c and drivers.c)
2/ introducing support for mem_cache configuration segment
as the memory cache is considered as another addressable peripheral type
(in drivers.c)
3/ Introducing the new "increment" parameter in the mapping header.
This parameter define the virtual address increment for the vsegs
associated to the replicated peripherals (ICU, XICU, MDMA, TIMER, MMC).
This parameter is mandatory, and all map.xml files the "mappings"
directory have been updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/libs/mwmr_channel.h

    r228 r253  
    1515///////////////////////////////////////////////////////////////////////////////////
    1616
    17 typedef struct mwmr_channel_s {
     17typedef struct mwmr_channel_s
     18{
    1819    unsigned int ptr;        // index of the first valid data word
    1920    unsigned int ptw;        // index of the first empty slot
Note: See TracChangeset for help on using the changeset viewer.