Build and Test Environment based on Ubuntu 14.04 LTS for the STM32F4-Discovery board.
- examples have the following status:
- build-ARM-toolchain
- freertos library
- mbed library
- mbed-project-wizard
- STM32F4-Discovery_FW_V1.1.0 library library
- test
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:
cd ~/stm32/
make clean
make -j4
cd ~/stm32/examples/Template.mbed
make clean
make -j4
sudo make deploy
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