tinyriscv/tests/example/README.md

17 lines
510 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

本目录下都是C语言程序的例程。
目录介绍:
**gpio**: 该目录是控制GPIO输出的例程每500ms翻转一下GPIO的电平。
**include**: 公共头文件目录。
**lib**: 公共函数目录。
**simple**: 简单的加减乘除运算测试例程。
**timer_int**: 定时器中断测试例程。
**uart_tx**: 串口发送测试例程向串口发送hello world字符串。
本目录下所有的.c和.S文件是所有例程的公共文件每一个例程都需要用到它们。