Files
ESPC3-wireless/app/drivers/data_port/usb-host/config/hardware_define.h
LokLiang 9cf47ff0a8 添加 USB 主机、BLE 和 Socket 数据端口驱动程序:
- 支持大容量存储类(MSC)的 USB 主机驱动程序
- BLE SPP(串行端口配置文件)客户端和服务器实现
- Socket(UDP/TCP)数据端口驱动程序
- 相关的 shell 接口用于配置和测试
2025-02-21 12:43:26 +08:00

12 lines
307 B
C

#pragma once
#define SBTASK_PRIORITY_USB_HOST 14
#define SBTASK_PRIORITY_USB_DEVICE 15
#define SBTASK_PRIORITY_USB_CDC 17
#define SBTASK_PRIORITY_USB_MSC 18
#define SBTASK_CORE_INDEX_USB_HOST 0
#define SBTASK_CORE_INDEX_USB_DEVICE 0
#define SBTASK_CORE_INDEX_USB_CDC 0
#define SBTASK_CORE_INDEX_USB_MSC 0