The contributors are listed in CONTRIB.TXT. This project uses the GPL v3 license, see LICENSE.TXT. EEZ psu-firmware uses the C4.1 (Collective Code Construction Contract) process for contributions. To report an issue, use the EEZ modular-psu-firmware issue tracker.
Firmare for STM32F7 MCU used in EEZ BB3 Test & Measurement chassis. Currently supported modules:
Under development:
For EEZ H24005 firmware visit psu-firmware repository.
sudo apt-get update
sudo apt-get install -y git libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cmake build-essential
git clone https://github.com/eez-open/modular-psu-firmware
mkdir -p modular-psu-firmware/build/linux
cd modular-psu-firmware/build/linux
cmake ../..
make
Download and install Emscripten
source /path/to/emsdk/emsdk_env.sh
export EMSCRIPTEN=/path/to/emsdk/upstream/emscripten
mkdir -p /path/to/modular-psu-firmware/build/emscripten
cd /path/to/modular-psu-firmware/build/emscripten
cmake -DCMAKE_TOOLCHAIN_FILE=../../cmake/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" ../..
make
Install Visual Studio Community 2017 and CMake.
Use git to clone https://github.com/eez-open/modular-psu-firmware.
Execute cmake.bat
.
Visual Studio solution is created in `\path\to\modular-psu-firmware\build\win32'.
- Import project from
/path/to/modular-psu-firmware/src/third_party/stm32_truestudio
into TrueStudio and build it.