When i execute
progendef create -m STM32H723VGTx -t uvision5 -f H7_infantry.uvoptx
The info below was printed
C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\project_generator_definitions\main.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
After that,it generated a file already empty
core:
- Manually add core (cortex-mX) instead of this text
name:
- STM32H723VGTx
vendor:
- Manually add vendor (st, freescale, etc) instead of this text
When i execute
progendef create -m STM32H723VGTx -t uvision5 -f H7_infantry.uvoptxThe info below was printed
After that,it generated a file already empty