Changeset 770
- Timestamp:
- Jan 20, 2016, 10:19:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_config.h
r739 r770 38 38 #define GIET_DEBUG_COPROC 0 /* coprocessor access */ 39 39 #define GIET_DEBUG_EXEC 0 /* kill/exec & thread control */ 40 #define GIET_DEBUG_MMAP 0 /* MMAP access */ 41 #define GIET_DEBUG_VMEM 0 /* VMEM library */ 40 42 41 43 #define GIET_DEBUG_USER_MALLOC 0 /* malloc library */ … … 46 48 /* software parameters */ 47 49 48 #define GIET_ELF_BUFFER_SIZE 0x80000/* buffer for .elf files */49 #define GIET_IDLE_THREAD_PERIOD 0x10000000/* Idle Task message period */50 #define GIET_OPEN_FILES_MAX 16/* max simultaneously open files */51 #define GIET_NB_VSPACE_MAX 16/* max number of virtual spaces */52 #define GIET_TICK_VALUE 0x00010000/* context switch period (cycles) */53 #define GIET_USE_IOMMU 0/* IOMMU activated when non zero */54 #define GIET_NO_HARD_CC 0/* No hard cache coherence */55 #define GIET_NIC_MAC4 0x12345678/* 32 LSB bits of the MAC address */56 #define GIET_NIC_MAC2 0xBEBE/* 16 MSB bits of the MAC address */57 #define GIET_ISR_TYPE_MAX 32/* max number of ISR types */58 #define GIET_ISR_CHANNEL_MAX 16/* max number of ISR channels */59 #define GIET_SDC_PERIOD 2 /* number of systemcycles in SDC period */60 #define GIET_SR_INIT_VALUE 0x2000FF13/* SR initial value (before eret) */50 #define GIET_ELF_BUFFER_SIZE 0x80000 /* buffer for .elf files */ 51 #define GIET_IDLE_THREAD_PERIOD 0x10000000 /* Idle Task message period */ 52 #define GIET_OPEN_FILES_MAX 16 /* max simultaneously open files */ 53 #define GIET_NB_VSPACE_MAX 16 /* max number of virtual spaces */ 54 #define GIET_TICK_VALUE 0x00010000 /* context switch period (cycles) */ 55 #define GIET_USE_IOMMU 0 /* IOMMU activated when non zero */ 56 #define GIET_NO_HARD_CC 0 /* No hard cache coherence */ 57 #define GIET_NIC_MAC4 0x12345678 /* 32 LSB bits of the MAC address */ 58 #define GIET_NIC_MAC2 0xBEBE /* 16 MSB bits of the MAC address */ 59 #define GIET_ISR_TYPE_MAX 32 /* max number of ISR types */ 60 #define GIET_ISR_CHANNEL_MAX 16 /* max number of ISR channels */ 61 #define GIET_SDC_PERIOD 2 /* number of cycles in SDC period */ 62 #define GIET_SR_INIT_VALUE 0x2000FF13 /* SR initial value (before eret) */ 61 63 62 64 #endif
Note: See TracChangeset
for help on using the changeset viewer.