Zest Core STM32H753ZI custom target for Mbed OS.
In your project root directory:
Add the custom target to your project:
mbed add https://gitlab.com/catie_6tron/zest-core-stm32h753zi.git
Enable the custom target by adding or overwriting the custom_targets.json
at the
root of the project:
cp zest-core-stm32h753zi/custom_targets.json .
Compile for the custom target:
mbed compile --target ZEST_CORE_STM32H753ZI