Changeset 1908

Show
Ignore:
Timestamp:
11/07/08 12:19:05 (2 months ago)
Author:
batt
Message:

Increase minimum required stack to suite ARM7 needs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bertos/kern/proc.h

    r1774 r1908  
    233233                #define CONFIG_KERN_MINSTACKSIZE  \ 
    234234                    (CPU_SAVED_REGS_CNT * 2 * sizeof(cpu_stack_t) \ 
    235                     + 32 * sizeof(int)) 
     235                    + 48 * sizeof(int)) 
    236236        #endif 
    237237#endif