- 代码写好了就要进行编译了,make常用命令要记熟
- "make all" - Build app, components
- "make clean" - Remove all app components output
- "make flash" - Build and download firmware
- "make flash-only" - Only download firmware
- "make eflash" - Use the flash after erasing it
- "make erase_flash" - Erase all internal contents of flash
- "make list-components" - List all components in the project
- "make [component name]" - build a component as a library
- ---“全部制作” - 构建应用程序、组件
- “清理” - 删除所有应用组件输出
- “制作闪存” - 构建和下载固件
- “仅刷新” - 仅下载固件
- “制作eflash” - 擦除后使用闪光灯
- “制作erase_flash” - 擦除闪存的所有内部内容
- “创建列表组件” - 列出项目中的所有组件
- “make [component name]” - 将组件构建为库
|