delete submodule,replace with url

This commit is contained in:
sakumisu
2022-04-13 10:29:33 +08:00
parent 67c6a8cdcc
commit e938e44320
6 changed files with 12 additions and 5 deletions

4
.gitmodules vendored
View File

@@ -1,4 +0,0 @@
[submodule "tools/chryusb_configurator"]
path = tools/chryusb_configurator
url = https://github.com/Egahp/chryusb_configurator.git
branch = master

View File

@@ -53,6 +53,7 @@ CherryUSB is a tiny, beautiful and portable USB host and device stack for embedd
|docs | doc for guiding | |docs | doc for guiding |
|packet capture | packet capture file | |packet capture | packet capture file |
|port | usb dcd and hcd porting | |port | usb dcd and hcd porting |
|tools | tool used url |
## CherryUSB Device Stack Overview ## CherryUSB Device Stack Overview
@@ -112,3 +113,7 @@ Quickly start, USB basic concepts, API manual, Class basic concepts and examples
## CherryUSB Video Tutorial ## CherryUSB Video Tutorial
USB basic concepts and how the CherryUSB Device stack is implemented, see [CherryUSB Device Stack Tutorial](https://www.bilibili.com/video/BV1Ef4y1t73d). USB basic concepts and how the CherryUSB Device stack is implemented, see [CherryUSB Device Stack Tutorial](https://www.bilibili.com/video/BV1Ef4y1t73d).
## CherryUSB Graphical Config Tool
[chryusb_configurator](https://github.com/Egahp/chryusb_configurator) is written in **electron + vite2 + ts** frameworkcurrently used to automate the generation of descriptor arrays, with additional functionality to be added later.

View File

@@ -53,6 +53,7 @@ CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统的
|osal | os 封装层 | |osal | os 封装层 |
|packet capture | 抓包文件(需要使用力科软件打开)| |packet capture | 抓包文件(需要使用力科软件打开)|
|port | usb 主从需要实现的 porting 接口 | |port | usb 主从需要实现的 porting 接口 |
|tools | 工具链接 |
## CherryUSB Device 协议栈简介 ## CherryUSB Device 协议栈简介
@@ -112,3 +113,7 @@ CherryUSB 快速入门、USB 基本概念API 手册Class 基本概念和
## CherryUSB 视频教程 ## CherryUSB 视频教程
USB 基本知识点与 CherryUSB Device 协议栈是如何编写的,参考 [CherryUSB Device 协议栈教程](https://www.bilibili.com/video/BV1Ef4y1t73d). USB 基本知识点与 CherryUSB Device 协议栈是如何编写的,参考 [CherryUSB Device 协议栈教程](https://www.bilibili.com/video/BV1Ef4y1t73d).
## CherryUSB 图形化界面配置工具
[chryusb_configurator](https://github.com/Egahp/chryusb_configurator) 采用 **electron + vite2 + ts** 框架编写,当前用于自动化生成描述符数组,后续会增加其他功能。

1
tools/audacity/url Normal file
View File

@@ -0,0 +1 @@
https://audacity.onl/

View File

@@ -0,0 +1 @@
https://github.com/Egahp/chryusb_configurator/releases/tag/1.0.0