Skip to content

mjbots/rules_mbed_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example use of rules_mbed

This repository provides an example project which uses rules_mbed (https://github.com/mjbots/rules_mbed) to build mbed based STM32F4 projects. It configures two build targets for two different mbed targets, and a target for host based testing.

  • License: Apache 2.0
  • travis-ci Build Status

To compile and run all host based tests:

tools/bazel test //...

To compile all mbed targets in optimized mode:

tools/bazel test -c opt --cpu=stm32f4 //...
ll bazel-bin/example/*.bin

Releases

No releases published

Sponsor this project

 

Packages

No packages published