template.xml
来自「这是在ALTEAR上使用的代码。他是用来NOIS II开发的代码。可以用的。」· XML 代码 · 共 22 行
XML
22 行
<?xml version="1.0" encoding="UTF-8"?>
<template_settings>
<template
name="Alternate Flash Programmer"
description="Programs EPCS or CFI flash using HostFS to retrieve the SREC."
file_to_open="flash_prog.c"
details="This example provides an alternate means of programming both CFI and EPCS flash. The project uses the HostFS feature to read SREC(.flash) files from the host, then uses HAL routines to program that data into flash.">
</template>
<stf>
<os_spec
name="none (single-threaded)">
<sw_component id="HOSTFS" name="Altera Host Based File System" sopc_component_dir="altera_hostfs">
<sys_defines>
<define name="altera_hostfs_name" value="/mnt/host" quote="yes"/>
</sys_defines>
</sw_component>
</os_spec>
</stf>
</template_settings>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?