Hailong123-Qu / stm32-3

STM32F4 Discovery Board Examples

Home Page:https://istarc.wordpress.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and Test Environment based on Ubuntu 14.04 LTS for the STM32F4-Discovery board.

1. File Organization

2. How to Setup the Environment

2.1 Ubuntu 14.04 LTS Users

Ubuntu 14.04 LTS users install the environment directly on host OS. :-)

cd ~
sudo apt-get install git
git clone https://github.com/istarc/stm32.git
cd ~/stm32
git submodule update --init
./setup-env.sh

Linux, Windows or Mac users should install the environment indirectly:

3. Usage

3.1 Build Existing Projects

cd ~/stm32/
make clean
make -j4

3.2 Deploy an Existing Project

cd ~/stm32/examples/Template.mbed
make clean
make -j4
sudo make deploy

3.3 Test Existing Projects using Buildbot:

firefox http://localhost:8010
Login U: admin P: admin (Upper right corner)
Click: Waterfall -> test-build -> [Use default options] -> Force Build
Check: Waterfall -> F5 to Refresh

4. More Info

About

STM32F4 Discovery Board Examples

https://istarc.wordpress.com


Languages

Language:C 79.6%Language:C++ 15.4%Language:Shell 1.8%Language:Assembly 0.8%Language:Python 0.8%Language:LSL 0.5%Language:HTML 0.4%Language:Makefile 0.3%Language:CMake 0.1%Language:Ruby 0.1%Language:Batchfile 0.0%