template.xml

来自「关于fpga的nios开发版的led的硬件测试」· XML 代码 · 共 9 行

XML
9
字号
<?xml version="1.0" encoding="UTF-8"?>
<template_settings>
	<template
		name="Hello LED"
		description="Shifts LEDs back and forth."
		file_to_open="hello_led.c"
		details="This is a simple freestanding application that will run on any Nios II system with an LED PIO named 'led_pio' such as the standard or full-featured hardware example designs.  It does not use main() as it's entry point.  Instead, it uses alt_main(), an alternative entry point which bypasses all initialization, a technique that can reduce overall code size.  Be warned however.  If you modify this example and try to call C library functions such as printf, they will NOT work unless you explicitly initialize the system.  If you wish to use C library calls, it is strongly suggested you start with the hosted 'hello_world' template which uses main() as it's entry point">
	</template>
</template_settings>

⌨️ 快捷键说明

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