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

📄 module.tmpl

📁 Centrality Atlas II development software
💻 TMPL
字号:
<?xml version="1.0"?><module name="startup-atlasii">	<type>Element</type>	<classification>Driver</classification>	<description>        <short>Startup for Centrality Atlas-II reference board</short>		<abstract>                <![CDATA[The startup-atlasii program is responsible for the second stage initialization of the Centrality Atlas-II reference board. This stage mainly involves populating the syspage, which is an in-memory data structure that contains information about the system, such as memory size and location, information about the CPU(s), caches, clocks and timers, and interrupt subsystem. At runtime, the information in the syspage is accessed and used by procnto, and by various processes.]]>		</abstract>	</description>	<supports>		<availability>			<cpu isa="arm">				<byteOrder>le</byteOrder>			</cpu>		</availability>	</supports>	<source available="true">		<location type="">.</location>	</source>	<GroupOwner>hw</GroupOwner>	<RuntimeComponent>Neutrino RTOS</RuntimeComponent>	<contents>		<package isInternal="true">		<component id="atlasii" generated="true">			<location basedir="{cpu}/{endian}"				 strip="false" runtime="true">startup-atlasii</location>		</component><component id="atlasii-build" generated="true">        <location isa="{cpu}" byteorder="{endian}" basedir="./"                 runtime="true">build</location></component>		</package>	</contents>	<requires>		<part rootMacro="LIBSTARTUP_ROOT" build="true" location="hardware/startup/lib"/>	</requires></module>

⌨️ 快捷键说明

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