1 Star 0 Fork 0

liangyongqin/PeripheralTemplateLibrary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.rules.msp430 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
#GCC_PATH = /opt/mspgcc-4.7/bin/
MCU = msp430g2553
TARGET_FLAGS = -mmcu=$(MCU)
# Can select specific device if multiple connected at the same time,
# format "-s <device_serial>" or "-U <usb_port_id>", see mspdebug --help
DEVICE_SELECT ?=
deploy-%: $(TARGETDIR)/%
mspdebug $(DEVICE_SELECT) rf2500 "prog $^"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liangyongqin/PeripheralTemplateLibrary.git
git@gitee.com:liangyongqin/PeripheralTemplateLibrary.git
liangyongqin
PeripheralTemplateLibrary
PeripheralTemplateLibrary
master

搜索帮助