⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 ATEML AT91SAM9260测试程序。包括 can测试
💻
字号:
##CC = /usr/local/arm/3.3/bin/arm-linux-gcc#INCLUDE += /home/mrz/buildroot/ebd9260/linux-2.6.19/includeLIB = -lpthreadLIB +=all: uart can wdtuart: uart_test.c	$(CC) -o uart_test uart_test.ccan: can_test.c cantest.c can_read.c can_write.c	$(CC) $(LIB) -o can_test can_test.c	$(CC) $(LIB) -o cantest cantest.c	$(CC) $(LIB) -o can_read can_read.c	$(CC) $(LIB) -o can_write can_write.cwdt: wdt_test.c	$(CC) -o wdt_test wdt_test.cgprs:clean:	@rm uart_test can_test cantest can_read can_write wdt_test

⌨️ 快捷键说明

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