/* ********************************************************************************************************* * uC/OS-View * * (c) Copyright 2004, Micrium, Inc., Weston, FL * All Rights Reserved * * Altera * Nios II * Configuration File * * * Filename : OS_VIEWc.H ********************************************************************************************************* */ /* ********************************************************************************************************* * CONSTANTS ********************************************************************************************************* */ #define OS_VIEW_MODULE 1 /* Indicate that uC/OS-View is present */ #define OS_VIEW_RX_BUF_SIZE 20 /* Rx buffer size (should not need to change) */ #define OS_VIEW_TX_BUF_SIZE 255 /* Tx buffer size (should not need to change) */ #define OS_VIEW_TX_STR_SIZE 80 /* Tx string size (should not need to change) */