1 Star 0 Fork 3

NyaYou/USB-Blaster-CH55x

forked from delbertw/USB-Blaster-CH55x 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
TARGET = usb_blaster
# Adjust the XRAM location and size to leave space for the USB DMA buffers
# Buffer layout in XRAM:
# 0x0000 Ep0Buffer[8]
# 0x0040 Ep1Buffer[8]
# 0x0080 EP2Buffer[2*64]
#
# This takes a total of 256bytes, so there are 256 bytes left.
#XRAM_SIZE = 0x0100
#XRAM_LOC = 0x0100
XRAM_SIZE = 0x0200
XRAM_LOC = 0x0000
#FREQ_SYS = 24000000
CODE_SIZE = 0x2800
EXTRA_FLAGS = --opt-code-speed
C_FILES = \
main.c \
../../include/debug.c
#EXTRA_FLAGS += -DDE_PRINTF
pre-flash:
include ../Makefile.include
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nyayou/USB-Blaster-CH55x.git
[email protected]:nyayou/USB-Blaster-CH55x.git
nyayou
USB-Blaster-CH55x
USB-Blaster-CH55x
master

搜索帮助