makefile

来自「This is a software implementation of the」· 代码 · 共 21 行

TXT
21
字号
# ======================================================================# Makefile for USB IR receiver## Copyright 2006-2008 Dick Streefland## This is free software, licensed under the terms of the GNU General# Public License as published by the Free Software Foundation.# ======================================================================USBTINY		= ../usbtinyTARGET_ARCH	= -mmcu=attiny2313OBJECTS		= main.oFLASH_CMD	= avrdude -pt2313 -U flash:w:main.hexFUSES_CMD	= avrdude -pt2313 -U hfuse:w:0xdb:m -U lfuse:w:0xef:mSTACK		= 39FLASH		= 2048SRAM		= 128SCHEM		= ir.psinclude $(USBTINY)/common.mk

⌨️ 快捷键说明

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