Skip to content

dzylikecode/MCU-8051

Repository files navigation

MCU

hardware

tool chain

  • SDCC + VSCode + Makefile

    WSLg Ubuntu 平台

file struct

  • .vscode/: vscode 环境配置
    • c_pp_properties.json: c/c++ 配置
    • *.code-snippets: 代码片段
  • asset/: docsify
  • index.html: docsify
  • command.sh: 一些命令
  • experiment/: 编程的实验
    • lib: 公共的头文件
    • **/assets/: README.md的资源文件, eg 图片
    • command.sh: 编译命令
    • <name>: 项目名称
      • README.md: 实验报告
      • Makefile: 编译, 生成 hex 文件
      • main.c: 主程序
  • aid/: 存放烧录的 exe, ignored
  • draft/: 一些想法和提案
  • docs/: 文档

usage

preparation

使用一些快捷的命令

source ./command.sh

install

repos-install

!> remember to source

uninstall

repos-uninstall

build

read experiment

tutorial

reference