Skip to content
  • Michael Spang's avatar
    Add dependency on pigweed (#1264) · 871ce0be
    Michael Spang authored
    
    
    * Add dependency on pigweed
    
    Pigweed is a open source project containing libraries and tools for
    embedded development. It provides a package management system that
    downloads versioned development tools including ARM GCC, cmake, GN,
    ninja, openocd, and python on Linux, Mac, & Windows. These packages are
    hosted by Google in CIPD, which is part of Chrome's open source
    infrastructure.
    
    Using the tools provided by pigweed is not required, but having the
    option of using a reproducible development environment is useful,
    especially for new developers.
    
    Usage:
      source bootstrap.sh  # first time and after an update
      source activate.sh  # setup environment from prior bootstrap
    
    * Add CHIP branding to bootstrap
    
    Co-authored-by: default avatarKeir Mierle <keir@google.com>
    871ce0be
Loading