📄 template.xml
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -