Thanks to visit codestin.com
Credit goes to github.com

Skip to content

popchutty/mechrevo26

Repository files navigation

mechrevo26

编译依赖

  • CMake
  • Ninja
  • arm-none-eabi-gcc
  • openocd
  • STM32CubeMX(可选)

构建步骤

  1. 克隆仓库

    git clone https://github.com/zouyidagh/mechrevo26.git
    
    
  2. 进入项目目录

    cd mechrevo26
  3. 配置CMake

    cmake --preset Debug
  4. 构建

    cmake --build --preset Debug

5 配置烧录文件: 修改flash.cfg烧录配置文件内容,对应你使用的烧录器

  1. 烧录固件
    openocd -f flash.cfg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages