Ignore:
Timestamp:
Jan 7, 2016, 4:12:54 PM (8 years ago)
Author:
cfuguet
Message:
  • Support to have a single terminal (NB_TTY_CHANNEL = 1). In this case, the terminal is shared by the system and the applications.
  • Support platforms without NIC and CMA.
  • In the MMC driver, do not initialize the distributed driver structure in clusters without memory cache (IO clusters in the LETI platform).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_common/kernel_malloc.h

    r594 r754  
    5353extern void _heap_init();
    5454
     55extern unsigned int _get_heap_info( unsigned int* heap_base,
     56                             unsigned int* heap_size,
     57                             unsigned int  x,
     58                             unsigned int  y );
     59
    5560
    5661#endif
Note: See TracChangeset for help on using the changeset viewer.