Template project for running EEZ Flow firmware project using STM32F469I-DISCO development board
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin Vladic 258d705c3f added template folder 2 years ago
.settings working version 2 years ago
.vscode working version 2 years ago
Core working version 2 years ago
Drivers working version 2 years ago
FATFS init 2 years ago
Middlewares update eez-framework 2 years ago
Src added template folder 2 years ago
USB_DEVICE working version 2 years ago
Utilities init 2 years ago
template added template folder 2 years ago
.cproject added template folder 2 years ago
.gitignore Update .gitignore 2 years ago
.gitmodules init 2 years ago
.mxproject working version 2 years ago
.project added template folder 2 years ago
README.md Create README.md 2 years ago
STM32F469NIHX_FLASH.ld init 2 years ago
STM32F469NIHX_RAM.ld init 2 years ago
eez-flow-template-stm32f469i-disco.ioc added template folder 2 years ago

README.md

Ownership and License

The contributors are listed in CONTRIB.TXT. This project uses the GPL v3 license, see LICENSE.TXT. This project uses the C4.1 (Collective Code Construction Contract) process for contributions. To report an issue, use the issues page tracker.

Build

Linux

sudo apt-get update
sudo apt-get install -y git libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cmake build-essential libbsd-dev
git clone https://github.com/eez-open/eez-flow-template-sdl
cd eez-flow-template-sdl
git submodule update --init --recursive
mkdir -p build/linux
cd build/linux
cmake ../..
make

Start simulator with:

./eez-flow-template-sdl

Windows

Install Visual Studio Community 2017 and CMake.

Use git to clone https://github.com/eez-open/eez-flow-template-sdl.

Also, execute: git submodule update --init --recursive inside eez-flow-template-sdl.

Execute cmake.bat.

Visual Studio solution is created in \path\to\eez-flow-template-sdl\build\win32.