- type: stc89C51
- office: 普中科技
-
SDCC + VSCode + Makefile
WSLg Ubuntu 平台
.vscode/
: vscode 环境配置c_pp_properties.json
: c/c++ 配置*.code-snippets
: 代码片段
asset/
: docsifyindex.html
: docsifycommand.sh
: 一些命令experiment/
: 编程的实验lib
: 公共的头文件**/assets/
:README.md
的资源文件, eg 图片command.sh
: 编译命令<name>
: 项目名称README.md
: 实验报告Makefile
: 编译, 生成 hex 文件main.c
: 主程序
aid/
: 存放烧录的 exe, ignoreddraft/
: 一些想法和提案docs/
: 文档
使用一些快捷的命令
source ./command.sh
repos-install
!> remember to source
repos-uninstall
read experiment