⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 os_viewc.h

📁 一个测试端口测试程序
💻 H
字号:
/*
*********************************************************************************************************
*                                               uC/OS-View
*
*                           (c) Copyright 1992-2002, Jean J. Labrosse, Weston, FL
*                                           All Rights Reserved
*
*                                               Nios 32bits
*                                           Configuration File
*                                     Farid LEZIAR (fleziar@yahoo.fr)
*
*
* Filename   : OS_VIEWc.H
* Programmer : Jean J. Labrosse
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*                                              CONSTANTS 
*********************************************************************************************************
*/
#define  NIOS_OSVIEW                   1                    /* Enable OSView calls in Hook functions  */
#define  NIOS_OSVIEW_UART_ADDRESS      na_uart_OSView_base  /* see excalibur.h : change with your own */
#define  NIOS_OSVIEW_UART_IRQ          na_uart_OSView_irq   /* see excalibur.h : change with your own */
#define  NIOS_CPU_CLK_FREQ             nasys_clock_freq     /* see excalibur.h */
#define  NIOS_TIMER_TICKS              na_rtos_ticks_base   /* see excalibur.h : change with your own */

#define  OS_VIEW_BAUD_RATE             115200
#define  OS_VIEW_TASK_STK_SIZE           200                /* Size of uC/OS-View stack checking task           */
#define  OS_VIEW_TASK_DLY                OS_TICKS_PER_SEC   /* Time between execution of stack checking task    */
#define  OS_VIEW_TASK_NAME_SIZE           30                /* Allowable size of task names                     */

#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             255                /* Tx string size (should not need to change)       */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -