Ignore:
Timestamp:
Feb 17, 2016, 4:12:02 PM (8 years ago)
Author:
meunier
Message:
  • Added function realloc
  • Started to put the bootloader on 2 Big Pages (warning: does not work yet)
  • Fixed errors in the rosenfeld application
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r770 r791  
    4848/* software parameters */
    4949
    50 #define GIET_ELF_BUFFER_SIZE      0x80000      /* buffer for .elf files  */
     50#define GIET_ELF_BUFFER_SIZE      0xC0000      /* buffer for .elf files  */
    5151#define GIET_IDLE_THREAD_PERIOD   0x10000000   /* Idle Task message period */
    5252#define GIET_OPEN_FILES_MAX       16           /* max simultaneously open files */
Note: See TracChangeset for help on using the changeset viewer.