Git Product home page Git Product logo

firefly_develop's Introduction

安装开发编译环境

1. 下载MSYS2环境

Standard Setup of Toolchain for Windows

可以从乐鑫的官网下载 MSYS2 all-in-one 的压缩包,解压缩到C盘的根目录。

2. 配置MYSY2

修改 msys32\etc\pacman.d 下的三个下载源的配置。具体可以见文件夹的pacman.d,该修改是把MSYS2一些库的更新源设置为了国内的镜像服务器。

配置参考

3. 克隆工程

clone 本工程时,用 git clone --recursive https://github.com/YanMinge/firefly-esp32,这样同时更新 esp-idf 和 micropython

4. 更新工程

使用 git pull 更新 firefly-esp32, 使用 git submodule update --remote 可以更新 esp-idf 和 micropython-esp32

编译说明

进入 makeblock/esp32

  • 执行 make 编译代码(首次编译,需要先执行make)

  • 执行 make erase 擦除模块的flash

  • 执行 make deploy 编译并烧录固件

修改说明

1. 文件结构

  • esp-idf esp32 官方的开发框架
  • makeblock 用户的代码文件
  • micropython micropython 官方的版本

修改说明

firefly_develop

firefly_develop's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.