This project is a MBED-OS-6.15.0 custom target for Innovodesign's custom STM32F767 Tamarillo target. It contains a minimal application that connects to the ethernet network, reports status (uart6 Tx -> PG14, 115200 baud), then repeatedly blinks the LEDs
-
Install both Mbed CLI and Mbed CLI 2
-
Clone this repository on your system, and change the current directory to where the project was cloned:
mbed-tools import https://github.com/innovodesign/mbed-tamarillo-767 target_folder cd target_folder
-
Optionally update the mbed-os to whatever version is required
cd mbed-os mbed update mbed-os-6.15.0 cd .. mbed deploy
-
Compile with
mbed-tools -v compile --custom-targets-json target_tamarillo_F767ZI/custom_targets.json -t GCC_ARM -m tamarillo_f767zi
The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see contributing.md for more info.
This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide.