Changes between Version 13 and Version 14 of MjpegCourse/Monopro
- Timestamp:
- Feb 29, 2008, 5:41:38 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MjpegCourse/Monopro
v13 v14 147 147 # mapping the software objects associated to a processor 148 148 149 mapper.map( mapper.platform["processor"], 150 desc = "cram0", 151 priv = "cram0", 152 status = "uram0") 149 mapper.map( mapper.hard["processor"], 150 private = "cram0", 151 shared = "cram0") 153 152 154 153 # mapping the software objects used by the embedded OS 155 154 156 mapper.map( mapper.tcg,155 mapper.map(tcg, 157 156 desc = "cram1", 158 157 shared = "uram1",