📄 makefile-usbtiny.tiny45
字号:
# ======================================================================# Makefile for i2c-tiny-usb## Copyright (C) 2006 Till Harbaum## This is free software, licensed under the terms of the GNU General# Public License as published by the Free Software Foundation.# ======================================================================USBTINY = ./usbtinyTARGET_ARCH = -DF_CPU=12000000 -DUSBTINY -mmcu=attiny45OBJECTS = main.oTTY = /dev/ttyUSB0# TTY = /dev/ttyS0FLASH_CMD = avrdude -P$(TTY) -c stk500hvsp -p attiny45 -U lfuse:w:0xdf:m -U hfuse:w:0x5f:m -U flash:w:main.hexSTACK = 32FLASH = 4096SRAM = 256include $(USBTINY)/common.mk
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -