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

📄 module.tmpl

📁 QNX ADS BSP code for i.MX27 chips
💻 TMPL
字号:
<?xml version="1.0"?><module name="ipl-mx21ads">	<type>Element</type>	<classification>Driver</classification>	<description>		<short>Initial Program Loader for MX21ADS Development board</short>		<abstract>			<![CDATA[The ipl-mx21ads program is responsible for the first stage initialization of the ARM 920 Development board, including initialization of the memory controller, and setting up a serial port for debug purposes. It then scans for a QNX IFS (Image File System) image, and copies that image to memory. Finally, it transfers control to the QNX startup-mx21ads module, which is located at the beginning of the IFS image.]]>		</abstract>	</description>	<supports>		<availability>			<cpu isa="arm">				<byteOrder>le</byteOrder>			</cpu>		</availability>	</supports>	<source available="true">		<location type="">.</location>	</source>	<contents>		<component id="mx21ads" generated="true">			<location basedir="{cpu}/{endian}"				strip="false" runtime="true">ipl-mx21ads</location>		</component>	</contents>	<requires>		<part rootMacro="LIBIPL_ROOT" build="true" location="hardware/ipl/lib"/>		<part build="true" location="hardware/startup/lib"/>	</requires></module>

⌨️ 快捷键说明

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