EttusResearch / meta-stm32

OE layer that allows for building baremetal toolchains for STM32 targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This README file contains information on the contents of the meta-stm32 layer.

Please see the corresponding sections below for details.

Dependencies
============

  URI: git//git.openembedded.org/bitbake
  branch: master

  URI: git//git.openembedded.org/meta-openembedded
  layers: meta-oe
  branch: master

  URI: git//git.openembedded.org/openembedded-core
  branch: master

Patches
=======

Please submit any patches against the meta-stm32 layer pull-request on github,
or by email to the maintainer using git-send-email.

Maintainer: Moritz Fischer <moritz.fischer@ettus.com>

Table of Contents
=================

  I. Adding the meta-stm32 layer to your build
 II. Building a standalone recipe


I. Adding the meta-stm32 layer to your build
=================================================

Run 'bitbake-layers add-layer meta-stm32'

II. Building a standalone recipe
================================

An example for a standalone recipe is given in the

    recipes-standalone/chromium-ec.bb

recipe. It builds the Chromium-EC firmware for the
discovery-stm32f072 and nucleo-f411re boards.

About

OE layer that allows for building baremetal toolchains for STM32 targets

License:MIT License


Languages

Language:PHP 63.3%Language:BitBake 36.7%