module.tmpl

来自「QNX ADS BSP code for i.MX27 chips」· TMPL 代码 · 共 37 行

TMPL
37
字号
<?xml version="1.0"?><module name="spi-master">	<type>Element</type>	<classification>Driver</classification>	<description>		<short>SPI Master</short>	        <abstract>		<![CDATA[controllers.]]>	        </abstract>	</description>	<supports>		<availability>			<cpu isa="arm">				<byteOrder>le</byteOrder>			</cpu>		</availability>	</supports>	<source available="false">		<location type="">.</location>	</source>	<GroupOwner>hw</GroupOwner>	<contents>		<component id="spi-master" generated="true">			<location basedir="{cpu}/{endian}"				 runtime="true">spi-master</location>		</component>	</contents>	<requires>		<part build="true" location="lib/spi-master"/>	</requires></module>

⌨️ 快捷键说明

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