Changes between Version 13 and Version 14 of MjpegCourse/Monopro


Ignore:
Timestamp:
Feb 29, 2008, 5:41:38 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MjpegCourse/Monopro

    v13 v14  
    147147# mapping the software objects associated to a processor
    148148
    149 mapper.map( mapper.platform["processor"],
    150   desc    = "cram0",
    151   priv    = "cram0",
    152   status  = "uram0")
     149mapper.map( mapper.hard["processor"],
     150  private    = "cram0",
     151  shared   = "cram0")
    153152
    154153# mapping the software objects used by the embedded OS
    155154
    156 mapper.map(mapper.tcg,
     155mapper.map(tcg,
    157156  desc    = "cram1",
    158157  shared  = "uram1",