1 Star 0 Fork 1

狗哥/AOAO DAPLink

forked from 嗷嗷/AOAO DAPLink 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dap_if_config_example.h 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
嗷嗷 提交于 2023-10-01 23:02 . CDC_PACKET_SIZE
#ifndef __DAP_IF_CONFIG__
#define __DAP_IF_CONFIG__
#define DAP_IN_EP 0x81
#define DAP_OUT_EP 0x01
#define CDC_IN_EP 0x82
#define CDC_OUT_EP 0x02
#define CDC_INT_EP 0x83
#define CDC_PACKET_SIZE 512
#define USBD_VID 0x0D28
#define USBD_PID 0x0204
#define USBD_MAX_POWER 500
#define USBD_LANGID_STRING 1033
#define CONFIG_CDC_DEFAULT_BAUDRATE 9600
#define CONFIG_CDC_DEFAULT_DATABIT 8
#define CONFIG_CDC_DEFAULT_PARITYTYPE 0
#define CONFIG_CDC_DEFAULT_CHARFORMAT 0
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gougegouge/AOAODAP.git
git@gitee.com:gougegouge/AOAODAP.git
gougegouge
AOAODAP
AOAO DAPLink
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385