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