Changeset 561
- Timestamp:
- Apr 13, 2015, 5:36:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_config.h
r553 r561 18 18 #define BOOT_DEBUG_PT 0 /* page tables initialisation */ 19 19 #define BOOT_DEBUG_SCHED 0 /* schedulers initialisation */ 20 #define BOOT_DEBUG_PERI 0 /* peripherals initialisation */21 20 #define BOOT_DEBUG_ELF 0 /* .elf files loading */ 22 21 … … 37 36 #define GIET_DEBUG_NIC 0 /* NIC access */ 38 37 #define GIET_DEBUG_FBF_CMA 0 /* FBF_CMA access */ 39 #define GIET_DEBUG_COPROC 0/* coprocessor access */38 #define GIET_DEBUG_COPROC 1 /* coprocessor access */ 40 39 41 40 #define GIET_DEBUG_USER_MALLOC 0 /* malloc library */
Note: See TracChangeset
for help on using the changeset viewer.