Ignore:
Timestamp:
Aug 5, 2014, 4:17:50 PM (10 years ago)
Author:
alain
Message:

reduce the idle task stack to 64 bytes to reduce the kernel.elf size in case of big meshes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/kernel_init.c

    r373 r379  
    133133
    134134__attribute__((section (".kdata")))
    135 volatile unsigned int _idle_stack[X_SIZE * Y_SIZE * NB_PROCS_MAX * 128 ];
     135volatile unsigned int _idle_stack[X_SIZE * Y_SIZE * NB_PROCS_MAX * 16 ];
    136136
    137137////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.