?? noncopytcptestee.cmd
字號:
/*
* ============================================================
* Copyright 2007 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
* ============================================================
* Automated Revision Information
* Changed: $Date: 2007-08-31 09:43:07 -0700 (Fri, 31 Aug 2007) $
* Revision: $Revision: 3909 $
*/
/*
* ======== nonCopyTCPtestee.cmd ========
*/
-ldsk6455cfg.cmd
/*
// The below buffers are aligned on a 128 bytes boundary (L2 Cache line).
// Placement of these buffer can affect performance when Cache is enabled.
// Refer to the NDK benchmark application note for additional information.
//
// .far:NDK_PACKETMEM - Packet buffer memory (defined in HAL/OS libs)
// .far:NDK_MMBUFFER - Scatchpad memory used by mmAlloc()
// .far:NDK_OBJMEM - Large arrays (defined by example code only)
*/
SECTIONS {
.far:NDK_PACKETMEM {} align = 128 > DDR2
.far:NDK_MMBUFFER {} align = 128 > DDR2
.far:NDK_OBJMEM {} align = 128 > DDR2
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -