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-07-16 15:56:37 +08:00
..
cdk [refactor][board] rename bl70x with bl702 2021-07-16 15:56:37 +08:00
CMakeLists.txt [fix] update examples cdk project 2021-06-04 18:15:19 +08:00
main.c [style] format files by clang-format 2021-06-20 12:25:46 +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 [style] delete trailing whitespace 2021-06-21 14:47:48 +08:00

编译命令


$ make APP=usb_msc_ram BOARD=bl706_avb

期望结果

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