Code Monkey home page Code Monkey logo

embuild's Introduction

Build support for embedded Rust

CI crates.io docs.rs

A library with many utilities for building embedded frameworks, libraries, and other artifacts in a cargo build script.

It is currently mainly used to simplify building the esp-idf in the build script of the esp-idf-sys crate, but anyone may use these utilities as they're intended to be general. They're organized into specific modules so that they and their dependencies can be turned on or off with features.

A list of current features and their utilities:

  • pio
    • Platformio support.
  • cmake
    • CMake file-api support and utilities.
  • glob (used in the build module)
    • Glob utilities.
  • manifest (used in the cargo module)
    • Cargo.toml and config.toml utilities.
  • espidf
    • An installer to install the esp-idf framework.
  • git
    • Git utilities for manipulating repositories using the git CLI.
  • kconfig
    • kconfig file parsing.
  • elf (bingen, symgen and espidf::ulp_fsm modules)
    • Elf file manipulation.

Other utilities that are not behind features include:

  • cargo
    • Utils for interacting with cargo through the CLI, and stdout in a build script.
  • cmd
    • Macros and wrappers for running commands and getting their results easier.
  • cli
    • Command line arguments manipulation.

Tools

This repository also provides two CLI tools:

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.