This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/usb/usb_msc_ram
2021-10-19 20:04:23 +08:00
..
cdk [chore][cdk] update cdk setting,add all hal source into cdk,delete unused include path 2021-09-26 15:30:44 +08:00
CMakeLists.txt [feat][examples/usb] add USB HS control for descriptor 2021-09-26 15:09:27 +08:00
main.c [refactor] remove bflb_platform.h from bl602 and bl702 driver,include it in anywhere used 2021-10-19 20:04:23 +08:00
readme.md [docs] update usb_cdc_video & usb_msc_ram readme & update gitignore 2021-07-06 17:45:59 +08:00
usb_msc_ram.ld [chore][ld] update ld config 2021-08-26 12:26:37 +08:00

编译命令


$ make APP=usb_msc_ram BOARD=bl706_avb

期望结果

  1. 烧入代码后,按下 BL706_AVB 开发板上的 RST 按键,电脑上识别到一个 U 盘;
  2. 格式化此 U 盘后,可以创建和编辑文件;